aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider
Commit message (Collapse)AuthorAgeFilesLines
* Use signature-level signature for TemporaryStorageProvider and describe the ↵Dominik Schürmann2015-06-291-15/+46
| | | | security model
* Add brackets in KeychainProviderDominik Schürmann2015-06-291-30/+43
|
* Use application/octet-stream as default type in TemporaryStorageProviderDominik Schürmann2015-06-291-1/+1
|
* Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-261-0/+3
|\
| * instrument: first couple of tests for OpenPGP APIVincent Breitmoser2015-06-261-0/+3
| |
* | fix original file deletion (and instrumentation)Vincent Breitmoser2015-06-231-3/+6
| |
* | fix decrypt view intents, save mimetype in storage provider, and thumbnail ↵Vincent Breitmoser2015-06-201-11/+14
| | | | | | | | loading in decrypt list
* | add mimetype and streamtype support in TemporaryStorageProviderVincent Breitmoser2015-06-201-4/+52
| |
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-171-4/+9
|\|
| * fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-4/+9
| |
* | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-171-1/+1
|\| | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
| * preliminary EditKeyTestVincent Breitmoser2015-06-171-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-112-2/+3
|\|
| * Allow debug build besides release buildDominik Schürmann2015-06-102-2/+3
| |
* | multi-decrypt: implement save operation (missing actual copy)Vincent Breitmoser2015-06-031-0/+5
|/
* rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-2/+2
|
* update database to trigger consolidateVincent Breitmoser2015-05-281-1/+3
|
* improve robustness of SecretKeyType handlingVincent Breitmoser2015-05-281-1/+1
|
* set to stripped by default, rather than "unavailable"Vincent Breitmoser2015-05-281-1/+1
|
* allow user packets with only revocation packetVincent Breitmoser2015-05-281-4/+4
|
* CleanupDominik Schürmann2015-05-101-21/+0
|
* Fixes and clarifications to app signature (or better certificate) pinningDominik Schürmann2015-05-103-7/+6
|
* use TemporaryStorageProvider for Bluetooth ShareWilliam Faulk2015-05-041-3/+6
|
* Apply patch from https://github.com/open-keychain/open-keychain/issues/1240 ↵Dominik Schürmann2015-05-041-8/+22
| | | | with db upgrade
* Query for duplicate user idsDominik Schürmann2015-03-152-1/+10
|
* change user_id primary key in database, use keyring rather than unified ↵Vincent Breitmoser2015-03-112-14/+17
| | | | query in consolidate
* API 7Dominik Schürmann2015-03-101-49/+59
|
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-2/+1
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* Debug optionsDominik Schürmann2015-03-051-1/+1
|
* save revocation instead of self-cert for revoked uidsVincent Breitmoser2015-02-261-12/+19
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-013-14/+14
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-01-314-8/+127
|\
| * Rename app setting classes for consistencyDominik Schürmann2015-01-301-1/+0
| |
| * Fix saving of allowed keysDominik Schürmann2015-01-301-11/+5
| |
| * Merge branch 'ligi/fix/add_ability_to_compile_with_java8' of ↵Dominik Schürmann2015-01-301-1/+1
| |\ | | | | | | | | | https://github.com/ligi/open-keychain into ligi-ligi/fix/add_ability_to_compile_with_java8
| | * Add explicit casting to be able to compile with java8ligi2015-01-291-1/+1
| | |
| * | Saving of allowed keysDominik Schürmann2015-01-294-10/+70
| | |
| * | Introduce allowed keys table per API clientDominik Schürmann2015-01-293-4/+70
| |/
* / prevent recursive consolidateVincent Breitmoser2015-01-311-4/+8
|/
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-252-20/+20
|
* always show revoked user ids last!Vincent Breitmoser2015-01-191-4/+4
|
* actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-142-12/+121
|
* make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-144-62/+94
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java
* minor stuffVincent Breitmoser2015-01-032-0/+2
|
* throw exception if no data is found in getGenericDataVincent Breitmoser2015-01-021-0/+3
|
* add PIN as a SecretKeyTypeVincent Breitmoser2014-12-301-0/+5
|
* Changelog 3.1.1Dominik Schürmann2014-10-301-1/+1
|
* Always use INTEGER instead of BOOLEAN in database to avoid confusionDominik Schürmann2014-10-291-12/+10
|
* fix consolidate if no secret key are presentVincent Breitmoser2014-10-261-2/+6
|
* prevent cancel dring consolidate, move logic into progressableVincent Breitmoser2014-10-261-0/+3
|