aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations
Commit message (Expand)AuthorAgeFilesLines
* Use more generic 'Security Token' where possible, add sutitle to create key w...Dominik Schürmann2016-01-101-3/+3
* passphraseactivity: add inline spinner to password dialogVincent Breitmoser2016-01-061-21/+0
* api: add micalg result extra to detached signature api callVincent Breitmoser2015-12-171-0/+10
* some work on benchmark operation (affects only debug build)Vincent Breitmoser2015-12-131-1/+4
* Merge pull request #1610 from open-keychain/facebookDominik Schürmann2015-12-102-0/+59
|\
| * added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-062-0/+59
* | Issue#1605 solvedTedaLIEz2015-12-091-1/+6
|/
* Show notification when READ_CONTACTS permission is denied in sync service, hi...Dominik Schürmann2015-11-234-10/+6
* decrypt: skip all encountered marker packets (fix #1582)Vincent Breitmoser2015-11-152-4/+2
* inputdataop: leave content as-is if no header found (fixes #1592)Vincent Breitmoser2015-11-141-0/+9
* decrypt: skip unavailable and unsuitable keysVincent Breitmoser2015-11-131-0/+2
* bench: add simple s2k benchmark (iterations for 100ms)Vincent Breitmoser2015-11-042-3/+50
* bench: run ops multiple times and for an average timeVincent Breitmoser2015-11-042-16/+29
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-11-041-1/+3
|\
| * changed KeyserverSyncAdapterService to work with START_REDELIVER_INTENTAdithya Abraham Philip2015-10-311-1/+3
* | bench: simple working benchmarkVincent Breitmoser2015-11-045-4/+23
* | bench: add benchmark operation for testingVincent Breitmoser2015-11-043-0/+142
|/
* import: make operation cancelable (again), make "update all" cancelableVincent Breitmoser2015-10-291-16/+28
* import: reduce number of threads a little, and code cleanupVincent Breitmoser2015-10-291-39/+37
* make use of proxies a Keyserver propertyVincent Breitmoser2015-10-292-9/+9
* editkey: always return EditKeyResultVincent Breitmoser2015-10-293-14/+16
* use Proxy.NO_PROXY instead of null value for no proxyVincent Breitmoser2015-10-292-10/+7
* 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