Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | remove special treatment for unified list query | Vincent Breitmoser | 2014-03-13 | 1 | -39/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | note: the unified query /will/ need special treatment once certs are joined in, so I am leaving this as an artifact commit for later reference or point to revert to. | |||||
| | | | | * | keychainprovider cleanup, kindasorta | Vincent Breitmoser | 2014-03-13 | 2 | -56/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Breitmoser | 2014-03-12 | 27 | -876/+600 | |
| |_|_|_|/| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 header | Vincent Breitmoser | 2014-03-08 | 3 | -2/+30 | |
| | | | | | | ||||||
| | | | | * | better handling of multi select in ListKeysFragment | Vincent Breitmoser | 2014-03-08 | 1 | -17/+22 | |
| | | | | | | ||||||
| | | | | * | ditch old key list activities | Vincent Breitmoser | 2014-03-08 | 19 | -1433/+6 | |
| | | | | | | ||||||
| | | | | * | add edit button and secret key info to public key view | Vincent Breitmoser | 2014-03-08 | 5 | -2/+71 | |
| | | | | | | ||||||
| | | | | * | move some placeholders into resources | Vincent Breitmoser | 2014-03-08 | 4 | -5/+6 | |
| | | | | | | ||||||
| | | | | * | Normalize public key uri in KeyListFragment | Vincent Breitmoser | 2014-03-08 | 3 | -6/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | | | | * | Make EditKeyActivity's uri handling (more) sane | Vincent Breitmoser | 2014-03-08 | 2 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This activity didn't actually use the uri for anything, but just chopped off the last path segment and interpreted it as row id. What the hell. | |||||
| | | | | * | working unified list (no actions yet) | Vincent Breitmoser | 2014-03-08 | 9 | -246/+450 | |
| | | | | | | ||||||
| | | | | * | copy public keylist as stub for unified keylist | Vincent Breitmoser | 2014-03-06 | 8 | -5/+776 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #395 from uberspot/master | Dominik Schürmann | 2014-03-12 | 41 | -281/+609 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove duplicate code from ActionBarHelper. Add export in multiselect. | |||||
| * | | | | | | Add Email suggestions in Create Key activity | uberspot | 2014-03-12 | 4 | -6/+55 | |
| | | | | | | | ||||||
| * | | | | | | fix plenty of lint warnings, make some for loops into foreach, remove unused ↵ | uberspot | 2014-03-11 | 15 | -24/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | imports and throw exceptions | |||||
| * | | | | | | Added initial xml and readme info for checkstyle | uberspot | 2014-03-11 | 3 | -0/+365 | |
| | | | | | | | ||||||
| * | | | | | | minor clean up in colorize method | uberspot | 2014-03-11 | 1 | -2/+3 | |
| | | | | | | | ||||||
| * | | | | | | Add export... button and functionality in multi-select | uberspot | 2014-03-11 | 10 | -12/+31 | |
| | | | | | | | ||||||
| * | | | | | | Make export work with rowIds instead of MasterKeyIds | uberspot | 2014-03-11 | 6 | -53/+92 | |
| | | | | | | | ||||||
| * | | | | | | Remove duplicate code from ActionBarHelper. You can now set the drawables ↵ | uberspot | 2014-03-11 | 9 | -187/+42 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | via the method calls | |||||
* | | | | | | Merge pull request #397 from tharinduwijewardane/master | Dominik Schürmann | 2014-03-12 | 1 | -0/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix for Issue #393 ( PublicKeyListFragment: Query not really resetted ) | |||||
| * | | | | | | Issue #393 ( PublicKeyListFragment: Query not really resetted ) : Fixed | Tharindu Wijewardane | 2014-03-11 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #1 from openpgp-keychain/master | Tharindu Wijewardane | 2014-03-11 | 60 | -596/+1561 | |
| |\| | | | | | | | | | | | | | | | | | | | updating my fork | |||||
* | | | | | | | Merge pull request #402 from mb-14/hkpget | Dominik Schürmann | 2014-03-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Fix error in importing/updating keys from keyserver by removing extra 0x | |||||
| * | | | | | | Fix error in importing/updating keys from keyserver by removing extra 0x | Miroojin Bakshi | 2014-03-12 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | more tight layout | Dominik Schürmann | 2014-03-11 | 1 | -12/+10 | |
| | | | | | | ||||||
* | | | | | | cleanup | Dominik Schürmann | 2014-03-11 | 2 | -43/+37 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #394 from sreeram-boyapati/master | Dominik Schürmann | 2014-03-11 | 1 | -1/+4 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | linear layout edited to display test horizontally #391 | |||||
| * | | | | | | linear layout edited to display test horizontally | Sreeram Boyapati | 2014-03-11 | 1 | -1/+4 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #392 from honnel/cursor-reset2 | Dominik Schürmann | 2014-03-11 | 1 | -0/+14 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | Reset cursor query when closing search view #386 | |||||
| * | | | | OnFocusChangeListener replaced with OnActionExpandListener | Daniel Hammann | 2014-03-11 | 1 | -6/+10 | |
| | | | | | | | | | | | | | | | | | | | | For same behaviour like contacts app #386 #387 | |||||
| * | | | | Reset cursor query when closing search view #386 | Daniel Hammann | 2014-03-10 | 1 | -0/+10 | |
| | |/ / | |/| | | | | | | | | | | Without focus the search result get erased. | |||||
* | | | | Merge pull request #390 from uberspot/master | Dominik Schürmann | 2014-03-10 | 9 | -1/+153 | |
|\ \ \ \ | | | | | | | | | | | Appropriate save Icon in EditKeyActivity fixes #382 | |||||
| * | | | | Appropriate save Icon in EditKeyActivity | uberspot | 2014-03-11 | 9 | -1/+153 | |
|/ / / / | ||||||
* | | | | Merge pull request #383 from sreeram-boyapati/master | Dominik Schürmann | 2014-03-10 | 5 | -39/+109 | |
|\ \ \ \ | | | | | | | | | | | Fix to passphrase dialog and Issue #207 | |||||
| * | | | | Added string reference for Issue #207 | Sreeram Boyapati | 2014-03-10 | 2 | -4/+6 | |
| | | | | | ||||||
| * | | | | ViewHolder Pattern Implemented | Sreeram Boyapati | 2014-03-10 | 1 | -26/+39 | |
| | | | | | ||||||
| * | | | | Fix to passphrase dialog and Issue #207 | Sreeram Boyapati | 2014-03-10 | 3 | -13/+68 | |
| | | | | | ||||||
* | | | | | More fixes for KeychainIntentServiceHandler | Dominik Schürmann | 2014-03-10 | 1 | -41/+43 | |
| | | | | | ||||||
* | | | | | Pull from transifex | Dominik Schürmann | 2014-03-10 | 23 | -269/+828 | |
| | | | | | ||||||
* | | | | | getString before init of KeychainIntentHandler | Dominik Schürmann | 2014-03-10 | 9 | -62/+49 | |
| | | | | | ||||||
* | | | | | Fix progress_generating and reformat | Dominik Schürmann | 2014-03-10 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix progress_generating and reformat | Dominik Schürmann | 2014-03-10 | 6 | -61/+93 | |
| |/ / / |/| | | | ||||||
* | | | | @color/white instead of hex | Dominik Schürmann | 2014-03-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Revert "Lint changes" | Dominik Schürmann | 2014-03-10 | 14 | -24/+23 | |
| | | | | | | | | | | | | | | | | This reverts commit e00436b4096466af37b3e32c3f3277c3604d85ee. | |||||
* | | | | Merge pull request #381 from bhargavgolla/Lint-error-fix | Dominik Schürmann | 2014-03-10 | 14 | -23/+24 | |
|\ \ \ \ | | | | | | | | | | | Lint changes #223 | |||||
| * | | | | Lint changes | Bhargav Golla | 2014-03-10 | 14 | -23/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleting lint-report gen files Adding lint output files to gitignore | |||||
* | | | | | Make code more tidy for multiselect | Dominik Schürmann | 2014-03-10 | 4 | -44/+10 | |
| | | | | | ||||||
* | | | | | Improve hightlight query code: make cursor abstract, tidy up code | Dominik Schürmann | 2014-03-10 | 4 | -55/+51 | |
| | | | | | ||||||
* | | | | | Merge pull request #384 from mb-14/search1 | Dominik Schürmann | 2014-03-10 | 5 | -8/+79 | |
|\ \ \ \ \ | | | | | | | | | | | | | Highlight search query in SelectPublicKeyFragment and KeyListPublicFragment |