Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | ||||||
| * | | orbot dialog fragments added | Adithya Abraham Philip | 2015-07-03 | 2 | -11/+28 | |
| | | | ||||||
| * | | added NetCipher as submodule | Adithya Abraham Philip | 2015-07-03 | 1 | -9/+0 | |
| | | | ||||||
| * | | added proxy type | Adithya Abraham Philip | 2015-07-03 | 3 | -7/+28 | |
| | | | ||||||
| * | | added proxy/tor preferences | Adithya Abraham Philip | 2015-07-03 | 3 | -0/+50 | |
| | | | ||||||
* | | | In NfcOperationsActivity, show NFC errors inline, in others show as Notify | Dominik Schürmann | 2015-07-06 | 1 | -1/+40 | |
|/ / | ||||||
* | | Subtle design improvements to yubikey dialog | Dominik Schürmann | 2015-07-03 | 113 | -27/+60 | |
| | | ||||||
* | | New NFC dialog design with indeterminate progress, do NFC stuff in background | Dominik Schürmann | 2015-07-03 | 4 | -23/+81 | |
| | | ||||||
* | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-07-02 | 9 | -1/+2 | |
|\ \ | ||||||
| * \ | Merge pull request #1387 from ishit/master | Dominik Schürmann | 2015-07-02 | 8 | -0/+0 | |
| |\ \ | | | | | | | | | Add visual element to verify the re-typed password. Refer #1357. | |||||
| | * | | Change PassphraseEditAgain status icons. | Ishit | 2015-07-02 | 8 | -0/+0 | |
| | | | | ||||||
| * | | | prevent deletion of last keyserver in preference | Adithya Abraham Philip | 2015-07-02 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Change PIN and Admin PIN after move to key operation | Dominik Schürmann | 2015-07-02 | 1 | -1/+5 | |
|/ / / | ||||||
* | | | reworked keyserver preferences with recyclerview | Adithya Abraham Philip | 2015-07-02 | 15 | -89/+111 | |
| | | |