aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/CryptoOperationHelper.java
Commit message (Expand)AuthorAgeFilesLines
* fix handling of progress dialog creation in CryptoOperationFragment (fixes #1...Vincent Breitmoser2015-07-071-19/+5
* cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-10/+7
* some cleanup and documentationVincent Breitmoser2015-07-061-10/+0
* reformatted codeAdithya Abraham Philip2015-07-031-5/+8
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-11/+41
* Merge branch 'master' of github.com:open-keychain/open-keychainAdithya Abraham Philip2015-06-301-1/+1
* made CryptoOperationFragment implement OperationHelper.CallbackAdithya Abraham Philip2015-06-301-1/+1
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-5/+19
* renamed KeychainNewService to KeychainServiceAdithya Abraham Philip2015-06-271-5/+5
* removed debug logs, added licensesAdithya Abraham Philip2015-06-271-6/+3
* deleted KeychainServiceAdithya Abraham Philip2015-06-271-2/+1
* migrated delete op to KeychainNewServiceAdithya Abraham Philip2015-06-271-1/+6
* allow progress message to be set laterAdithya Abraham Philip2015-06-271-5/+9
* introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-271-0/+307