aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations
Commit message (Expand)AuthorAgeFilesLines
* refactor BackupOperation a bit, make more illegal states explicitVincent Breitmoser2016-05-171-56/+59
* make unencrypted backup an explicit parameterVincent Breitmoser2016-05-171-10/+11
* Revert "Remove non-encrypted backuping"Dominik Schürmann2016-05-121-14/+31
* Remove non-encrypted backupingDominik Schürmann2016-05-121-31/+14
* PgpSignEncryptOperation refactoringAndrea Torlaschi2016-05-105-84/+49
* Merge branch 'master' into backup-apiDominik Schürmann2016-05-076-10/+121
|\
| * Added license to ChangeUnlockOperationAlex Fong2016-05-051-0/+17
| * Refactoring: Removed PassphraseChangeParcel and placed its functionality into...Alex Fong2016-05-051-9/+8
| * Removed unrequired code, standardized terms used.Alex Fong2016-05-051-24/+3
| * Refactored code to use functions already present in code, reduced liberties t...Alex Fong2016-05-051-28/+0
| * (WIP) Change password when key is stripped #1692Alex Fong2016-05-042-0/+143
| * Merge pull request #1819 from 007durgesh219/Issue#1817Dominik Schürmann2016-04-291-0/+1
| |\
| | * Fix Crash when no encryption subkey is available, Issue #1817Durgesh2016-04-141-0/+1
| * | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2016-04-182-5/+5
| |\ \
| | * | Update obsolete Nfc class prefixesNikita Mikhailov2016-04-162-5/+5
| | |/
| * / Fix delete_failDominik Schürmann2016-04-181-1/+2
| |/
| * 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
* | Add backup APIDominik Schürmann2016-03-011-10/+27
|/
* 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