aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter
Commit message (Collapse)AuthorAgeFilesLines
* Support mutliple search words and highlight themThialfihar2014-05-161-2/+2
| | | | | | | For the regex matching it would be smart to sort the words by length, so the longest matches come first. This only matters for queries with words containing parts of each other, which is an unlikely event and even then it doesn't break anything.
* Rename fingerPrint to fingerprintThialfihar2014-05-142-3/+3
|
* Don't guess keybase key algorithm and sizeThialfihar2014-05-141-1/+6
| | | | | Once keybase reports them, we can display them. Until then we simply don't know and shouldn't lie about it.
* Move logic classes for import into own sub-packageDominik Schürmann2014-05-065-273/+8
|
* ui: use primary icon color for certification statusVincent Breitmoser2014-05-061-11/+8
|
* ui: subkey view redesignVincent Breitmoser2014-05-051-31/+13
|
* Merge pull request #603 from timbray/masterDominik Schürmann2014-05-053-4/+107
|\ | | | | Adds first level of keybase support
| * Per pull-request comments.Tim Bray2014-05-042-6/+0
| |
| * can search openkeychain, retrieve & install & use keys from thereTim Bray2014-04-292-1/+110
| |
* | New key view design, using Android flat buttons and Android iconsDominik Schürmann2014-05-053-22/+37
|/
* More code cleanupDominik Schürmann2014-04-198-50/+36
|
* load data only once in ImportKeysListLoaderVincent Breitmoser2014-04-171-3/+7
| | | | Fixes #571
* use project icons for certification statusVincent Breitmoser2014-04-171-4/+4
| | | | Closes #573
* Fix even more whitespaceVincent2014-04-161-1/+1
|
* Fix whitespaceVincent2014-04-161-1/+1
|
* stripped support: implement has_secret support, in ui and impot of secret keysVincent Breitmoser2014-04-161-1/+22
| | | | Closes #570
* Fix ViewHolder in ImportKeysAdapterDominik Schürmann2014-04-151-24/+28
|
* Optimize importsDominik Schürmann2014-04-153-1/+3
|
* Fix nullpointer in ImportKeysListEntryDominik Schürmann2014-04-151-6/+7
|
* Update license header for 2014Dominik Schürmann2014-04-133-3/+3
|
* Prettify more layoutsDominik Schürmann2014-04-112-7/+8
|
* display correct primary user id in import dialogue MOSTLYVincent Breitmoser2014-04-101-21/+40
| | | | | | | | This is an incomplete fix; due to use of machine readable output, there is no way to know the primary user id for keys fetched from a key server. Pending https://bitbucket.org/skskeyserver/sks-keyserver/issue/28/primary-uid-in-machine-readable-index
* Select*KeyFragment rewritesVincent Breitmoser2014-04-101-64/+57
| | | | | | | | | | - moved all specific Public/Secret logic from the Adapter class into inner subclasses in the Fragments - more versatile status display ("revoked", "expired", "can certify"...) - applied view holder pattern - query logic, including subqueries, moved into provider classes Closes #375
* Disable selection of user ids and keys in view keyDominik Schürmann2014-04-102-0/+33
|
* Prettify more layouts, fix edit and encrypt intents from key viewDominik Schürmann2014-04-091-8/+21
|
* Prettify some layoutsDominik Schürmann2014-04-091-1/+1
|
* Cleanup in SelectKeyCursorAdapterDominik Schürmann2014-04-091-8/+2
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-0612-0/+1661