aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
Commit message (Collapse)AuthorAgeFilesLines
* use snackbar from repository (again), and update to 2.11.0Vincent Breitmoser2015-08-071-1/+2
| | | | | | | | This release merged our pull requests for round corners on tablet for top line, and nicer dismiss-on-swipe animation. https://github.com/nispok/snackbar/pull/134 https://github.com/nispok/snackbar/pull/135
* Merge pull request #1473 from open-keychain/orbot-helperDominik Schürmann2015-08-0611-169/+468
|\ | | | | Updated OrbotHelper with the latest NetCipher
| * updated OrbotHelper with silent startAdithya Abraham Philip2015-08-0611-169/+468
| |
* | fixed crash on api < 21 due to drawable using attrsAdithya Abraham Philip2015-08-067-12/+35
|/
* Merge pull request #1456 from xSooDx/masterDominik Schürmann2015-08-052-11/+24
|\ | | | | ISSUE #1304: Change keybase strings
| * renamed the insertLinks() method to formatSpannableString() and added ↵xSooDx2015-08-041-2/+5
| | | | | | | | comment about its functionality
| * -Added failsafe in case '%s' is not in the stringxSooDx2015-07-211-2/+6
| | | | | | | | -Causes the links to be appended at the end
| * -No longer appends the links to the keybase_narrativesxSooDx2015-07-212-11/+17
| | | | | | | | | | | | -Now uses '%s' to insert the names in the keybase_narratives -added '%s' to keybase_narrative_* in the string.xml file NOTE:Have not modified for other languages
* | Fix account_privacy_textDominik Schürmann2015-08-051-1/+1
| |
* | Update libsDominik Schürmann2015-08-033-29/+26
| |
* | Add privacy information to account screenDominik Schürmann2015-08-0315-13/+28
| |
* | Fix color and design in help activityDominik Schürmann2015-08-032-15/+10
| |
* | 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
| | | | | | | | This makes sure the dark theme also uses dark dialogs.
* | Fix key view toolbar and status colourThialfihar2015-07-212-5/+25
| | | | | | | | | | | | The status bar wrongly used the same colour as the toolbar, making it indistinguishable from it. This calculates the status bar colour based on the toolbar colour.
* | Fix preference version handlingThialfihar2015-07-211-2/+2
| | | | | | | | | | Move preference upgrade of theme to version 4 of the preferences. The upgrade is meant FROM that version to the next.
* | 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
| | | | | | | | | | This is really an upgrade of the preference store and not an update of values, it also is consistent with SQLiteOpenHelper.onUpgrade().
* | Refactor theme preference values into constantsThialfihar2015-07-214-4/+14
| | | | | | | | Also explicitly set a theme via preference updating to the default.
* | 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
| | | | | | | | | | | | | | The MaterialDrawerTheme.Light.ActionBar makes the drawer icon in the top left black for some reason. A work-around is to set the primary colour back to green, so it will be used for Theme.AppCompat.Light and override the selected text colour for the dark theme.
* | 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
| | | | | | | | | | | | | | | | | | 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 CardView background themeableThialfihar2015-07-215-5/+8
| | | | | | | | However, CardViews displaying QR codes keep a fixed white background.
* | Make bright toolbar themeableThialfihar2015-07-216-20/+5
| | | | | | | | | | | | | | | | | | | | Also remove a superfluous divider in the decrypt files fragment and the unused drawer_custom_header.xml. This changes the color of the toolbar in the light theme as well, because its brightness didn't play well with the system status bar of Android, drowning it in whiteness. Now it is still very light, but the system bar is still faintly visible above it.
* | Remove color black, as it isn't needed anymoreThialfihar2015-07-211-2/+0
| |
* | Make help pages work in dark themeThialfihar2015-07-212-2/+12
| | | | | | | | | | This maintains the black-on-white theme of the HTML views even for the dark theme.
* | Make main text color themeableThialfihar2015-07-214-8/+13
| |
* | Give password strength indicator colors their own nameThialfihar2015-07-213-10/+11
| | | | | | | | Also prune the android color definitions, most of which aren't used.
* | Give key flag colors their own color namesThialfihar2015-07-2111-51/+47
| | | | | | | | | | This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
* | 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
| |
* | Make header text and tertiary text color themeableThialfihar2015-07-2120-36/+44
| |
* | Start moving colors into themesThialfihar2015-07-219-54/+65
| | | | | | | | | | | | | | | | 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-2111-10/+121
| | | | | | | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme.
* | 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
| |\ \ | | | | | | | | Revocation on deletion
| | * | 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
| | | |