aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-2/+3
* Fix Crash when no encryption subkey is available, Issue #1817Durgesh2016-04-141-0/+5
* use new TokenAutoComplete 2.0.7, fixes #1636Vincent Breitmoser2016-03-231-8/+0
* Fix code styleDominik Schürmann2016-01-021-6/+6
* Temporary fix for #1636Dominik Schürmann2016-01-011-0/+7
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-291-1/+2
|\
| * Merge tag 'v3.2.1' into linked-identitiesVincent Breitmoser2015-05-111-20/+2
| |\
| * | display creation dates for ambiguous user idsVincent Breitmoser2015-04-271-1/+20
* | | show dummy item if there are no secret keysVincent Breitmoser2015-08-141-1/+23
* | | 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
* | | 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