Commit Graph
957 Commits
Author SHA1 Message Date
Thialfihar 13983be799 Make header text and tertiary text color themeable 2015-07-21 20:50:32 +02:00
Thialfihar 58cb6bb4b7 Start moving colors into themes
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.
2015-07-21 20:49:08 +02:00
Thialfihar e51eff4050 Add theme setting
This prepares that different themes can be added. Currently light and
dark will just use the default OK theme.
2015-07-21 20:49:08 +02:00
xSooDx ef9a1c23f3 -No longer appends the links to the keybase_narratives
-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
2015-07-21 17:13:24 +05:30
Adithya Abraham Philip c59196a6f1 upload only public key in revocation 2015-07-13 23:34:06 +05:30
Adithya Abraham Philip 0cec75fc9d show key name on revoke/delete dialog 2015-07-13 23:34:06 +05:30
Adithya Abraham Philip 2827b1af16 added retry on upload failure 2015-07-13 23:34:06 +05:30
Adithya Abraham Philip fcd27d2600 implemented revocation on deletion 2015-07-13 23:34:06 +05:30
Dominik Schürmann 2299c03023 Fix strings nitpicks from transifex 2015-07-09 13:09:47 +02:00
Vincent Breitmoser 20cebc2788 change wording of export dialog, remove "export secret" checkbox 2015-07-08 17:25:07 +02:00
Dominik Schürmann d4fbaf9397 Rudimentary backup feature 2015-07-08 13:25:07 +02:00
Vincent Breitmoser 5633fcc92f fix symmetric passphrase caching (fixes #1401) 2015-07-08 04:36:43 +02:00
Dominik Schürmann 4837d4cc5c Merge branch 'master' of github.com:open-keychain/open-keychain 2015-07-08 03:12:24 +02:00
Vincent Breitmoser dad2ba0db8 fix expiry check in edit key ui 2015-07-08 02:34:03 +02:00
Vincent Breitmoser d9b07625e8 addition of subkeys for divert-to-card primary keys is not supported 2015-07-08 01:42:47 +02:00
Vincent Breitmoser 642f83c1f4 better handling of divert-to-card keys for subkey modifications 2015-07-08 01:41:55 +02:00
Vincent Breitmoser 895d1fbef6 try cache in certify operation (fixes #1242) 2015-07-07 23:41:44 +02:00
Dominik Schürmann 954825a42a Clarifications in remote API code 2015-07-07 23:08:38 +02:00
Dominik Schürmann e66794969e Package cert not sig 2015-07-07 22:15:15 +02:00
Dominik Schürmann 412d07a373 strings: digits instead of numbers 2015-07-07 19:27:46 +02:00
Dominik Schürmann b81e28c3f7 Better error string for too short PIN 2015-07-06 16:39:45 +02:00
Dominik Schürmann 1eb438576d Better YubiKey UX flow for error handling 2015-07-06 16:21:48 +02:00
Dominik Schürmann 0c6ef6aed4 Change signed by to sign with 2015-07-06 14:13:27 +02:00
Vincent Breitmoser f1a75a81e7 catch ArrayIndexOutOfBoundsException in decrypt operation, might be thrown from BouncyCastle 2015-07-06 02:02:52 +02:00
Vincent Breitmoser 42cd103355 nicer error msg if input data cannot be read 2015-07-06 00:55:34 +02:00
Vincent Breitmoser 4d8be637de better getActivity and getSystemService null handling in encryptfilesfragment 2015-07-05 21:20:57 +02:00
Adithya Abraham Philip 79fc0f97ea added proxy to all import operations using KeychainService 2015-07-03 20:46:15 +05:30
Adithya Abraham Philip aa7ad4ac63 added OperationResult support to upload to keyserver 2015-07-03 20:46:15 +05:30
Adithya Abraham Philip 65ca77c3cb orbot dialog fragments added 2015-07-03 20:46:15 +05:30
Adithya Abraham Philip 0883784ce1 added NetCipher as submodule 2015-07-03 20:46:15 +05:30
Adithya Abraham Philip 3034db0f71 added proxy type 2015-07-03 20:46:15 +05:30
Adithya Abraham Philip d07fe5bb87 added proxy/tor preferences 2015-07-03 20:46:14 +05:30
Dominik Schürmann 0faf69e91f Subtle design improvements to yubikey dialog 2015-07-03 16:54:17 +02:00
Dominik Schürmann d03595f64e New NFC dialog design with indeterminate progress, do NFC stuff in background 2015-07-03 04:58:30 +02:00
Dominik Schürmann 0454c57431 Merge branch 'master' of github.com:open-keychain/open-keychain 2015-07-02 17:39:58 +02:00
Dominik Schürmann 195508ed92 Change PIN and Admin PIN after move to key operation 2015-07-02 17:31:01 +02:00
Adithya Abraham Philip 7b5c35ee87 prevent deletion of last keyserver in preference 2015-07-02 05:43:55 +05:30
Adithya Abraham Philip af3868d547 reworked keyserver preferences with recyclerview 2015-07-02 02:30:49 +05:30
Dominik Schürmann 362c83abe7 Add create key fragments for YubiKey PINs 2015-07-01 16:06:12 +02:00
Adithya Abraham Philip a5257ec71d Merge branch 'master' of github.com:open-keychain/open-keychain 2015-06-30 22:12:16 +05:30
Vincent Breitmoser f1c0c3e00c earlier error on empty clipboard 2015-06-30 15:15:03 +02:00
Dominik Schürmann a9c606d49b Create key wizard for blank YubiKey 2015-06-29 20:48:11 +02:00
Vincent Breitmoser c43e29b621 cleanup share fragment, fix sharing of fingerprint 2015-06-29 14:59:48 +02:00
Dominik Schürmann 4150807559 Fix strings for transifex 2015-06-29 07:34:11 +02:00
Adithya Abraham Philip 2f110344ed migrated Keybase verification 2015-06-27 01:20:23 +05:30
Dominik Schürmann dce2e0b19c Language: Remember instead of caching 2015-06-26 17:54:36 +02:00
Vincent Breitmoser dce4503ac5 Merge remote-tracking branch 'origin/master' into v/multi-decrypt 2015-06-26 02:44:59 +02:00
Dominik Schürmann 74cef32d25 Notification: follow design guidelines, fix #1313 2015-06-24 13:08:37 +02:00
Vincent Breitmoser 8d141176bd fix original file deletion (and instrumentation) 2015-06-23 21:56:27 +02:00
Vincent Breitmoser f9dea31300 implement deletion of files 2015-06-23 17:07:59 +02:00