aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Button Text changes to Change Passphrase if Passphrase is setSreeram Boyapati2014-03-181-3/+5
| |/ / / /
* | | | | Merge pull request #424 from gogowitczak/mro-branchDominik Schürmann2014-03-181-15/+27
|\ \ \ \ \ | | | | | | | | | | | | Machine readable output for Keyserver query
| * | | | | Fixed coding style.gogowitczak2014-03-181-26/+23
| | | | | |
| * | | | | Keyserver query now uses machine readable output for search and get. Added ↵gogowitczak2014-03-151-15/+30
| |/ / / / | | | | | | | | | | | | | | | separate function for converting algorithm integer ID to String.
* | | | | Merge pull request #430 from Valodim/certifyDominik Schürmann2014-03-184-79/+220
|\ \ \ \ \ | | | | | | | | | | | | Revamp certify dialogue
| * | | | | certify: sign individual UIDsVincent Breitmoser2014-03-151-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | direct signing of pubkeys is out for now. not sure how this should be handled, but it's trivial to re-add so leaving this up for discussion for now.
| * | | | | certify: revamp certifykeyactivityVincent Breitmoser2014-03-151-1/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show info on the key to be certified, along with a list of (selectable) user ids. user ids are handed through to the signing service, but not yet handled.
| * | | | | certify: viewkeyuseridsadapter cosmetics and checkbox capabilityVincent Breitmoser2014-03-152-12/+82
| | | | | |
| * | | | | certify: selectsecretkeyfragment cosmeticsVincent Breitmoser2014-03-151-3/+10
| | | | | |
| * | | | | certify: add certify action button to viewkeymainfragmentVincent Breitmoser2014-03-151-0/+21
| | | | | |
| * | | | | move fingerprint coloring into helperVincent Breitmoser2014-03-152-61/+2
| |/ / / /
* | | | | make loading of drawer items a bit more dynamicuberspot2014-03-172-19/+14
| | | | |
* | | | | Lock drawer as open in tabletsuberspot2014-03-162-25/+64
| | | | |
* | | | | Fix export for new unified key list #409uberspot2014-03-154-11/+25
|/ / / /
* | | | Fix two bugs in ImportKeys screen (issue #416)uberspot2014-03-142-0/+2
| | | |
* | | | Make email address less restrictive and add icon to show when it's correctuberspot2014-03-142-11/+28
| | | |
* | | | final ui code style changesuberspot2014-03-137-23/+23
| | | |
* | | | more code style changes in /ui and /utiluberspot2014-03-1313-99/+121
| | | |
* | | | more UI code style fixesuberspot2014-03-139-70/+77
| | | |
* | | | More code style fixes for /uiuberspot2014-03-1316-53/+91
| | | |
* | | | First code style changes in uiuberspot2014-03-1356-634/+486
| | | |
* | | | Merge pull request #407 from uberspot/masterDominik Schürmann2014-03-131-15/+31
|\ \ \ \ | | | | | | | | | | Add apg's change to colorizing, no more background changes needed
| * | | | add apg's change to colorizing, no more background changes neededuberspot2014-03-131-15/+31
| | | | |
* | | | | Add FAQ tab to helpDominik Schürmann2014-03-131-8/+11
| | | | |
* | | | | Readd create key menu itemsDominik Schürmann2014-03-131-12/+38
| | | | |
* | | | | Cleanup and simplificationDominik Schürmann2014-03-131-60/+23
| | | | |
* | | | | Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-03-132-12/+40
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/res/menu/key_list_secret.xml
| * | | | Merge pull request #396 from bhargavgolla/Lint-error-fixDominik Schürmann2014-03-121-0/+2
| |\ \ \ \ | | | | | | | | | | | | Lint error fix after testing
| | * \ \ \ Merge remote-tracking branch 'upstream/master' into Lint-error-fixBhargav Golla2014-03-1012-162/+236
| | |\ \ \ \
| | * | | | | Lint changes after testingBhargav Golla2014-03-102-1/+2
| | | | | | |
| * | | | | | change colorizing of fingerprint to use SHA1 based on apg's commit 67ffc24526uberspot2014-03-121-12/+38
| | | | | | |
* | | | | | | 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-1210-729/+375
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | |
| * | | | | | ditch old key list activitiesVincent Breitmoser2014-03-087-1110/+1
| | | | | | |
| * | | | | | add edit button and secret key info to public key viewVincent Breitmoser2014-03-082-1/+30
| | | | | | |
| * | | | | | move some placeholders into resourcesVincent Breitmoser2014-03-082-3/+2
| | | | | | |
| * | | | | | Normalize public key uri in KeyListFragmentVincent Breitmoser2014-03-082-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) saneVincent Breitmoser2014-03-081-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Breitmoser2014-03-084-244/+273
| | | | | | |
| * | | | | | copy public keylist as stub for unified keylistVincent Breitmoser2014-03-063-0/+641
| | | | | | |
* | | | | | | Merge pull request #395 from uberspot/masterDominik Schürmann2014-03-1215-35/+57
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove duplicate code from ActionBarHelper. Add export in multiselect.
| * | | | | | | Add Email suggestions in Create Key activityuberspot2014-03-121-5/+12
| | | | | | | |
| * | | | | | | fix plenty of lint warnings, make some for loops into foreach, remove unused ↵uberspot2014-03-116-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imports and throw exceptions
| * | | | | | | minor clean up in colorize methoduberspot2014-03-111-2/+3
| | | | | | | |
| * | | | | | | Add export... button and functionality in multi-selectuberspot2014-03-116-11/+21
| | | | | | | |
| * | | | | | | Make export work with rowIds instead of MasterKeyIdsuberspot2014-03-112-2/+4
| | | | | | | |
| * | | | | | | Remove duplicate code from ActionBarHelper. You can now set the drawables ↵uberspot2014-03-113-9/+9
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | via the method calls