aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename mCurQuery to mQuery for consistencyThialfihar2014-05-161-5/+5
|
* Support mutliple search words and highlight themThialfihar2014-05-161-2/+11
| | | | | | | 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.
* Update license header for 2014Dominik Schürmann2014-04-131-1/+1
|
* Select*KeyFragment rewritesVincent Breitmoser2014-04-101-24/+51
| | | | | | | | | | - 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
* Cleanup in SelectKeyCursorAdapterDominik Schürmann2014-04-091-1/+1
|
* Change license from ASLv2 to GPLv3 where possibleThialfihar2014-04-081-9/+10
|
* Update copyright timespan for ThialfiharThialfihar2014-04-081-1/+1
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+350