aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix color and design in help activityDominik Schürmann2015-08-032-15/+10
* Merge branch 'thialfihar-feature/add-theme-setting'Dominik Schürmann2015-07-2583-320/+573
|\
| * Hide theme setting for nowDominik Schürmann2015-07-251-3/+3
| * Restore fab colors in key listDominik Schürmann2015-07-251-6/+6
| * Fix crash with new themeDominik Schürmann2015-07-251-1/+1
| * Refactor theme selection of dialogsThialfihar2015-07-217-27/+27
| * Fix key view toolbar and status colourThialfihar2015-07-212-5/+25
| * Fix preference version handlingThialfihar2015-07-211-2/+2
| * Use a constant for the default value of the themeThialfihar2015-07-212-1/+2
| * Refactor theme changing to avoid code repetitionThialfihar2015-07-213-55/+70
| * Rename updatePreferences() to upgradePreferences()Thialfihar2015-07-212-2/+2
| * Refactor theme preference values into constantsThialfihar2015-07-214-4/+14
| * Upgrade MaterialDrawer to 3.0.9Thialfihar2015-07-212-23/+26
| * Fix color of selected text in drawer menu for light themeThialfihar2015-07-212-0/+4
| * Fix drawer background color for ViewKeyActivityThialfihar2015-07-213-5/+6
| * Update recent decrypt changes to use new theme attributesThialfihar2015-07-212-11/+12
| * Add forgotten docu to a new methodThialfihar2015-07-211-0/+6
| * Lowercase colors for consistencyThialfihar2015-07-211-2/+2
| * Make tab text and indicator themeableThialfihar2015-07-215-9/+15
| * Make the log display honour the themeThialfihar2015-07-211-6/+9
| * Make import keys activity honour the themeThialfihar2015-07-212-22/+8
| * Make CardView background themeableThialfihar2015-07-215-5/+8
| * Make bright toolbar themeableThialfihar2015-07-216-20/+5
| * Remove color black, as it isn't needed anymoreThialfihar2015-07-211-2/+0
| * Make help pages work in dark themeThialfihar2015-07-212-2/+12
| * Make main text color themeableThialfihar2015-07-214-8/+13
| * Give password strength indicator colors their own nameThialfihar2015-07-213-10/+11
| * Give key flag colors their own color namesThialfihar2015-07-2111-51/+47
| * Make cardview header divider themeableThialfihar2015-07-213-2/+5
| * Make log background themeableThialfihar2015-07-214-4/+7
| * Make FAB colors themeableThialfihar2015-07-216-10/+15
| * Make button row background themeableThialfihar2015-07-2116-26/+26
| * Adjust checkstyle for new directoryThialfihar2015-07-211-1/+1
| * Make header text and tertiary text color themeableThialfihar2015-07-2120-36/+44
| * Start moving colors into themesThialfihar2015-07-219-54/+65
| * Automatically recreate activities on theme changeThialfihar2015-07-212-4/+62
| * Add theme settingThialfihar2015-07-2111-10/+121
| * Merge remote-tracking branch 'origin/master'Vincent Breitmoser2015-07-1555-449/+1456
| |\ | |/ |/|
* | Merge pull request #1435 from open-keychain/revocation-on-deletionDominik Schürmann2015-07-1555-449/+1456
|\ \
| * | fixed multi-deletion bug, moved logic into DeleteKeyDialogActivityAdithya Abraham Philip2015-07-154-21/+22
| * | made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-1514-51/+112
| * | 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-133-1/+16
| * | corrected DeleteKeyDialogActivity finishing on cancelAdithya Abraham Philip2015-07-131-9/+21
| * | show key name on revoke/delete dialogAdithya Abraham Philip2015-07-132-7/+24
| * | made key deletion require double confirmationAdithya Abraham Philip2015-07-131-1/+1
| * | added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-1324-76/+133
| * | added retry on upload failureAdithya Abraham Philip2015-07-139-6/+121
| * | allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-1322-57/+73