aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix key view toolbar and status colourThialfihar2015-07-212-5/+25
* Refactor theme changing to avoid code repetitionThialfihar2015-07-213-55/+70
* Refactor theme preference values into constantsThialfihar2015-07-212-2/+3
* Upgrade MaterialDrawer to 3.0.9Thialfihar2015-07-211-14/+17
* Fix drawer background color for ViewKeyActivityThialfihar2015-07-212-4/+4
* Update recent decrypt changes to use new theme attributesThialfihar2015-07-211-9/+10
* Add forgotten docu to a new methodThialfihar2015-07-211-0/+6
* Make the log display honour the themeThialfihar2015-07-211-6/+9
* Make import keys activity honour the themeThialfihar2015-07-211-3/+3
* Make help pages work in dark themeThialfihar2015-07-211-0/+1
* Make main text color themeableThialfihar2015-07-212-4/+4
* Give password strength indicator colors their own nameThialfihar2015-07-211-3/+3
* Give key flag colors their own color namesThialfihar2015-07-218-39/+39
* Make header text and tertiary text color themeableThialfihar2015-07-218-17/+22
* Start moving colors into themesThialfihar2015-07-212-2/+20
* Automatically recreate activities on theme changeThialfihar2015-07-212-4/+62
* Add theme settingThialfihar2015-07-212-1/+47
* fixed multi-deletion bug, moved logic into DeleteKeyDialogActivityAdithya Abraham Philip2015-07-152-19/+17
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-158-12/+35
* added revocation tag NO_REASON to all revocations via PgpKeyOperationAdithya Abraham Philip2015-07-141-1/+1
* made PassphraseDialogActivity compatible with null CryptoInputParcelAdithya Abraham Philip2015-07-133-6/+23
* corrected DeleteKeyDialogActivity finishing on cancelAdithya Abraham Philip2015-07-131-9/+21
* show key name on revoke/delete dialogAdithya Abraham Philip2015-07-131-6/+23
* made key deletion require double confirmationAdithya Abraham Philip2015-07-131-1/+1
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-137-42/+62
* added retry on upload failureAdithya Abraham Philip2015-07-132-4/+89
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-132-5/+6
* prevented passphrase caching on revocationAdithya Abraham Philip2015-07-133-15/+39
* use only one DeleteDialogActivityAdithya Abraham Philip2015-07-135-345/+240
* implemented revocation on deletionAdithya Abraham Philip2015-07-137-285/+570
* Use support.v7.app.AlertDialogDominik Schürmann2015-07-1310-37/+11
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-0913-67/+43
* 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
* multi-decrypt: save currentInputUri stateVincent Breitmoser2015-07-092-4/+16
* backup: only ask for passphrase for secret keys which have oneVincent Breitmoser2015-07-091-40/+78
* use onResumeFragments instead of onResume for fragment initializationVincent Breitmoser2015-07-091-2/+2
* change wording of export dialog, remove "export secret" checkboxVincent Breitmoser2015-07-083-41/+13
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2015-07-082-8/+11
|\
| * fixed progress dialog not shown after enable orbot dialogAdithya Abraham Philip2015-07-082-8/+11
| * fixed QR code scan and serialKeyImport progressAdithya Abraham Philip2015-07-081-1/+1
* | hide keyboard before operations, tooVincent Breitmoser2015-07-082-0/+5
* | grey out text color of key creation date for disabled itemsVincent Breitmoser2015-07-081-0/+1
* | change title on backstack change in MainActivityVincent Breitmoser2015-07-081-0/+4
* | hide keyboard on crypto error/successVincent Breitmoser2015-07-085-6/+27
|/
* cleanup KeyListFragment, remove export all keysVincent Breitmoser2015-07-082-28/+14
* Fix YubiKey importDominik Schürmann2015-07-081-9/+9
* Do not ask for passphrase on deleteDominik Schürmann2015-07-081-9/+3
* Rudimentary backup featureDominik Schürmann2015-07-086-76/+186
* Merge pull request #1424 from open-keychain/import-proxyDominik Schürmann2015-07-087-66/+89
|\