aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/CryptoOperationHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* try cache in certify operation (fixes #1242)Vincent Breitmoser2015-07-071-5/+2
|
* fix handling of progress dialog creation in CryptoOperationFragment (fixes ↵Vincent Breitmoser2015-07-071-19/+5
| | | | #1407)
* 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