aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/PassphraseCacheService.java
Commit message (Expand)AuthorAgeFilesLines
* Update target and support libs to SDK 21, fixing compile issuesDominik Schürmann2014-12-041-1/+1
* fix test for new PgpDecryptVerifyVincent Breitmoser2014-10-141-1/+3
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-3/+3
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-61/+102
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-5/+1
* Add newly discussed design decisions for passphrase cache serviceDominik Schürmann2014-09-101-0/+9
* Yubikey: use PINDominik Schürmann2014-09-081-0/+2
* Add experimental support for yubikey PINs, remove caching of empty passphrasesDominik Schürmann2014-09-051-7/+5
* work on passphrase caching, make use of cached SecretKeyType data (WIP!)Vincent Breitmoser2014-09-031-23/+32
* Merge branch 'master' into yubikeyDominik Schürmann2014-08-281-3/+3
|\
| * Fix encrypt onlyDominik Schürmann2014-08-161-3/+3
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-141-43/+59
|\|
| * Better error handling for passphrase cache if key is missingDominik Schürmann2014-08-131-43/+58
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-061-4/+3
|\|
| * Optimize importsDominik Schürmann2014-08-051-2/+1
| * Fixing lint complaints, removing unused resourcesDominik Schürmann2014-08-041-2/+2
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-011-74/+69
|\|
| * rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-2/+2
| * Make PassphraseCacheService a foreground serviceDominik Schürmann2014-07-271-72/+67
* | FixesDominik Schürmann2014-07-171-0/+8
|/
* Fallback if no primary user id existsDominik Schürmann2014-07-161-1/+1
* Fixed misplaced bracketDaniel Albert2014-07-121-1/+1
* Fixed issues discussed in #713Daniel Albert2014-07-121-10/+10
* Put text into strings.xml, for internationalizationDaniel Albert2014-07-121-6/+6
* Added Purging for Android < 4.1Daniel Albert2014-07-121-28/+51
* Implemented Notification, no fallback yetDaniel Albert2014-07-121-3/+69
* new PassphraseCache, storing UserIDs as wellDaniel Albert2014-07-121-11/+47
* Edit key: adding user idsDominik Schürmann2014-07-021-16/+15
* new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-271-46/+2
* use long rather than String to build uris by keyVincent Breitmoser2014-05-211-1/+1
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-3/+3
* wrapped-key-ring: more work on passphrase caching and certificationVincent Breitmoser2014-05-041-32/+34
* wrapped-key-ring: move more helper methods into keysVincent Breitmoser2014-05-031-0/+2
* Optimize importsDominik Schürmann2014-04-151-1/+0
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-141-3/+1
* Update license header for 2014Dominik Schürmann2014-04-131-1/+1
* Refactor ProviderHelper to be non-static using a constructor based on context...Dominik Schürmann2014-04-111-2/+2
* get rid of more getMasterKeyId usage, work on getKeyRingsAsArmoredStringVincent Breitmoser2014-04-111-7/+10
* fix EditKeyActivityVincent Breitmoser2014-04-111-19/+21
* Use NotFoundException in more placesDominik Schürmann2014-04-081-1/+3
* Introduce ProviderHelper.NotFoundException, remove dead codeDominik Schürmann2014-04-081-4/+5
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+380