aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
* Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-091-1/+3
| | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* Merge pull request #1473 from open-keychain/orbot-helperDominik Schürmann2015-08-061-0/+2
|\ | | | | Updated OrbotHelper with the latest NetCipher
| * updated OrbotHelper with silent startAdithya Abraham Philip2015-08-061-0/+2
| |
* | 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-051-8/+8
|\ | | | | ISSUE #1304: Change keybase strings
| * -No longer appends the links to the keybase_narrativesxSooDx2015-07-211-8/+8
| | | | | | | | | | | | -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
| |
* | Add privacy information to account screenDominik Schürmann2015-08-0314-12/+27
| |
* | Fix color and design in help activityDominik Schürmann2015-08-031-14/+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 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.
* | Update recent decrypt changes to use new theme attributesThialfihar2015-07-211-2/+2
| |
* | Lowercase colors for consistencyThialfihar2015-07-211-2/+2
| |
* | Make tab text and indicator themeableThialfihar2015-07-215-9/+15
| |
* | Make import keys activity honour the themeThialfihar2015-07-211-19/+5
| | | | | | | | | | | | | | | | | | 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-211-2/+11
| | | | | | | | | | This maintains the black-on-white theme of the HTML views even for the dark theme.
* | Make main text color themeableThialfihar2015-07-212-4/+9
| |
* | Give password strength indicator colors their own nameThialfihar2015-07-212-7/+8
| | | | | | | | Also prune the android color definitions, most of which aren't used.
* | Give key flag colors their own color namesThialfihar2015-07-213-12/+8
| | | | | | | | | | 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-2112-19/+22
| |
* | Start moving colors into themesThialfihar2015-07-217-52/+45
| | | | | | | | | | | | | | | | 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.
* | Add theme settingThialfihar2015-07-216-5/+60
| | | | | | | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme.
* | upload only public key in revocationAdithya Abraham Philip2015-07-131-0/+1
| |
* | show key name on revoke/delete dialogAdithya Abraham Philip2015-07-131-1/+1
| |
* | added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-3/+2
| |
* | added retry on upload failureAdithya Abraham Philip2015-07-131-0/+6
| |
* | use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-2/+3
| |
* | implemented revocation on deletionAdithya Abraham Philip2015-07-133-0/+53
| |
* | Fix strings nitpicks from transifexDominik Schürmann2015-07-091-2/+2
| |
* | change wording of export dialog, remove "export secret" checkboxVincent Breitmoser2015-07-0813-15/+18
| |
* | keylist: show delete as icon in multi-selectVincent Breitmoser2015-07-086-3/+2
| |
* | cleanup KeyListFragment, remove export all keysVincent Breitmoser2015-07-081-5/+0
| |
* | Rudimentary backup featureDominik Schürmann2015-07-084-17/+99
| |
* | multi-decrypt: add retry mechanismVincent Breitmoser2015-07-081-1/+13
| |
* | multi-decrypt: add cancelled stateVincent Breitmoser2015-07-081-0/+20
| |
* | fix symmetric passphrase caching (fixes #1401)Vincent Breitmoser2015-07-081-0/+1
| |
* | put encryptdecrypt overview into a scrollviewVincent Breitmoser2015-07-081-100/+107
| |
* | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-07-081-0/+5
|\ \
| * | fix expiry check in edit key uiVincent Breitmoser2015-07-081-2/+3
| | |
| * | addition of subkeys for divert-to-card primary keys is not supportedVincent Breitmoser2015-07-081-0/+1
| | |
| * | better handling of divert-to-card keys for subkey modificationsVincent Breitmoser2015-07-081-0/+1
| | |
| * | try cache in certify operation (fixes #1242)Vincent Breitmoser2015-07-071-0/+2
| | |