aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java
Commit message (Collapse)AuthorAgeFilesLines
* key spinner fixesDominik Schürmann2014-09-211-26/+43
|
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-191-1/+1
|
* Use key icons in spinnersDominik Schürmann2014-09-171-12/+20
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-2/+2
| | | | created ui.util for everything related to formatting
* flag revoked, epired and unavailable keys in selection spinnerVincent Breitmoser2014-09-071-3/+25
|
* More UI reworkDominik Schürmann2014-09-071-2/+2
|
* Cleanup keyspinner layout, key id typeface monospaceDominik Schürmann2014-08-311-10/+9
|
* if there is only one private key, use it fo certification by defaultVincent Breitmoser2014-08-311-23/+16
|
* Add license headersDominik Schürmann2014-08-191-0/+17
|
* Do not allow self certifyingmar-v-in2014-08-141-1/+5
|
* Fix KeySpinner on cursor changemar-v-in2014-08-141-1/+6
|
* add OnKeyChangedListener to KeySpinnermar-v-in2014-08-141-3/+38
|
* factor KeySpinner outmar-v-in2014-08-141-0/+171