aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations
Commit message (Expand)AuthorAgeFilesLines
* get rid of code path for pin and notation data handlingVincent Breitmoser2016-03-231-2/+0
* 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-232-142/+1
* documentation and cleanupVincent Breitmoser2016-02-222-3/+23
* externalize CharsetVerifier, add looksLikeText to OpenPgpMetadata objectVincent Breitmoser2016-02-222-76/+140
* mime: try to decode with given charset or utf-8 while file is readVincent Breitmoser2016-02-222-6/+84
* Merge branch 'master' into performanceVincent Breitmoser2016-02-104-11/+11
|\
| * Replace spongycastle with bouncycastleDominik Schürmann2016-02-094-11/+11
* | performance: avoid expensive getSecretKeyType call, use cached where possibleVincent Breitmoser2016-02-051-13/+15
|/
* import: handle FileNotFoundException (fixes #1688)Vincent Breitmoser2016-02-012-13/+14
* 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