aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Collapse)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
| | | | This reverts commit cd601988db41f7651f376ef419be3dd50aaa4e10.
* 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
|\ | | | | mouseover hints
| * 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
|/ | | | (also, use unbounded blocking queue to fix update of more than 10 keys)
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-291-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Linked Identities. Also includes an important fix for OperationHelper ids, which had an error in the bit mask logic. Conflicts: Graphics/update-drawables.sh OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateYubiKeyImportFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java OpenKeychain/src/main/res/anim/fade_in.xml OpenKeychain/src/main/res/anim/fade_out.xml OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/layout/encrypt_decrypt_overview_fragment.xml OpenKeychain/src/main/res/layout/view_key_fragment.xml OpenKeychain/src/main/res/menu/key_view.xml OpenKeychain/src/main/res/values/strings.xml OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java README.md
| * Merge tag 'v3.2.1' into linked-identitiesVincent Breitmoser2015-05-111-1/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 3.2.1 Conflicts: OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/SelectKeyCursorAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/values/strings.xml
| * | 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptTextFragment.java OpenKeychain/src/main/res/menu/decrypt_menu.xml
| * \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-091-17/+169
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using attrs instead of fixed colors it will be possible to style everything and also dynamically grab the color where needed in code. This is done with colorEmphasis as an initial test. Also remove several unused colors.
* | | | | 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
| | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
* | Modify break as return.iseki2015-03-261-1/+1
| |