aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/EditKeyOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* passphraseactivity: add inline spinner to password dialogVincent Breitmoser2016-01-061-21/+0
|
* Show notification when READ_CONTACTS permission is denied in sync service, ↵Dominik Schürmann2015-11-231-1/+1
| | | | hide linked contact card if permission is denied
* editkey: always return EditKeyResultVincent Breitmoser2015-10-291-10/+7
|
* uploadop: clean up, add loggingVincent Breitmoser2015-10-291-1/+1
|
* upload: re-add upload by bytesVincent Breitmoser2015-09-281-13/+14
|
* upload: identify key by masterKeyId onlyVincent Breitmoser2015-09-261-20/+20
|
* upload only public key in revocationAdithya Abraham Philip2015-07-131-1/+13
|
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-7/+6
|
* added retry on upload failureAdithya Abraham Philip2015-07-131-2/+4
|
* prevented passphrase caching on revocationAdithya Abraham Philip2015-07-131-1/+1
|
* implemented revocation on deletionAdithya Abraham Philip2015-07-131-2/+31
|
* cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-0/+2
|
* Fix caching of empty passphrase before moving keys to cardDominik Schürmann2015-07-031-7/+16
|
* fix recursive log in modifySecretKeyRingVincent Breitmoser2015-06-171-1/+1
|
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-2/+1
|
* Bugfixes and changes based on feedbackJoey Castillo2015-05-131-1/+1
|
* Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-131-1/+1
|
* fix unit tests (syntax)Vincent Breitmoser2015-03-201-2/+2
|
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/CertifyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/EditKeyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/PgpSignEncryptResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptInputParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/SignEncryptParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/SetPassphraseDialogFragment.java
| * New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-1/+2
| |
* | support yubikeys in (some) edit key operationsVincent Breitmoser2015-03-201-3/+8
|/
* Add missing license headersDominik Schürmann2015-03-151-0/+17
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-3/+3
| | | | | | | - 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
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+0
|
* introduce PromoteKeyOperation to create dummy secret from public keysVincent Breitmoser2015-01-251-1/+1
|
* encapsulate high level edit key into new operation classVincent Breitmoser2015-01-031-0/+132