aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* 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