aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/InputDataOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* Set filename after decryptionAndrea Torlaschi2016-03-051-2/+3
|
* ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-231-2/+2
|
* move CharsetVerifier to utils packageVincent Breitmoser2016-02-231-0/+1
|
* documentation and cleanupVincent Breitmoser2016-02-221-1/+1
|
* externalize CharsetVerifier, add looksLikeText to OpenPgpMetadata objectVincent Breitmoser2016-02-221-76/+18
|
* mime: try to decode with given charset or utf-8 while file is readVincent Breitmoser2016-02-221-6/+80
|
* decrypt: skip all encountered marker packets (fix #1582)Vincent Breitmoser2015-11-151-3/+2
|
* inputdataop: leave content as-is if no header found (fixes #1592)Vincent Breitmoser2015-11-141-0/+9
|
* inputdataoperation: guess filetype from filename for generic application/ ↵Vincent Breitmoser2015-10-231-3/+17
| | | | mime types
* Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for ↵Dominik Schürmann2015-10-151-5/+5
| | | | db contract
* inputdata: don't attempt mime decode on application/* except octet-streamVincent Breitmoser2015-09-301-1/+1
|
* mime: don't do mime parsing if the encrypted data has a filenameVincent Breitmoser2015-09-211-6/+10
|
* 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