aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/CryptoOperationHelper.java
Commit message (Expand)AuthorAgeFilesLines
* OTG: Rename smartcard -> security tokenNikita Mikhailov2016-04-151-3/+3
* OTG: refactor, change nfc prefix to smartcardNikita Mikhailov2016-04-141-3/+3
* Use more generic 'Security Token' where possible, add sutitle to create key w...Dominik Schürmann2016-01-101-5/+5
* import: make operation cancelable (again), make "update all" cancelableVincent Breitmoser2015-10-291-1/+6
* Display backup code UI instead of passphrase on decryptDominik Schürmann2015-10-151-1/+2
* fix missing date in CryptoInputParcel in some cases (could be a bigger problem!)Vincent Breitmoser2015-09-011-1/+3
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-291-10/+12
* made PassphraseDialogActivity compatible with null CryptoInputParcelAdithya Abraham Philip2015-07-131-2/+2
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-4/+4
* added retry on upload failureAdithya Abraham Philip2015-07-131-4/+21
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-131-4/+3
* prevented passphrase caching on revocationAdithya Abraham Philip2015-07-131-1/+2
* use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-7/+4
* implemented revocation on deletionAdithya Abraham Philip2015-07-131-17/+17
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-37/+26
* cryptoophelper: requested code must be saved between instances!Vincent Breitmoser2015-07-091-1/+14
* fixed progress dialog not shown after enable orbot dialogAdithya Abraham Philip2015-07-081-0/+1
* try cache in certify operation (fixes #1242)Vincent Breitmoser2015-07-071-5/+2
* 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