Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix export for new unified key list #409 | uberspot | 2014-03-15 | 8 | -79/+111 |
| | |||||
* | Fix two bugs in ImportKeys screen (issue #416) | uberspot | 2014-03-14 | 2 | -0/+2 |
| | |||||
* | Make email address less restrictive and add icon to show when it's correct | uberspot | 2014-03-14 | 2 | -11/+28 |
| | |||||
* | final code style changes | uberspot | 2014-03-13 | 12 | -106/+132 |
| | |||||
* | fix code style in /pgp | uberspot | 2014-03-13 | 11 | -491/+436 |
| | |||||
* | final ui code style changes | uberspot | 2014-03-13 | 12 | -53/+54 |
| | |||||
* | more code style changes in /ui and /util | uberspot | 2014-03-13 | 24 | -323/+345 |
| | |||||
* | more UI code style fixes | uberspot | 2014-03-13 | 9 | -70/+77 |
| | |||||
* | More code style fixes for /ui | uberspot | 2014-03-13 | 16 | -53/+91 |
| | |||||
* | First code style changes in ui | uberspot | 2014-03-13 | 56 | -634/+486 |
| | |||||
* | Fix code style in /helper | uberspot | 2014-03-13 | 5 | -71/+64 |
| | |||||
* | Fix code style in keychain/service/ | uberspot | 2014-03-13 | 11 | -87/+129 |
| | |||||
* | Optimize imports in all files, remove useless whitespace in some and fix ↵ | uberspot | 2014-03-13 | 11 | -128/+80 |
| | | | | indentation | ||||
* | Merge pull request #407 from uberspot/master | Dominik Schürmann | 2014-03-13 | 1 | -15/+31 |
|\ | | | | | Add apg's change to colorizing, no more background changes needed | ||||
| * | add apg's change to colorizing, no more background changes needed | uberspot | 2014-03-13 | 1 | -15/+31 |
| | | |||||
* | | Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain | Dominik Schürmann | 2014-03-13 | 1 | -23/+29 |
|\ \ | |||||
| * \ | Merge pull request #408 from gogowitczak/master | Dominik Schürmann | 2014-03-13 | 1 | -23/+29 |
| |\ \ | | | | | | | | | Specifying connection port in KeyServer | ||||
| | * | | Added possibility to specify port for KeyServer. | gogowitczak | 2014-03-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | Added possibility to specify port for KeyServer. | gogowitczak | 2014-03-13 | 1 | -24/+30 |
| | |/ | |||||
* | / | Add FAQ tab to help | Dominik Schürmann | 2014-03-13 | 1 | -8/+11 |
|/ / | |||||
* | | Readd create key menu items | Dominik Schürmann | 2014-03-13 | 1 | -12/+38 |
| | | |||||
* | | Cleanup and simplification | Dominik Schürmann | 2014-03-13 | 2 | -61/+24 |
| | | |||||
* | | drop unified uri in favor of generic /key_rings | Vincent Breitmoser | 2014-03-13 | 2 | -15/+10 |
| | | | | | | | | | | | | | | this works well in the uri schema, and we get notifications back with no effort. ....also remove a line I committed accidentally oO | ||||
* | | Merge remote-tracking branch 'origin/master' | Vincent Breitmoser | 2014-03-13 | 7 | -28/+118 |
|\| | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/res/menu/key_list_secret.xml | ||||
| * | Export cancellable - minor changes | grait | 2014-03-13 | 3 | -6/+10 |
| | | |||||
| * | Export is cancellable now | grait | 2014-03-13 | 3 | -16/+52 |
| | | |||||
| * | Merge pull request #396 from bhargavgolla/Lint-error-fix | Dominik Schürmann | 2014-03-12 | 1 | -0/+2 |
| |\ | | | | | | | Lint error fix after testing | ||||
| | * | Merge remote-tracking branch 'upstream/master' into Lint-error-fix | Bhargav Golla | 2014-03-10 | 16 | -203/+344 |
| | |\ | |||||
| | * | | Lint changes after testing | Bhargav Golla | 2014-03-10 | 2 | -1/+2 |
| | | | | |||||
| * | | | change colorizing of fingerprint to use SHA1 based on apg's commit 67ffc24526 | uberspot | 2014-03-12 | 2 | -12/+60 |
| | | | | |||||
* | | | | merge fixes as per comments in merge | Vincent Breitmoser | 2014-03-13 | 1 | -30/+19 |
| | | | | | | | | | | | | | | | | https://github.com/openpgp-keychain/openpgp-keychain/pull/403/files#r10540753 | ||||
* | | | | 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 | 13 | -731/+483 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+10 |
| | | | | |||||
| * | | | 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 | 7 | -1110/+1 |
| | | | | |||||
| * | | | add edit button and secret key info to public key view | Vincent Breitmoser | 2014-03-08 | 3 | -1/+36 |
| | | | | |||||
| * | | | move some placeholders into resources | Vincent Breitmoser | 2014-03-08 | 2 | -3/+2 |
| | | | | |||||
| * | | | 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 | 6 | -244/+353 |
| | | | | |||||
| * | | | copy public keylist as stub for unified keylist | Vincent Breitmoser | 2014-03-06 | 3 | -0/+641 |
| | | | | |||||
* | | | | Merge pull request #395 from uberspot/master | Dominik Schürmann | 2014-03-12 | 28 | -185/+234 |
|\ \ \ \ | | | | | | | | | | | Remove duplicate code from ActionBarHelper. Add export in multiselect. | ||||
| * | | | | Add Email suggestions in Create Key activity | uberspot | 2014-03-12 | 2 | -5/+53 |
| | | | | | |||||
| * | | | | fix plenty of lint warnings, make some for loops into foreach, remove unused ↵ | uberspot | 2014-03-11 | 12 | -21/+24 |
| | | | | | | | | | | | | | | | | | | | | imports and throw exceptions | ||||
| * | | | | 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 | 8 | -12/+23 |
| | | | | | |||||
| * | | | | 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 | 6 | -95/+42 |
| | |_|/ | |/| | | | | | | | | | | via the method calls |