aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | This changes the light theme slightly as well, it uses the actual background instead of pure white and removes the thick superfluous divider on top. The divider at the bottom now has no margin, making the separation from the FrameLayout on top more consistent, especially when there is scrollable content.
* Make help pages work in dark themeThialfihar2015-07-211-0/+1
| | | | | This maintains the black-on-white theme of the HTML views even for the dark theme.
* Make main text color themeableThialfihar2015-07-212-4/+4
|
* Give password strength indicator colors their own nameThialfihar2015-07-211-3/+3
| | | | Also prune the android color definitions, most of which aren't used.
* Give key flag colors their own color namesThialfihar2015-07-218-39/+39
| | | | | This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
* Make header text and tertiary text color themeableThialfihar2015-07-218-17/+22
|
* Start moving colors into themesThialfihar2015-07-212-2/+20
| | | | | | | | Using attrs instead of fixed colors it will be possible to style everything and also dynamically grab the color where needed in code. This is done with colorEmphasis as an initial test. Also remove several unused colors.
* Automatically recreate activities on theme changeThialfihar2015-07-212-4/+62
|
* Add theme settingThialfihar2015-07-214-1/+57
| | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme.
* fixed multi-deletion bug, moved logic into DeleteKeyDialogActivityAdithya Abraham Philip2015-07-154-21/+22
|
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-1510-31/+80
|
* added revocation tag NO_REASON to all revocations via PgpKeyOperationAdithya Abraham Philip2015-07-142-1/+8
|
* made PassphraseDialogActivity compatible with null CryptoInputParcelAdithya Abraham Philip2015-07-133-6/+23
|
* upload only public key in revocationAdithya Abraham Philip2015-07-132-1/+15
|
* 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-1322-72/+130
|
* added retry on upload failureAdithya Abraham Philip2015-07-137-6/+112
|
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-1322-57/+73
|
* prevented passphrase caching on revocationAdithya Abraham Philip2015-07-136-17/+59
|
* use only one DeleteDialogActivityAdithya Abraham Philip2015-07-136-346/+241
|
* implemented revocation on deletionAdithya Abraham Philip2015-07-1323-305/+1000
|
* Use support.v7.app.AlertDialogDominik Schürmann2015-07-1310-37/+11
|
* check response code for upload errorAdithya Abraham Philip2015-07-101-0/+4
|
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-0914-68/+44
|
* 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-084-57/+35
|
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2015-07-083-9/+14
|\
| * 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-082-2/+4
| |
* | 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-088-79/+189
|
* Merge pull request #1424 from open-keychain/import-proxyDominik Schürmann2015-07-089-67/+126
|\ | | | | Shifted proxy logic to ImportKeysListCloudLoader
| * shifted proxy checking to ImportKeysListCloudLoaderAdithya Abraham Philip2015-07-089-67/+126
| |
* | multi-decrypt: add retry mechanismVincent Breitmoser2015-07-081-14/+50
| |
* | multi-decrypt: add cancelled stateVincent Breitmoser2015-07-081-2/+49
| |
* | fix symmetric passphrase caching (fixes #1401)Vincent Breitmoser2015-07-084-16/+41
|/