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
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
Dominik Schürmann
855b8c4ef9
Fix nullpointer in file decryption
2015-05-05 09:05:39 +02:00
Dominik Schürmann
291f95db5a
Fix revoked/expired state in decrypt activity
2015-05-04 21:13:07 +02:00
Dominik Schürmann
aa68c41f5a
Fix yubikey strings
2015-05-01 14:48:57 +02:00
Dominik Schürmann
7c275fed9d
API: Allow selection of decryption keys when decryption fails
2015-04-30 18:45:43 +02:00
Vincent Breitmoser
4ba2e4bcdd
display creation dates for ambiguous user ids
2015-04-27 17:46:10 +02:00
Dominik Schürmann
4c74dbe11e
UI fixes for Android < 5
2015-04-26 01:28:29 +02:00
Dominik Schürmann
4732bc5744
Remove unused decrypt result layout
2015-04-26 00:36:37 +02:00
Dominik Schürmann
c442d3bd0d
Put decrypt result in toolbar, some ui fixes for decrypt
2015-04-26 00:33:26 +02:00
Dominik Schürmann
f1f0126048
Switch to new support lib version 22.1
2015-04-25 23:40:26 +02:00
Dominik Schürmann
de575a618a
Merge pull request #1220 from vectorijk/SwitchToMaterialDrawer
...
Switch to MaterialDrawer library
2015-04-25 13:59:56 +02:00
Vincent Breitmoser
9c174ff71d
fix encrypt activity layout
2015-04-24 19:17:08 +02:00
Vincent Breitmoser
96853a15ee
revamp decrypt ui
2015-04-24 19:17:05 +02:00
vectorijk
b323fc29c2
Fix #1197 Switch to MaterialDrawer library
2015-04-24 03:22:15 -07:00
vectorijk
3ee2c6fc6a
Introduce and Switch to mikepenz/MaterialDrawer
2015-04-24 00:00:58 -07:00
Manoj Khanna
aecebd2ac0
Fixed Snackbar behind layout
...
Surrounded string with quotes
2015-04-22 19:22:12 +05:30
Adithya Abraham Philip
2571d25058
keyserver verification on addition
2015-04-22 06:16:50 +05:30
Dominik Schürmann
f12c7b64d8
Merge pull request #1193 from adithyaphilip/auto-refresh-contacts
...
Immediate display of contact card, fixed contact picture display issue, hides card if no contact
2015-04-13 23:33:23 +02:00
Adithya Abraham Philip
083cd100ce
hide linked system contact card if no contact present
2015-04-08 01:11:55 +05:30
Dominik Schürmann
aea52f2e6f
Simplify passphrase dialog design
2015-03-31 00:24:08 +02:00
Dominik Schürmann
5052d44b7b
Fix scrollbar
2015-03-30 20:48:18 +02:00
Dominik Schürmann
a3276a4485
Use RecyclerView in EncryptFilesFragment
2015-03-30 20:41:29 +02:00
Dominik Schürmann
91494dd3a3
Merge branch 'development' into v/crypto-input-parcel
...
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptModeAsymmetricFragment.java
2015-03-30 15:53:44 +02:00
Vincent Breitmoser
dcaac4f85f
rewrite EncryptKeyCompletionView with generalized KeyAdapter
...
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
2015-03-30 02:45:49 +02:00
Dominik Schürmann
95f1527afe
Fixing crashes with new encrypt ui
2015-03-29 20:37:54 +02:00
Dominik Schürmann
13f4cc4ad3
Refactoring of EncryptTextActivity
2015-03-27 00:40:37 +01:00
Dominik Schürmann
76db0b3b8e
Start refactoring encrypt ui, EncryptFileActivity no longer crashing
2015-03-26 11:04:20 +01:00
Vincent Breitmoser
212bba1869
finish ui flow for yubikey import
2015-03-22 06:36:27 +01:00
Vincent Breitmoser
22063cdd6e
improve status reporting in yubikey dialogue
2015-03-22 03:34:34 +01:00
Vincent Breitmoser
a7c52a1c9f
move yubikey import into viewkeyfragment
2015-03-22 02:36:10 +01:00
Vincent Breitmoser
04c7639a5a
split up wait/action yubikey fragments
2015-03-21 22:18:58 +01:00
Vincent Breitmoser
1ad3635d13
work on ad-hoc yubikey import support
2015-03-21 19:52:10 +01:00
Vincent Breitmoser
147003123f
first steps toward yubikey activity
...
- move BaseActivity into new package
- extract BaseNfcActivity from NfcOperationsActivity
2015-03-21 17:13:35 +01:00
Manoj Khanna
fa8d5657be
Fixed Snackbar behind keyboard on ImportKeysActivity
2015-03-20 19:49:43 +05:30
Kent
8d6d4328f2
Implemented #1162 : Invoke NFC in Advanced View
...
- Extracted NFC code from ViewKeyActivity to NfcHelper to share code between classes
- Changed the private anonymous Handler for NFC into a static private subclass, that uses WeakReference to avoid memory leaks
- Added resources needed (retrieved from Graphics) for the NFC button inside ViewKeyAdvShareFragment.
- Fixed the ripple boundary of the Share With... button to prevent it from bleeding to other buttons on the right (UX improvement)
2015-03-20 06:31:18 +08:00
Dominik Schürmann
98817d13ee
Manage my keys wizard
2015-03-19 17:16:23 +01:00
Dominik Schürmann
ad9c35f522
Allow selection of none in SelectSignKeyIdActivity
2015-03-15 22:05:12 +01:00
Dominik Schürmann
fd5719ff6b
Remove display of key id in other lists
2015-03-15 18:40:52 +01:00
Dominik Schürmann
f4cb254404
Dont display key ids in KeySpinner, display creation date when user ids duplicate
2015-03-15 15:29:06 +01:00
Dominik Schürmann
f13953e8fc
API 7
2015-03-10 11:34:35 +01:00