aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java
Commit message (Collapse)AuthorAgeFilesLines
* 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 Key
| * Preselected Suitable Keytdjogi010@gmail.com2015-03-131-4/+10
| |
* | Dont display key ids in KeySpinner, display creation date when user ids ↵Dominik Schürmann2015-03-151-1/+3
|/ | | | duplicate
* #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-3/+4
| | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* 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
| | | | Closes #981
* 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
| | | | Fixes #849
* 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