aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/CryptoOperationHelper.java
Commit message (Collapse)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 ↵Dominik Schürmann2016-01-101-5/+5
| | | | what tokens are supported
* import: make operation cancelable (again), make "update all" cancelableVincent Breitmoser2015-10-291-1/+6
| | | | (also, use unbounded blocking queue to fix update of more than 10 keys)
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Linked Identities. Also includes an important fix for OperationHelper ids, which had an error in the bit mask logic. Conflicts: Graphics/update-drawables.sh OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateYubiKeyImportFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java OpenKeychain/src/main/res/anim/fade_in.xml OpenKeychain/src/main/res/anim/fade_out.xml OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/layout/encrypt_decrypt_overview_fragment.xml OpenKeychain/src/main/res/layout/view_key_fragment.xml OpenKeychain/src/main/res/menu/key_view.xml OpenKeychain/src/main/res/values/strings.xml OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java README.md
* 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 ↵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