aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Expand)AuthorAgeFilesLines
* keylist: filter results by all user ids for search (fixes #1645)Vincent Breitmoser2015-12-291-19/+6
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-061-7/+2
* Revert "Add first time wizard for sync settings"Dominik Schürmann2015-11-231-1/+2
* Add first time wizard for sync settingsDominik Schürmann2015-11-231-2/+1
* Merge pull request #1543 from rohands/issue_mouseover_hintsVincent2015-11-161-0/+3
|\
| * Class names and string names are updatedrohands2015-09-221-2/+2
| * Updatedrohands2015-09-201-1/+1
| * Mousehintsrohands2015-09-201-0/+3
* | some optimizations and indexes for the main key list queryVincent Breitmoser2015-11-151-1/+1
* | bench: add benchmark operation for testingVincent Breitmoser2015-11-041-0/+44
* | keylist: add "search for query" button to empty viewVincent Breitmoser2015-11-021-14/+51
* | import: make operation cancelable (again), make "update all" cancelableVincent Breitmoser2015-10-291-2/+2
|/
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-291-1/+0
|\
| * Merge tag 'v3.2.1' into linked-identitiesVincent Breitmoser2015-05-111-1/+0
| |\
| * | fix "select all" in key list multi-selectVincent Breitmoser2015-04-281-1/+1
| * | Merge remote-tracking branch 'origin/development' into linked-identitiesVincent Breitmoser2015-04-261-10/+9
| |\ \
| * \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-091-17/+169
| |\ \ \
| * | | | rewrite EncryptKeyCompletionView with generalized KeyAdapterVincent Breitmoser2015-03-301-178/+33
* | | | | reworked keyserversyncadapterservice flowAdithya Abraham Philip2015-08-201-23/+10
* | | | | introduced keyserver sync adapterAdithya Abraham Philip2015-08-201-6/+18
* | | | | display dummy key for empty result, don't display during searchVincent Breitmoser2015-08-141-2/+3
* | | | | show dummy item if there are no secret keysVincent Breitmoser2015-08-141-2/+47
* | | | | Make header text and tertiary text color themeableThialfihar2015-07-211-6/+2
* | | | | Start moving colors into themesThialfihar2015-07-211-1/+11
* | | | | fixed multi-deletion bug, moved logic into DeleteKeyDialogActivityAdithya Abraham Philip2015-07-151-7/+0
* | | | | added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-7/+2
* | | | | use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-1/+8
* | | | | implemented revocation on deletionAdithya Abraham Philip2015-07-131-34/+36
* | | | | add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-2/+2
* | | | | cleanup KeyListFragment, remove export all keysVincent Breitmoser2015-07-081-27/+14
* | | | | Rudimentary backup featureDominik Schürmann2015-07-081-73/+0
* | | | | Temporary fix for multi exportDominik Schürmann2015-07-081-14/+19
* | | | | reformatted codeAdithya Abraham Philip2015-07-031-0/+1
* | | | | added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-1/+1
* | | | | Rename package back to orbot because these are orbot utilsDominik Schürmann2015-07-031-3/+0
* | | | | Cleanup tor codeDominik Schürmann2015-07-031-5/+4
* | | | | ensuring code style is preservedAdithya Abraham Philip2015-07-031-10/+8
* | | | | added proxy to all import operations using KeychainServiceAdithya Abraham Philip2015-07-031-2/+3
* | | | | changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+10
* | | | | removed debug logs, added licensesAdithya Abraham Philip2015-06-271-2/+3
* | | | | migrated consolidationAdithya Abraham Philip2015-06-271-41/+30
* | | | | migrated import to KeychainNewServiceAdithya Abraham Philip2015-06-271-48/+38
* | | | | fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-8/+20
* | | | | backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-13/+8
* | | | | renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-12/+12
* | | | | merged servicesAdithya Abraham Philip2015-06-011-11/+12
| |_|_|/ |/| | |
* | | | fix "select all" in key list multi-selectVincent Breitmoser2015-04-281-1/+1
| |_|/ |/| |
* | | Format KeyListFragmentDominik Schürmann2015-04-181-10/+9
| |/ |/|
* | rewrite EncryptKeyCompletionView with generalized KeyAdapterVincent Breitmoser2015-03-301-177/+33
* | Modify break as return.iseki2015-03-261-1/+1