aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove display of key id in other listsDominik Schürmann2015-03-151-0/+2
|
* Merge pull request #1101 from danielnelz/developmentDominik Schürmann2015-03-041-3/+4
|\ | | | | #1042 replaced some int constants with enums
| * #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-3/+4
| | | | | | | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* | icon name changes in UI filesjiangkai2015-03-031-1/+1
|/
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-3/+2
|
* Fail on unknown key ids on API, Key item design consistency for APIDominik Schürmann2014-10-261-1/+2
|
* use status icons in public key selectionDominik Schürmann2014-10-051-5/+15
|
* 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