aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base
Commit message (Expand)AuthorAgeFilesLines
* Fix SecurityException on Android 6 due to remove contacts on disabled syncDominik Schürmann2016-02-091-1/+1
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-3/+3
* delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-061-1/+9
* Handle not installed PGP appletTheo Franzén2016-01-151-1/+71
* Use new version of Nordpol from jcenterPetter Arvidsson2016-01-121-1/+1
* Use Nordpol for BaseNfcActivityPetter Arvidsson2016-01-121-60/+27
* Use more generic 'Security Token' where possible, add sutitle to create key w...Dominik Schürmann2016-01-102-40/+39
* import: make operation cancelable (again), make "update all" cancelableVincent Breitmoser2015-10-291-1/+6
* Remove default PIN settingDominik Schürmann2015-10-161-7/+0
* Clear cache when PIN is too shortDominik Schürmann2015-10-161-11/+5
* Add NFC reset methodDominik Schürmann2015-10-161-10/+46
* Display backup code UI instead of passphrase on decryptDominik Schürmann2015-10-151-1/+2
* No show key button for RESULT_INVALID_SIGNATURE, CleanupDominik Schürmann2015-09-301-3/+6
* Cleanup in BaseNfcActivityDominik Schürmann2015-09-301-10/+2
* Improve NFC exception handling, fixes RuntimeExceptionsDominik Schürmann2015-09-301-36/+40
* Fix crashes with Fluffys PGP appletDominik Schürmann2015-09-301-13/+21
* multidecrypt: use bottom sheet for longclick optionsVincent Breitmoser2015-09-161-3/+5
* 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-292-14/+20
|\
* | reworked keyserversyncadapterservice flowAdithya Abraham Philip2015-08-201-0/+2
* | Change license of NfcOperationActivity and fix copyright in BaseNfcActivityDominik Schürmann2015-08-121-0/+2
* | Fix theme bugsDominik Schürmann2015-08-121-2/+12
* | show result error in cachingcryptooperationfragment (related #1445)Vincent Breitmoser2015-08-121-0/+1
* | Refactor theme changing to avoid code repetitionThialfihar2015-07-211-33/+5
* | Refactor theme preference values into constantsThialfihar2015-07-211-1/+2
* | Add forgotten docu to a new methodThialfihar2015-07-211-0/+6
* | Automatically recreate activities on theme changeThialfihar2015-07-211-4/+29
* | Add theme settingThialfihar2015-07-211-0/+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-092-51/+28
* | run queued operations in onViewStateRestored, *after* onActivityCreatedVincent Breitmoser2015-07-091-2/+2
* | cryptoophelper: requested code must be saved between instances!Vincent Breitmoser2015-07-092-1/+27
* | Merge remote-tracking branch 'origin/master'Vincent Breitmoser2015-07-081-0/+1
|\ \
| * | fixed progress dialog not shown after enable orbot dialogAdithya Abraham Philip2015-07-081-0/+1
* | | hide keyboard on crypto error/successVincent Breitmoser2015-07-083-6/+21
|/ /
* | some cleanup and fix for back button in ImportKeysActivity (fixes #1372)Vincent Breitmoser2015-07-081-3/+12
* | use QueueingCryptoOperationFragment in all other placesVincent Breitmoser2015-07-072-1/+21
* | introduce QueueingCryptoOperationFragment to queue result handling in detache...Vincent Breitmoser2015-07-072-4/+77
* | 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-073-25/+12
* | Save mTagHandlingEnabled in saved instanceDominik Schürmann2015-07-061-1/+16
* | Better YubiKey UX flow for error handlingDominik Schürmann2015-07-061-2/+21
* | Poll if yubikey has been taken awayDominik Schürmann2015-07-061-2/+3
* | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-07-063-65/+106
|\ \