aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java
Commit message (Expand)AuthorAgeFilesLines
* 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