aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Unusable signing key not properly disabled, Issue #1468Durgesh2016-04-051-5/+0
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-291-4/+14
|\
| * don't show key spinner for a single entryVincent Breitmoser2015-04-241-0/+7
| * even more linked id ui workVincent Breitmoser2015-03-291-0/+6
* | actually disable non-enabled items in keyspinner (in keyadapter) (fixes #1366)Vincent Breitmoser2015-07-061-2/+6
* | use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-171-25/+11
* | preserve state in KeySpinner, and some lint fixesVincent Breitmoser2015-05-271-1/+1
|/
* Fixes for selection of certify keyDominik Schürmann2015-03-151-8/+17
* Merge pull request #1142 from tdjogi010/developmentDominik Schürmann2015-03-151-4/+10
|\
| * Preselected Suitable Keytdjogi010@gmail.com2015-03-131-4/+10
* | Dont display key ids in KeySpinner, display creation date when user ids dupli...Dominik Schürmann2015-03-151-1/+3
|/
* #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-3/+4
* pre-select certification key if only one is availableVincent Breitmoser2015-02-261-4/+5
* First work on new key view toolbarDominik Schürmann2015-02-251-3/+4
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+0
* Fix to preselect certification key if only one is availableVincent Breitmoser2014-10-291-1/+1
* Silently fail on import on key import with ArrayIndexOutOfBoundsExceptionDominik Schürmann2014-10-161-3/+3
* More consisitencyDominik Schürmann2014-10-151-3/+3
* preselect certify keyDominik Schürmann2014-10-051-1/+4
* Import code, fix collision of key spinner with other loadersDominik Schürmann2014-10-041-6/+9
* Use key icons in spinnersDominik Schürmann2014-09-171-4/+31
* move IS_REVOKED table prefix to the right placesVincent Breitmoser2014-09-131-1/+2
* if there is only one private key, use it fo certification by defaultVincent Breitmoser2014-08-311-1/+12
* Add license headersDominik Schürmann2014-08-191-0/+17
* Do not allow self certifyingmar-v-in2014-08-141-2/+14
* Add and use CertifyKeySpinnermar-v-in2014-08-141-0/+48