aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
* work on edit keyDominik Schürmann2014-06-303-33/+80
|
* pass import results through to viewkeyactivity on updateVincent Breitmoser2014-06-282-81/+24
|
* fix nullpointerexception in importkeyactivityVincent Breitmoser2014-06-282-1/+10
|
* code cleanup and plurals in import log entriesVincent Breitmoser2014-06-283-5/+11
| | | | closes #698
* Merge remote-tracking branch 'upstream/master'Daniel Albert2014-06-2810-69/+720
|\
| * Magic to find possible mails and names of device ownerDominik Schürmann2014-06-282-2/+10
| |
| * More wizardryDominik Schürmann2014-06-273-89/+159
| |
| * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-06-271-1/+5
| |\
| * | Start work on a first-time wizardDominik Schürmann2014-06-272-4/+399
| | |
| * | new edit key: first version to add user idsDominik Schürmann2014-06-245-58/+236
| | |
* | | Added unlock icon, fixed drawer items, switched to icons from resource in drawerDaniel Albert2014-06-271-11/+15
| |/ |/|
* | Fix for #687Daniel Albert2014-06-241-1/+5
|/
* new edit key: change passphraseDominik Schürmann2014-06-221-63/+107
|
* new edit key: diff for existing user idsDominik Schürmann2014-06-225-26/+379
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-06-222-2/+2
|\
| * Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-06-225-8/+326
| |\
| * | use hashcode instead of keyid in import list (keyids may not be unique!)Vincent Breitmoser2014-06-222-2/+2
| | |
* | | Rename adapterDominik Schürmann2014-06-226-29/+39
| |/ |/|
* | Start new designed activityDominik Schürmann2014-06-215-8/+326
|/
* Fix qr code finallyDominik Schürmann2014-06-204-19/+31
|
* import: forward motion events to activity regardlessVincent Breitmoser2014-06-201-0/+12
|
* Work on Qr code importDominik Schürmann2014-06-205-43/+70
|
* Use actionbar button for log activityDominik Schürmann2014-06-202-4/+48
|
* Fix onTouchEvent delegation, with workaround for Android bugDominik Schürmann2014-06-201-6/+7
|
* Fix update from keyserver flowDominik Schürmann2014-06-202-5/+7
|
* Merge branch 'master' of https://github.com/open-keychain/open-keychain into ↵mar-v-in2014-06-196-243/+174
|\ | | | | | | improve-file
| * Fixing fingerprint search, part 1Dominik Schürmann2014-06-191-80/+88
| |
| * Remove unused code to import splitted qr codesDominik Schürmann2014-06-191-77/+1
| |
| * New callback model for ImportKeysActivityDominik Schürmann2014-06-196-99/+85
| |
| * forward touch events to pager in import activityVincent Breitmoser2014-06-181-0/+13
| |
* | Merge branch 'master' into improve-filemar-v-in2014-06-1815-350/+528
|\|
| * Merge branch 'new-edit'Vincent Breitmoser2014-06-182-10/+7
| |\ | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/OperationResultParcel.java OpenKeychain/src/main/res/values/strings.xml
| | * new-edit: remove old save keyring stuffVincent Breitmoser2014-06-172-10/+7
| | |
| * | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-06-181-0/+13
| |\|
| | * add more progress info from import routineVincent Breitmoser2014-06-161-0/+13
| | |
| * | Redesign Import, still some todos and regression bugsDominik Schürmann2014-06-1810-322/+227
| |/
| * Moved Notify class to utilsDaniel Haß2014-06-162-71/+1
| |
| * Removed unused importDaniel Haß2014-06-161-1/+0
| |
| * Replaced AppMsg with notify wrapper callDaniel Haß2014-06-161-1/+4
| |
| * Added notification wrapper for toast like notifysDaniel Haß2014-06-161-0/+70
| |
| * Merge remote-tracking branch 'origin/master' into canonicalizeVincent Breitmoser2014-06-137-31/+643
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/AndroidManifest.xml OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport/ImportKeysListEntry.java OpenKeychain/src/main/res/values/strings.xml settings.gradle
| * | canonicalize: more stuffVincent Breitmoser2014-06-121-0/+2
| | |
| * | import-log: properly distinguish return statesVincent Breitmoser2014-06-121-3/+3
| | |
| * | import-log: use holder pattern in log fragmentVincent Breitmoser2014-06-111-16/+24
| | |
| * | import-log: work on log fragment uiVincent Breitmoser2014-06-102-14/+98
| | |
| * | import-log: switch to flags instead of statuses for result intVincent Breitmoser2014-06-101-46/+45
| | |
| * | import-log: more interface workVincent Breitmoser2014-06-102-17/+20
| | |
| * | import-log: some cosmeticsVincent Breitmoser2014-06-102-2/+3
| | |
| * | import-log: add LogDisplay activityVincent Breitmoser2014-06-103-4/+107
| | |
| * | import-log: use supertoast in ImportKeyActivityVincent Breitmoser2014-06-101-26/+87
| | |