aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesInputFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* working DisplayTextActivity, more input support in DecryptActivityVincent Breitmoser2015-06-201-3/+0
|
* rename activities to match new purposeVincent Breitmoser2015-06-181-1/+1
|
* handle multiple input URIs and Intent.SEND_MULTIPLEVincent Breitmoser2015-06-181-3/+7
|
* add ToolableViewAnimatorVincent Breitmoser2015-06-111-0/+1
|
* multi-decrypt: working recyclerview which decrypt files sequentially, ui in ↵Vincent Breitmoser2015-06-021-92/+4
| | | | progress
* multi-decrypt: first steps, split up DecryptFilesFragmentVincent Breitmoser2015-06-011-114/+22
|
* introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-011-0/+323
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.