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
Adithya Abraham Philip
b61a7d5535
added licenses, cleaned up code, fixed warnings
2015-07-13 23:34:06 +05:30
Adithya Abraham Philip
d1409fd5c8
use only one DeleteDialogActivity
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
d4fbaf9397
Rudimentary backup feature
2015-07-08 13:25:07 +02:00
Vincent Breitmoser
9eee9acba2
multi-decrypt: add retry mechanism
2015-07-08 05:15:52 +02:00
Vincent Breitmoser
bf2dc8edc3
multi-decrypt: add cancelled state
2015-07-08 04:53:43 +02:00
Vincent Breitmoser
70d94acc58
put encryptdecrypt overview into a scrollview
2015-07-08 03:52:38 +02:00
Dominik Schürmann
e66794969e
Package cert not sig
2015-07-07 22:15:15 +02:00
Dominik Schürmann
1eb438576d
Better YubiKey UX flow for error handling
2015-07-06 16:21:48 +02:00
Dominik Schürmann
baf059843e
In NfcOperationsActivity, show NFC errors inline, in others show as Notify
2015-07-06 11:27:45 +02:00
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
Adithya Abraham Philip
af3868d547
reworked keyserver preferences with recyclerview
2015-07-02 02:30:49 +05:30
Dominik Schürmann
64a3cc5a9f
Add missing fragments for YubiKey PINs
2015-07-01 16:07:03 +02:00
Dominik Schürmann
677afa90fc
Merge branch 'master' of github.com:open-keychain/open-keychain
2015-06-30 17:14:17 +02:00
Dominik Schürmann
715188ccda
Better settings workarounds
2015-06-30 17:14:12 +02:00
Vincent Breitmoser
4407973110
small layout fix in EncryptTextFragment
2015-06-30 16:40:00 +02:00
Dominik Schürmann
a9c606d49b
Create key wizard for blank YubiKey
2015-06-29 20:48:11 +02:00
Vincent Breitmoser
dce4503ac5
Merge remote-tracking branch 'origin/master' into v/multi-decrypt
2015-06-26 02:44:59 +02:00
Vincent Breitmoser
88c86e1945
use KeyAdapter for AllowedKeysListFragment
2015-06-26 01:59:11 +02:00
Vincent Breitmoser
4826e0a8c8
move select file logic into EncryptDecryptOverviewFragment
2015-06-22 23:48:41 +02:00
Vincent Breitmoser
b2dec85421
multi-decrypt: use indeterminate progress only
2015-06-22 14:27:18 +02:00
Vincent Breitmoser
361ad99928
add failure state to DecryptListFragment
2015-06-22 03:13:55 +02:00
Vincent Breitmoser
d472e30b4e
instrument: update symmetric tests
2015-06-20 20:43:30 +02:00
Vincent Breitmoser
c80d331b96
fix overflow icon
2015-06-20 07:33:14 +02:00
Vincent Breitmoser
b5501eeea6
working DisplayTextActivity, more input support in DecryptActivity
2015-06-20 01:35:33 +02:00
Vincent Breitmoser
c11fef6e7c
handle multiple input URIs and Intent.SEND_MULTIPLE
2015-06-18 03:10:59 +02:00
Vincent Breitmoser
374b21410e
Merge branch 'v/instrument' into v/multi-decrypt
...
Conflicts:
.travis.yml
OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
2015-06-17 19:24:07 +02:00
Vincent Breitmoser
e85982a419
nicer preview of decrypt_text_fragment layout
2015-06-17 18:53:03 +02:00
Vincent Breitmoser
f677446d51
use KeyAdapter in KeySpinner
2015-06-17 18:53:01 +02:00
Vincent Breitmoser
b87a7372c9
improve preview of ViewKeyActivity layout
2015-06-17 18:53:00 +02:00
Vincent Breitmoser
2c47035e02
(minor) layout changes
2015-06-17 18:52:03 +02:00
Vincent Breitmoser
1a7677008b
fix status icon alignment
2015-06-14 01:39:58 +02:00
Vincent Breitmoser
3172d7c06f
(minor) layout changes
2015-06-13 22:25:02 +02:00
Vincent Breitmoser
3b67992bab
add ToolableViewAnimator
2015-06-11 18:30:39 +02:00
Vincent Breitmoser
c8790f404a
multi-decrypt: switch to cardview
2015-06-10 17:40:00 +02:00
Vincent Breitmoser
fa61438306
multi-decrypt: implement save operation (missing actual copy)
2015-06-03 17:01:29 +02:00
Vincent Breitmoser
6db9de221c
multi-decrypt: working context menu
2015-06-03 16:47:46 +02:00
Vincent Breitmoser
441704f163
multi-decrypt: working in principle
2015-06-02 22:19:28 +02:00
Vincent Breitmoser
fc9a7bfcb3
multi-decrypt: working recyclerview which decrypt files sequentially, ui in progress
2015-06-02 12:14:27 +02:00
Vincent Breitmoser
cee1a8c753
multi-decrypt: first steps, split up DecryptFilesFragment
2015-06-01 03:23:51 +02:00
Vincent Breitmoser
dbfa55f6b9
introduce CachingDataDecryptorFactory towards cached session keys
...
this commit introduces the CachingDataDecryptorFactory, which wraps
a DataDecryptorFactory but supports caching of decrypted session keys.
this change also gets rid of runtimeexception based control flow in
PgpDecryptVerify.
2015-06-01 00:52:18 +02:00
Vincent Breitmoser
61a6346f89
show status indicators in EncryptFragment
2015-05-30 02:24:45 +02:00
Vincent Breitmoser
1deb5dbfda
preserve state in DecryptTextActivity
2015-05-28 18:55:34 +02:00
Vincent Breitmoser
20a6c5ce8a
Merge tag 'v3.2.1' into linked-identities
...
Version 3.2.1
Conflicts:
OpenKeychain/build.gradle
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFragment.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/SelectKeyCursorAdapter.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java
OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
OpenKeychain/src/main/res/values/strings.xml
2015-05-11 17:28:34 +02:00
Vincent Breitmoser
92ac2ded10
linked-ids: small compatibility changes
2015-05-11 17:00:45 +02:00
Dominik Schürmann
8de6589c9d
Renaming for consisitency
2015-05-06 03:29:04 +02:00
Dominik Schürmann
f102ae5da5
Move error overlay into generalized DecryptFragment, better error handling in DecryptTextActivity
2015-05-06 03:26:42 +02:00