aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-23/+23
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-55/+91
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-91/+55
|
* add support for second line in log viewVincent Breitmoser2014-10-051-0/+6
|
* preselect certify keyDominik Schürmann2014-10-051-3/+3
|
* implement preliminary MultiCertifyActivity (most heavy lifting is done)Vincent Breitmoser2014-10-042-8/+23
|
* 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
|
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-021-45/+13
| | | | This one should remedy #811, but waiting for a test
* 3.0 beta3Dominik Schürmann2014-09-301-4/+7
|
* 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
|
* key spinner fixesDominik Schürmann2014-09-211-6/+6
|
* New key flags icons, subkey adapter redesign, support authanticate flag in ↵Dominik Schürmann2014-09-204-5/+28
| | | | database
* respect user id revocation signaturesVincent Breitmoser2014-09-201-31/+60
| | | | Closes #836
* forgot a LogLevel pieceVincent Breitmoser2014-09-191-78/+77
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-18/+17
| | | | created ui.util for everything related to formatting
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-09-151-2/+2
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedKeyRing.java OpenKeychain/src/main/res/values-de/strings.xml
| * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-151-3/+3
| |\
| * | New decrypt activity design (WIP), saner UTF8 decoding (replacing ↵Dominik Schürmann2014-09-151-2/+2
| | | | | | | | | | | | non-decodable characters)
* | | move LogLevel info into LogType enumVincent Breitmoser2014-09-151-8/+8
| |/ |/|