Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make tab text and indicator themeable | Thialfihar | 2015-07-21 | 5 | -9/+15 |
| | |||||
* | Make import keys activity honour the theme | Thialfihar | 2015-07-21 | 1 | -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 themeable | Thialfihar | 2015-07-21 | 5 | -5/+8 |
| | | | | However, CardViews displaying QR codes keep a fixed white background. | ||||
* | Make bright toolbar themeable | Thialfihar | 2015-07-21 | 6 | -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 anymore | Thialfihar | 2015-07-21 | 1 | -2/+0 |
| | |||||
* | Make help pages work in dark theme | Thialfihar | 2015-07-21 | 1 | -2/+11 |
| | | | | | This maintains the black-on-white theme of the HTML views even for the dark theme. | ||||
* | Make main text color themeable | Thialfihar | 2015-07-21 | 2 | -4/+9 |
| | |||||
* | Give password strength indicator colors their own name | Thialfihar | 2015-07-21 | 2 | -7/+8 |
| | | | | Also prune the android color definitions, most of which aren't used. | ||||
* | Give key flag colors their own color names | Thialfihar | 2015-07-21 | 3 | -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 themeable | Thialfihar | 2015-07-21 | 3 | -2/+5 |
| | |||||
* | Make log background themeable | Thialfihar | 2015-07-21 | 4 | -4/+7 |
| | |||||
* | Make FAB colors themeable | Thialfihar | 2015-07-21 | 6 | -10/+15 |
| | |||||
* | Make button row background themeable | Thialfihar | 2015-07-21 | 16 | -26/+26 |
| | |||||
* | Make header text and tertiary text color themeable | Thialfihar | 2015-07-21 | 12 | -19/+22 |
| | |||||
* | Start moving colors into themes | Thialfihar | 2015-07-21 | 7 | -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 setting | Thialfihar | 2015-07-21 | 6 | -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 revocation | Adithya Abraham Philip | 2015-07-13 | 1 | -0/+1 |
| | |||||
* | show key name on revoke/delete dialog | Adithya Abraham Philip | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | added licenses, cleaned up code, fixed warnings | Adithya Abraham Philip | 2015-07-13 | 1 | -3/+2 |
| | |||||
* | added retry on upload failure | Adithya Abraham Philip | 2015-07-13 | 1 | -0/+6 |
| | |||||
* | use only one DeleteDialogActivity | Adithya Abraham Philip | 2015-07-13 | 1 | -2/+3 |
| | |||||
* | implemented revocation on deletion | Adithya Abraham Philip | 2015-07-13 | 3 | -0/+53 |
| | |||||
* | Fix strings nitpicks from transifex | Dominik Schürmann | 2015-07-09 | 1 | -2/+2 |
| | |||||
* | change wording of export dialog, remove "export secret" checkbox | Vincent Breitmoser | 2015-07-08 | 13 | -15/+18 |
| | |||||
* | keylist: show delete as icon in multi-select | Vincent Breitmoser | 2015-07-08 | 6 | -3/+2 |
| | |||||
* | cleanup KeyListFragment, remove export all keys | Vincent Breitmoser | 2015-07-08 | 1 | -5/+0 |
| | |||||
* | Rudimentary backup feature | Dominik Schürmann | 2015-07-08 | 4 | -17/+99 |
| | |||||
* | multi-decrypt: add retry mechanism | Vincent Breitmoser | 2015-07-08 | 1 | -1/+13 |
| | |||||
* | multi-decrypt: add cancelled state | Vincent Breitmoser | 2015-07-08 | 1 | -0/+20 |
| | |||||
* | fix symmetric passphrase caching (fixes #1401) | Vincent Breitmoser | 2015-07-08 | 1 | -0/+1 |
| | |||||
* | put encryptdecrypt overview into a scrollview | Vincent Breitmoser | 2015-07-08 | 1 | -100/+107 |
| | |||||
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-07-08 | 1 | -0/+5 |
|\ | |||||
| * | fix expiry check in edit key ui | Vincent Breitmoser | 2015-07-08 | 1 | -2/+3 |
| | | |||||
| * | addition of subkeys for divert-to-card primary keys is not supported | Vincent Breitmoser | 2015-07-08 | 1 | -0/+1 |
| | | |||||
| * | better handling of divert-to-card keys for subkey modifications | Vincent Breitmoser | 2015-07-08 | 1 | -0/+1 |
| | | |||||
| * | try cache in certify operation (fixes #1242) | Vincent Breitmoser | 2015-07-07 | 1 | -0/+2 |
| | | |||||
* | | Clarifications in remote API code | Dominik Schürmann | 2015-07-07 | 1 | -2/+2 |
|/ | |||||
* | Package cert not sig | Dominik Schürmann | 2015-07-07 | 17 | -18/+18 |
| | |||||
* | strings: digits instead of numbers | Dominik Schürmann | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Pull from transifex | Dominik Schürmann | 2015-07-06 | 57 | -220/+759 |
| | |||||
* | Changelog 3.4 | Dominik Schürmann | 2015-07-06 | 1 | -0/+5 |
| | |||||
* | Better error string for too short PIN | Dominik Schürmann | 2015-07-06 | 1 | -9/+9 |
| | |||||
* | Better YubiKey UX flow for error handling | Dominik Schürmann | 2015-07-06 | 2 | -33/+60 |
| | |||||
* | Change signed by to sign with | Dominik Schürmann | 2015-07-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-07-06 | 4 | -1/+88 |
|\ | |||||
| * | catch ArrayIndexOutOfBoundsException in decrypt operation, might be thrown ↵ | Vincent Breitmoser | 2015-07-06 | 1 | -1/+1 |
| | | | | | | | | from BouncyCastle | ||||
| * | nicer error msg if input data cannot be read | Vincent Breitmoser | 2015-07-06 | 1 | -0/+1 |
| | | |||||
| * | better getActivity and getSystemService null handling in encryptfilesfragment | Vincent Breitmoser | 2015-07-05 | 1 | -0/+1 |
| | | |||||
| * | added proxy to all import operations using KeychainService | Adithya Abraham Philip | 2015-07-03 | 1 | -0/+2 |
| | | |||||
| * | added OperationResult support to upload to keyserver | Adithya Abraham Philip | 2015-07-03 | 1 | -0/+4 |
| | |