aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash with new themeDominik Schürmann2015-07-251-1/+1
|
* Make main text color themeableThialfihar2015-07-211-2/+2
|
* Give key flag colors their own color namesThialfihar2015-07-211-7/+7
| | | | | This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
* Make header text and tertiary text color themeableThialfihar2015-07-211-1/+4
|
* grey out text color of key creation date for disabled itemsVincent Breitmoser2015-07-081-0/+1
|
* actually disable non-enabled items in keyspinner (in keyadapter) (fixes #1366)Vincent Breitmoser2015-07-061-12/+22
|
* use KeyAdapter for AllowedKeysListFragmentVincent Breitmoser2015-06-261-2/+7
|
* use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-171-26/+43
|
* make KeyItem serializble, for state in TokenTextCompleteViewVincent Breitmoser2015-05-301-1/+3
|
* Fix key creation string and displayDominik Schürmann2015-04-301-16/+1
|
* display creation dates for ambiguous user idsVincent Breitmoser2015-04-271-1/+20
|
* Dont show slinger button in spinnerDominik Schürmann2015-03-301-0/+2
|
* rewrite EncryptKeyCompletionView with generalized KeyAdapterVincent Breitmoser2015-03-301-0/+279
Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java