aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-0/+3
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-3/+0
* DecryptTextActivity reworkDominik Schürmann2014-09-231-1/+1
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-1/+1
* Fix custom key configuration for primary user idsDominik Schürmann2014-09-211-5/+17
* Feature to change key configuration in create keyDominik Schürmann2014-09-211-29/+80
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-1/+1
* work on OperationResultParcelVincent Breitmoser2014-09-141-7/+7
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-4/+4
* add ui support for stripping subkeysVincent Breitmoser2014-09-111-0/+8
* introduce SingletonResult for... singleton resultsVincent Breitmoser2014-09-081-6/+2
* 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