aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations
Commit message (Expand)AuthorAgeFilesLines
...
* uploadop: clean up, add loggingVincent Breitmoser2015-10-297-65/+109
* inputdataoperation: guess filetype from filename for generic application/ mim...Vincent Breitmoser2015-10-232-3/+18
* re-add accidentally deleted stringVincent Breitmoser2015-10-211-1/+2
* Renaming export strings to backupDominik Schürmann2015-10-153-45/+45
* Support backupVersion ASCII Armor headerDominik Schürmann2015-10-152-0/+2
* File ending consisitency for backupsDominik Schürmann2015-10-151-4/+3
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-5/+5
* Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for d...Dominik Schürmann2015-10-152-7/+7
* Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-091-11/+14
|\
| * make openInputStreamSafe static and move to FileHelperVincent Breitmoser2015-10-091-78/+11
| * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-10-082-2/+2
| |\
| * | Dont allow encryption of app files via Os methods (OKC-01-010)Dominik Schürmann2015-10-081-3/+73
* | | Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-082-3/+3
|\ \ \ | | |/ | |/|
| * | pgpdecryptverify: get rid of duplicate code path for binary signature verific...Vincent Breitmoser2015-10-081-1/+0
| * | pgpsignencrypt: unsupported parameter combinations are a bugVincent Breitmoser2015-10-081-1/+0
| * | pgpdecryptverify: fix one pass signature check, actually use bracketed structureVincent Breitmoser2015-10-071-0/+2
| |/
| * Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-041-1/+1
* | inputdata: don't attempt mime decode on application/* except octet-streamVincent Breitmoser2015-09-301-1/+1
* | Merge remote-tracking branch 'origin/master' into encrypted-exportVincent Breitmoser2015-09-283-39/+73
|\|
| * Dont import more than 100 User IDs (OKC-01-002)Dominik Schürmann2015-09-251-0/+1
| * Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-09-211-14/+21
| |\
| | * Use more modular Keybase lib with OkHttp wrapperDominik Schürmann2015-09-211-14/+21
| * | 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-192-20/+23
* | upload: re-add upload by bytesVincent Breitmoser2015-09-283-37/+45
* | export: improve stream handling, performanceVincent Breitmoser2015-09-281-3/+12
* | export: support encrypted export, first versionVincent Breitmoser2015-09-282-32/+78
* | upload: identify key by masterKeyId onlyVincent Breitmoser2015-09-262-21/+21
* | export: more cleanup and splitting into subroutinesVincent Breitmoser2015-09-262-49/+52
* | export: externalize upload into its own operationVincent Breitmoser2015-09-264-106/+230
* | export: clean up, fix possible infinite loopVincent Breitmoser2015-09-261-61/+54
* | export: move execute operation to topVincent Breitmoser2015-09-261-40/+41
* | remove "export to file" code path from export operationVincent Breitmoser2015-09-262-65/+5
|/
* mime: skip trailing unsigned parts, and ignore nested signed dataVincent Breitmoser2015-09-172-3/+17
* mime: support for signed-then-encrypted formatVincent Breitmoser2015-09-172-16/+140
* mime: add failure case if openpgp processing fails!Vincent Breitmoser2015-09-162-0/+6
* mime: add logging messagesVincent Breitmoser2015-09-162-19/+18
* mime: handle non-mime data, just pass it throughVincent Breitmoser2015-09-162-11/+41
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-162-12/+7
* multidecrypt: use bottom sheet for longclick optionsVincent Breitmoser2015-09-161-3/+5
* multidecrypt: display all outputUris as individual itemsVincent Breitmoser2015-09-161-1/+1
* mime: return one OpenPgpMetadata object per body partVincent Breitmoser2015-09-162-10/+32
* preliminary working mime parsing in DecryptListFragment! (beware WIP, here be...Vincent Breitmoser2015-09-162-11/+23
* mime: add logging to InputDataOperationVincent Breitmoser2015-09-152-49/+92
* mime: create more general InputDataOperation, which for now and does basic mi...Vincent Breitmoser2015-09-154-374/+202
* Merge branch 'master' into mime4jVincent Breitmoser2015-09-146-158/+219
|\
| * share rather than save log files (OKC-01-015)Vincent Breitmoser2015-09-111-17/+63
| * never import secret keys from keyserver (OKC-01-001)Vincent Breitmoser2015-09-112-4/+12