aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-241-4/+3
|\
| * object oriented split user idDominik Schürmann2015-03-161-4/+3
* | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-151-14/+35
|\|
| * Fixes for selection of certify keyDominik Schürmann2015-03-151-2/+4
| * Dont display key ids in KeySpinner, display creation date when user ids dupli...Dominik Schürmann2015-03-151-12/+31
* | successfully certify linked idsVincent Breitmoser2015-03-081-0/+1
* | return key ids from PassphraseDialogActivity, accept null useridsVincent Breitmoser2015-03-081-4/+0
|/
* Hopefully fixes drop down icon for spinners on Android lower 5Dominik Schürmann2015-02-261-2/+6
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
* Import code, fix collision of key spinner with other loadersDominik Schürmann2014-10-041-3/+10
* 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; cre...Dominik Schürmann2014-09-171-2/+2
* 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