aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/SignKeySpinner.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Unusable signing key not properly disabled, Issue #1468Durgesh2016-04-051-5/+0
* actually disable non-enabled items in keyspinner (in keyadapter) (fixes #1366)Vincent Breitmoser2015-07-061-1/+6
* use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-171-25/+8
* 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
* 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
* More consisitencyDominik Schürmann2014-10-151-3/+3
* Import code, fix collision of key spinner with other loadersDominik Schürmann2014-10-041-3/+6
* Use key icons in spinnersDominik Schürmann2014-09-171-12/+19
* flag revoked, epired and unavailable keys in selection spinnerVincent Breitmoser2014-09-071-2/+29
* if there is only one private key, use it fo certification by defaultVincent Breitmoser2014-08-311-1/+2
* Add license headersDominik Schürmann2014-08-191-0/+17
* factor KeySpinner outmar-v-in2014-08-141-0/+48