aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java
Commit message (Expand)AuthorAgeFilesLines
...
* Properly handle uneditable key types in EditKeyFragmentVincent Breitmoser2014-09-081-9/+39
* Work on Yubikey decryptionDominik Schürmann2014-09-081-0/+1
* make EditKeyFragment work with new PassphraseDialogVincent Breitmoser2014-09-071-40/+40
* add cancel support to edit key actionVincent Breitmoser2014-08-311-4/+6
* Fix nullpointer when revoking keysDominik Schürmann2014-08-211-1/+2
* Fixes for expiry UIDominik Schürmann2014-08-181-2/+2
* Fix expiry when adding subkeysDominik Schürmann2014-08-161-1/+0
* handle modify and save errors in KeychainIntentResultVincent Breitmoser2014-08-141-8/+7
* Better error handling for passphrase cache if key is missingDominik Schürmann2014-08-131-2/+8
* Edit key: prevent the combination of change to primary user id and revocationDominik Schürmann2014-08-071-0/+4
* Optimize importsDominik Schürmann2014-08-051-2/+1
* Edit key: key flagsDominik Schürmann2014-08-051-1/+0
* Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ...Dominik Schürmann2014-08-051-4/+5
* Better handling of user id revocation in UI codeDominik Schürmann2014-08-051-2/+3
* Refactor expiry dialogDominik Schürmann2014-08-051-22/+11
* KeychainContract: use longs instead of String, other fixesDominik Schürmann2014-08-051-10/+19
* Edit key: subkey adding, not finishedDominik Schürmann2014-08-041-3/+16
* Add user id with dialogDominik Schürmann2014-08-011-9/+35
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-4/+3
* introduce EditKeyResult with transient UncachedKeyRing (half-baked!)Vincent Breitmoser2014-07-271-6/+4
* some more work on supertoast and result parcel stuffVincent Breitmoser2014-07-271-3/+11
* some fixes for editDominik Schürmann2014-07-151-3/+4
* Merge remote-tracking branch 'origin/master' into external-testVincent Breitmoser2014-07-151-7/+35
|\
| * more work on edit keyDominik Schürmann2014-07-121-7/+35
* | Merge remote-tracking branch 'origin/master' into external-testVincent Breitmoser2014-07-111-2/+51
|\|
| * Work on subkeys adapterDominik Schürmann2014-07-081-1/+50
* | SaveKeyringParcel: follow attribute m prefix coding guidelineVincent Breitmoser2014-07-111-11/+11
|/
* cleanup, debug for passphrase setDominik Schürmann2014-07-031-5/+4
* Cache passphrase for editDominik Schürmann2014-07-031-2/+2
* Cache passphrase for editDominik Schürmann2014-07-031-10/+13
* cleanupDominik Schürmann2014-07-031-0/+4
* edit key: subkey adapterDominik Schürmann2014-07-031-1/+1
* Work on editDominik Schürmann2014-07-031-4/+26
* fix nullpointer, cleanupDominik Schürmann2014-07-021-6/+6
* remove init methods from adapterDominik Schürmann2014-07-021-8/+8
* edit key: work on savingDominik Schürmann2014-07-021-6/+11
* Edit key: adding user idsDominik Schürmann2014-07-021-36/+11
* edit key: part 3Dominik Schürmann2014-07-011-31/+34
* work on edit keyDominik Schürmann2014-06-301-14/+75
* new edit key: first version to add user idsDominik Schürmann2014-06-241-2/+16
* new edit key: change passphraseDominik Schürmann2014-06-221-63/+107
* new edit key: diff for existing user idsDominik Schürmann2014-06-221-15/+121
* Rename adapterDominik Schürmann2014-06-221-9/+8
* Start new designed activityDominik Schürmann2014-06-211-0/+200