aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange too long linesThialfihar2014-04-021-3/+6
|
* Trivial spacing changes to conform to style guideThialfihar2014-04-021-1/+1
|
* Show divider only when usedDominik Schürmann2014-03-261-0/+6
|
* Fix for #410Nikhil Peter Raj2014-03-211-20/+2
|
* Fix export for new unified key list #409uberspot2014-03-151-4/+14
|
* final ui code style changesuberspot2014-03-131-1/+1
|
* More code style fixes for /uiuberspot2014-03-131-10/+24
|
* First code style changes in uiuberspot2014-03-131-48/+31
|
* Cleanup and simplificationDominik Schürmann2014-03-131-60/+23
|
* merge fixes as per comments in mergeVincent Breitmoser2014-03-131-30/+19
| | | | https://github.com/openpgp-keychain/openpgp-keychain/pull/403/files#r10540753
* keychainprovider cleanup, kindasortaVincent Breitmoser2014-03-131-1/+6
| | | | | removed code redundancy, and the query is in the switch thing now, I didn't put everything into its own separate sources (yet?).
* Merge branch 'unified-keylist'Vincent Breitmoser2014-03-121-42/+169
| | | | | | | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/AndroidManifest.xml OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListPublicFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListSecretActivity.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListSecretFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyListPublicAdapter.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyListSecretAdapter.java OpenPGP-Keychain/src/main/res/layout/key_list_secret_item.xml OpenPGP-Keychain/src/main/res/menu/key_list.xml OpenPGP-Keychain/src/main/res/menu/key_list_multi.xml OpenPGP-Keychain/src/main/res/menu/key_list_secret_multi.xml
* add contact count to My Keys headerVincent Breitmoser2014-03-081-1/+10
|
* better handling of multi select in ListKeysFragmentVincent Breitmoser2014-03-081-17/+22
|
* add edit button and secret key info to public key viewVincent Breitmoser2014-03-081-1/+0
|
* move some placeholders into resourcesVincent Breitmoser2014-03-081-2/+1
|
* Normalize public key uri in KeyListFragmentVincent Breitmoser2014-03-081-5/+1
| | | | | | | | | Find the explicit row id of the public key id given in the uri in KeyListFragment and work with that. This way, passing in uris by master key id, mail address, or any other criteria, works. Might be a good idea to add an actual check if the row id is non-zero here, but not sure how to do a "bad intent" thing
* working unified list (no actions yet)Vincent Breitmoser2014-03-081-7/+268
|
* copy public keylist as stub for unified keylistVincent Breitmoser2014-03-061-0/+338