aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-274-273/+113
|/ / / / / / / / /
* | | | | | | | | Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-261-50/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix warnings in PassphraseCacheServiceVincent Breitmoser2015-06-261-13/+25
| * | | | | | | | | Notification: follow design guidelines, fix #1313Dominik Schürmann2015-06-241-48/+31
| * | | | | | | | | New notify iconDominik Schürmann2015-06-241-1/+1
| * | | | | | | | | New all-white status bar icon to fix issue #1356moparisthebest2015-06-221-2/+21
* | | | | | | | | | small fix and some cleanup in ServiceProgressFragmentVincent Breitmoser2015-06-221-12/+32
* | | | | | | | | | minor code style fixesVincent Breitmoser2015-06-181-1/+3
* | | | | | | | | | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-171-0/+8
|\| | | | | | | | |
| * | | | | | | | | instrument: use contrib drawer methods, respect passphrase cacheVincent Breitmoser2015-06-171-0/+8
* | | | | | | | | | fix progress for decryptVincent Breitmoser2015-06-101-7/+23
* | | | | | | | | | Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-104-99/+108
|\| | | | | | | | |
| * | | | | | | | | backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-104-99/+108
* | | | | | | | | | WIP! Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-074-88/+169
|\| | | | | | | | |
| * | | | | | | | | eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-064-88/+169
* | | | | | | | | | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-064-1014/+877
|\| | | | | | | | |
| * | | | | | | | | Partially revert "switch to native DialogFragment, fix some nullpointers", bu...Vincent Breitmoser2015-06-031-2/+4
| * | | | | | | | | Fix comments in serviceDominik Schürmann2015-06-011-8/+8
| * | | | | | | | | corrected indentationAdithya Abraham Philip2015-06-011-271/+278
| * | | | | | | | | renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-3/+3
| * | | | | | | | | merged servicesAdithya Abraham Philip2015-06-013-446/+296
* | | | | | | | | | multi-decrypt: working in principleVincent Breitmoser2015-06-021-4/+0
* | | | | | | | | | introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-011-1/+6
|/ / / / / / / / /
* | | | | | | | | switch to native DialogFragment, fix some nullpointersVincent Breitmoser2015-05-311-4/+2
* | | | | | | | | some decrypt/verify bug fixesVincent Breitmoser2015-05-301-2/+9
* | | | | | | | | rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-160/+24
* | | | | | | | | delete correct cache entries (important for yubikey pins!)Vincent Breitmoser2015-05-301-2/+2
* | | | | | | | | Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-291-6/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Partially revert "make masterKeyId and subKeyId strictly required in CryptoIn...Vincent Breitmoser2015-05-281-6/+16
* | | | | | | | | | Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-281-22/+14
|\| | | | | | | | |
| * | | | | | | | | make masterKeyId and subKeyId strictly required in CryptoInputParcelVincent Breitmoser2015-05-281-24/+14
| * | | | | | | | | apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-171-3/+5
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-171-3/+5
* | | | | | | | | Removing unused SubkeyChange constructor.Joey Castillo2015-05-131-12/+0
* | | | | | | | | Adding keytocard flag to SubkeyChange: UI sets this flag to initiate keytocar...Joey Castillo2015-05-131-2/+17
* | | | | | | | | Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-133-28/+45
* | | | | | | | | Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-122-1/+26
|/ / / / / / / /
* | | | | | | / Fix import of keyring with pub+sec key with same key idDominik Schürmann2015-05-061-11/+8
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-4/+4
* | | | | | | Reformat comment in PassphraseCacheServiceDominik Schürmann2015-04-131-4/+5
* | | | | | | IMplement CryptoInputParcelCacheServiceDominik Schürmann2015-04-131-9/+20
* | | | | | | Clearer var namingDominik Schürmann2015-04-121-8/+8
* | | | | | | More simplifications to PassphraseCacheServiceDominik Schürmann2015-04-121-27/+21
* | | | | | | Simplify PassphraseCacheServiceDominik Schürmann2015-04-121-16/+12
* | | | | | | fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-012-37/+49
* | | | | | | Prepare decrypt UI for input parcelDominik Schürmann2015-03-311-5/+21
* | | | | | | fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-6/+6
* | | | | | | pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-301-5/+4
* | | | | | | Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-244-23/+416
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #1166 from adithyaphilip/multi-threadedDominik Schürmann2015-03-233-21/+414
| |\ \ \ \ \ \