aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Package cert not sigDominik Schürmann2015-07-071-2/+2
|
* cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-0/+3
|
* some cleanup and documentationVincent Breitmoser2015-07-061-1/+4
|
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-2/+2
|
* ensuring code style is preservedAdithya Abraham Philip2015-07-031-4/+6
|
* split import and export opsAdithya Abraham Philip2015-06-271-3/+3
|
* introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-271-2/+2
|
* rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-2/+2
|
* 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-101-5/+4
|
* change user_id primary key in database, use keyring rather than unified ↵Vincent Breitmoser2015-03-111-10/+7
| | | | 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
* save revocation instead of self-cert for revoked uidsVincent Breitmoser2015-02-261-12/+19
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-12/+12
| | | | | | | - 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-311-1/+34
|\
| * Rename app setting classes for consistencyDominik Schürmann2015-01-301-1/+0
| |
| * Fix saving of allowed keysDominik Schürmann2015-01-301-11/+5
| |
| * Saving of allowed keysDominik Schürmann2015-01-291-0/+40
| |
* | prevent recursive consolidateVincent Breitmoser2015-01-311-4/+8
|/
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-14/+14
|
* 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-141-11/+118
|
* make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-141-8/+11
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java
* minor stuffVincent Breitmoser2015-01-031-0/+1
|
* 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
|
* 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
|
* Retry canonicalization with pubkey self certs if first attempt failedVincent Breitmoser2014-10-261-4/+16
| | | | Fixes #974
* change the way merging is loggedVincent Breitmoser2014-10-251-0/+4
|
* integrate download from keyserver into key import operationVincent Breitmoser2014-10-231-6/+6
|
* fix logging in consolidate, part 2Vincent Breitmoser2014-10-111-11/+14
|
* fix logging in consolidate, part 1Vincent Breitmoser2014-10-111-43/+47
|
* move around package structure a bitVincent Breitmoser2014-10-101-5/+5
|
* move operations into ops package, introduce BaseOperation classVincent Breitmoser2014-10-101-3/+3
|
* add support for second line in log viewVincent Breitmoser2014-10-051-0/+6
|
* forgot adjustments in ProviderHelperVincent Breitmoser2014-10-031-4/+5
|
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-29/+31
|
* use iterator interface exclusively in ParcelableFileCacheVincent Breitmoser2014-10-031-2/+2
|
* log "unspecified" flags differentlyVincent Breitmoser2014-09-221-2/+10
|
* nicer code in key import for flag log typesVincent Breitmoser2014-09-221-75/+27
|
* show authenticate flag in logsVincent Breitmoser2014-09-221-22/+64
|
* New key flags icons, subkey adapter redesign, support authanticate flag in ↵Dominik Schürmann2014-09-201-1/+2
| | | | database
* respect user id revocation signaturesVincent Breitmoser2014-09-201-31/+60
| | | | Closes #836
* forgot a LogLevel pieceVincent Breitmoser2014-09-191-78/+77
|