aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/CryptoOperationFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-14/+2
|
* cryptoophelper: requested code must be saved between instances!Vincent Breitmoser2015-07-091-0/+13
|
* hide keyboard on crypto error/successVincent Breitmoser2015-07-081-3/+19
|
* use QueueingCryptoOperationFragment in all other placesVincent Breitmoser2015-07-071-1/+1
|
* fix handling of progress dialog creation in CryptoOperationFragment (fixes ↵Vincent Breitmoser2015-07-071-6/+6
| | | | #1407)
* some cleanup and documentationVincent Breitmoser2015-07-061-29/+46
|
* reformatted codeAdithya Abraham Philip2015-07-031-1/+1
|
* fix CryptoOperationFragment infinite recursionAdithya Abraham Philip2015-07-021-1/+1
|
* made CryptoOperationFragment implement OperationHelper.CallbackAdithya Abraham Philip2015-06-301-38/+12
|
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-1/+15
|
* fixed Certify opAdithya Abraham Philip2015-06-271-1/+0
|
* migrated key creation to KeychainNewServiceAdithya Abraham Philip2015-06-271-2/+12
|
* allow progress message to be set laterAdithya Abraham Philip2015-06-271-0/+5
|
* introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-271-169/+28
|
* handle multiple input URIs and Intent.SEND_MULTIPLEVincent Breitmoser2015-06-181-7/+13
|
* Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-171-1/+1
|\ | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
| * some bugfixes for new CryptoOperationFragmentVincent Breitmoser2015-06-111-1/+1
| |
* | fix progress for decryptVincent Breitmoser2015-06-101-0/+12
| |
* | Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-101-56/+35
|\| | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/CryptoOperationFragment.java
| * backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-52/+35
| |
* | multi-decrypt: fix progress with new CryptoFragment interfacesVincent Breitmoser2015-06-071-10/+13
|/
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-19/+120
|
* revert some accidentally committed cruftVincent Breitmoser2015-05-311-8/+0
|
* handle empty passphrases in PassphraseDialogActivityVincent Breitmoser2015-05-311-0/+9
|
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-0/+1
|
* More cleanupDominik Schürmann2015-04-151-0/+131