aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/InputDataOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* inform storage provider of uri content-type for decrypted outputVincent Breitmoser2015-09-191-0/+6
|
* skip mime parsing if we already know the content type isn't suitableVincent Breitmoser2015-09-191-5/+18
|
* fix fallback for non-mime dataVincent Breitmoser2015-09-191-19/+22
|
* mime: skip trailing unsigned parts, and ignore nested signed dataVincent Breitmoser2015-09-171-3/+16
|
* mime: support for signed-then-encrypted formatVincent Breitmoser2015-09-171-15/+133
|
* mime: add failure case if openpgp processing fails!Vincent Breitmoser2015-09-161-0/+5
|
* mime: add logging messagesVincent Breitmoser2015-09-161-18/+17
|
* mime: handle non-mime data, just pass it throughVincent Breitmoser2015-09-161-11/+40
|
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-161-1/+7
|
* multidecrypt: use bottom sheet for longclick optionsVincent Breitmoser2015-09-161-3/+5
|
* mime: return one OpenPgpMetadata object per body partVincent Breitmoser2015-09-161-2/+9
|
* preliminary working mime parsing in DecryptListFragment! (beware WIP, here ↵Vincent Breitmoser2015-09-161-9/+11
| | | | be dragons!)
* mime: add logging to InputDataOperationVincent Breitmoser2015-09-151-45/+65
|
* mime: create more general InputDataOperation, which for now and does basic ↵Vincent Breitmoser2015-09-151-0/+173
mime parsing