aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-211-16/+31
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpImportExport.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
| * Merge highlight keyserver pull requestDominik Schürmann2014-05-181-11/+27
| |\
| | * Use Highlighter instead of HighlightQueryCursorAdapterThialfihar2014-05-161-10/+17
| | |
| | * 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.
| * | Rename KeyServer to KeyserverDominik Schürmann2014-05-181-5/+4
| |/
* / use long rather than String to build uris by keyVincent Breitmoser2014-05-211-1/+1
|/
* extract generic LoaderFragment superclass from KeyListVincent Breitmoser2014-05-081-61/+10
|
* ui: purplize searchtext in keylistVincent Breitmoser2014-05-071-0/+3
|
* edit button with imageDominik Schürmann2014-05-061-2/+3
|
* Remove unused strings, fix some lint errors, fix some language confusionsDominik Schürmann2014-04-181-1/+1
|
* secret keys can only be deleted individually from multi selectionVincent Breitmoser2014-04-171-4/+12
|
* Use git submodules for libs, fix compilation, remove library sourcecodeDominik Schürmann2014-04-161-5/+2
|
* stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-161-7/+7
|
* Optimize importsDominik Schürmann2014-04-151-4/+7
|
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-141-2/+1
|
* Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)Dominik Schürmann2014-04-131-1/+0
|
* use view holder pattern in KeyListFragmentVincent Breitmoser2014-04-101-36/+49
| | | | Closes #551
* Select*KeyFragment rewritesVincent Breitmoser2014-04-101-1/+6
| | | | | | | | | | - 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
* Integrate NFC functionality into ViewKeyActivityDominik Schürmann2014-04-101-6/+1
|
* show key expiry status similar to revocationVincent Breitmoser2014-04-061-5/+11
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+700