aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainService.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: Removed PassphraseChangeParcel and placed its functionality ↵Alex Fong2016-05-051-3/+3
| | | | into ChangeUnlockParcel.
* (WIP) Change password when key is stripped #1692Alex Fong2016-05-041-0/+3
| | | | | | | | | | | Approach: Find the first unstripped secret key and use it for passphrase verification All unstripped keys will have their passphrase changed to new passphrase, if possible. Current Progress: Changing the passphrase of keys works fine. Refactoring to combine "modifySecretKeyring" and newly added method, "modifyKeyRingPassword" may be possible if given the go-ahead.
* bench: add benchmark operation for testingVincent Breitmoser2015-11-041-0/+3
|
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-3/+3
|
* export: externalize upload into its own operationVincent Breitmoser2015-09-261-0/+3
|
* mime: create more general InputDataOperation, which for now and does basic ↵Vincent Breitmoser2015-09-151-20/+11
| | | | mime parsing
* Merge branch 'master' into mime4jVincent Breitmoser2015-09-141-2/+2
|\ | | | | | | | | | | | | | | Conflicts: OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptListFragment.java OpenKeychain/src/main/res/values/strings.xml
| * Remove dead codeDominik Schürmann2015-08-271-2/+2
| |
* | WIP mime parsingDominik Schürmann2015-08-171-0/+4
|/
* implemented revocation on deletionAdithya Abraham Philip2015-07-131-1/+4
|
* split import and export opsAdithya Abraham Philip2015-06-271-5/+8
|
* renamed KeychainNewService to KeychainServiceAdithya Abraham Philip2015-06-271-0/+215
|
* deleted KeychainServiceAdithya Abraham Philip2015-06-271-184/+0
|
* migrated Keybase verificationAdithya Abraham Philip2015-06-271-179/+1
|
* migrated consolidationAdithya Abraham Philip2015-06-271-19/+1
|
* migrated promote op to KeychainNewServiceAdithya Abraham Philip2015-06-271-25/+0
|
* migrated delete op to KeychainNewServiceAdithya Abraham Philip2015-06-271-23/+0
|
* migrated key creation to KeychainNewServiceAdithya Abraham Philip2015-06-271-21/+0
|
* added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-271-89/+0
|
* introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-271-265/+26
|
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-1/+0
|
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-88/+1
|
* 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-0/+858