aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java
Commit message (Collapse)AuthorAgeFilesLines
* don't cache exporthelper, keep type for KeyItem in KeySpinnerVincent Breitmoser2015-07-061-1/+1
|
* Fix account key selection for APIDominik Schürmann2015-07-061-1/+6
|
* use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-171-121/+49
|
* preserve state in KeySpinner, and some lint fixesVincent Breitmoser2015-05-271-12/+34
|
* rewrite EncryptActivity data flowVincent Breitmoser2015-05-271-10/+15
|
* Fix key creation string and displayDominik Schürmann2015-04-301-8/+8
|
* Switch to new support lib version 22.1Dominik Schürmann2015-04-251-3/+3
|
* object oriented split user idDominik Schürmann2015-03-161-4/+3
|
* Fixes for selection of certify keyDominik Schürmann2015-03-151-2/+4
|
* Dont display key ids in KeySpinner, display creation date when user ids ↵Dominik Schürmann2015-03-151-12/+31
| | | | duplicate
* 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
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* 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; ↵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