Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | add more progress info from import routine | Vincent Breitmoser | 2014-06-16 | 3 | -3/+43 | |
| | | | | | ||||||
| | * | | | import-log: distinguish master/subkeys, distinguish redundant/bad certs, ↵ | Vincent Breitmoser | 2014-06-16 | 3 | -70/+133 | |
| | | |/ | | |/| | | | | | | | | | more docs | |||||
| * / | | Redesign Import, still some todos and regression bugs | Dominik Schürmann | 2014-06-18 | 11 | -322/+236 | |
| |/ / | ||||||
| * | | Changed license header | Daniel Haß | 2014-06-16 | 1 | -11/+11 | |
| | | | ||||||
| * | | Moved Notify class to utils | Daniel Haß | 2014-06-16 | 2 | -2/+2 | |
| | | | ||||||
| * | | Removed unused import | Daniel Haß | 2014-06-16 | 1 | -1/+0 | |
| | | | ||||||
| * | | Replaced AppMsg with notify wrapper call | Daniel Haß | 2014-06-16 | 1 | -1/+4 | |
| | | | ||||||
| * | | Added notification wrapper for toast like notifys | Daniel Haß | 2014-06-16 | 1 | -0/+70 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into canonicalize | Vincent Breitmoser | 2014-06-13 | 18 | -145/+741 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: require primary key binding certificates for signing subkeys | Vincent Breitmoser | 2014-06-12 | 2 | -3/+44 | |
| | | | ||||||
| * | | canonicalize: simplify import with info from canonicalization | Vincent Breitmoser | 2014-06-12 | 2 | -39/+9 | |
| | | | ||||||
| * | | canonicalize: filter out future and local certificates | Vincent Breitmoser | 2014-06-12 | 3 | -13/+85 | |
| | | | ||||||
| * | | import-log: more minor improvements | Vincent Breitmoser | 2014-06-12 | 2 | -9/+6 | |
| | | | ||||||
| * | | import: use wrapped keyring instead of uncached keyring for trust | Vincent Breitmoser | 2014-06-12 | 1 | -25/+19 | |
| | | | ||||||
| * | | import-log: minor improvements | Vincent Breitmoser | 2014-06-12 | 4 | -55/+74 | |
| | | | ||||||
| * | | canonicalize: more stuff | Vincent Breitmoser | 2014-06-12 | 4 | -40/+60 | |
| | | | ||||||
| * | | canonicalize: implementation, first draft | Vincent Breitmoser | 2014-06-12 | 4 | -28/+317 | |
| | | | ||||||
| * | | import-log: properly distinguish return states | Vincent Breitmoser | 2014-06-12 | 5 | -26/+25 | |
| | | | ||||||
| * | | import-log: better way to check self trust, and fix log level filtering | Vincent Breitmoser | 2014-06-12 | 2 | -16/+6 | |
| | | | ||||||
| * | | import-log: use holder pattern in log fragment | Vincent Breitmoser | 2014-06-11 | 1 | -16/+24 | |
| | | | ||||||
| * | | import-log: work on log fragment ui | Vincent Breitmoser | 2014-06-10 | 4 | -18/+102 | |
| | | | ||||||
| * | | import-log: switch to flags instead of statuses for result int | Vincent Breitmoser | 2014-06-10 | 5 | -90/+133 | |
| | | | ||||||
| * | | import-log: more interface work | Vincent Breitmoser | 2014-06-10 | 6 | -40/+71 | |
| | | | ||||||
| * | | import-log: some cosmetics | Vincent Breitmoser | 2014-06-10 | 3 | -3/+7 | |
| | | | ||||||
| * | | import-log: add LogDisplay activity | Vincent Breitmoser | 2014-06-10 | 3 | -4/+107 | |
| | | | ||||||
| * | | import-log: use supertoast in ImportKeyActivity | Vincent Breitmoser | 2014-06-10 | 1 | -26/+87 | |
| | | | ||||||
| * | | canonicalize: first step(s) | Vincent Breitmoser | 2014-06-10 | 3 | -3/+66 | |
| | | | ||||||
| * | | import-log: add OperationResults, use it in ImportKeys operation | Vincent Breitmoser | 2014-06-10 | 5 | -98/+251 | |
| | | | ||||||
* | | | Delete using Document API (unsafe) | mar-v-in | 2014-06-10 | 3 | -5/+43 | |
| | | | ||||||
* | | | Use Document API on KitKat for file encrypt/decrypt | mar-v-in | 2014-06-10 | 6 | -54/+200 | |
| | | | ||||||
* | | | Modify KeychainIntentService to support I/O with URIs, allow input and ↵ | mar-v-in | 2014-06-08 | 5 | -176/+109 | |
| |/ |/| | | | | | output to/from different types (eg. encrypt file and return byte array) | |||||
* | | Merge pull request #650 from open-keychain/v/import-log | Dominik Schürmann | 2014-06-06 | 4 | -110/+424 | |
|\| | | | | | Parcelable operation result with logging capabilities + import logging | |||||
| * | import-log: better stripped key logging | Vincent Breitmoser | 2014-06-06 | 3 | -16/+41 | |
| | | ||||||
| * | import-log: add output to logcat (for debugging) | Vincent Breitmoser | 2014-06-06 | 3 | -8/+19 | |
| | | ||||||
| * | import-log: add log statements in import routine | Vincent Breitmoser | 2014-06-06 | 2 | -97/+225 | |
| | | ||||||
| * | import-log: improve operationresultparcel, add indentation | Vincent Breitmoser | 2014-06-06 | 2 | -10/+37 | |
| | | ||||||
| * | import-log: add parcelable prototype | Vincent Breitmoser | 2014-06-05 | 1 | -0/+123 | |
| | | ||||||
* | | Merge pull request #649 from mar-v-in/automatic-contact-discovery | Dominik Schürmann | 2014-06-06 | 13 | -57/+580 | |
|\ \ | | | | | | | Automatic contact discovery and more | |||||
| * | | Fix TAG in account service as well | mar-v-in | 2014-06-06 | 1 | -7/+8 | |
| | | | ||||||
| * | | Fixing TAG and string resource | mar-v-in | 2014-06-06 | 1 | -2/+3 | |
| | | | ||||||
| * | | Fix compile error introduced during merge | mar-v-in | 2014-06-06 | 1 | -1/+2 | |
| | | | ||||||
| * | | Merge branch 'master' into automatic-contact-discovery | mar-v-in | 2014-06-05 | 37 | -340/+214 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport/ImportKeysListEntry.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java | |||||
| * | | | Show keys with android contacts | mar-v-in | 2014-06-05 | 5 | -8/+111 | |
| | | | | | | | | | | | | | | | | This means to sync userid + keyid into contact storage. Android will merge them to normal contacts based on primary userid. | |||||
| * | | | Make keylist case insensitive | mar-v-in | 2014-06-05 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | You want "michael" to be next to "Michael", don't you? | |||||
| * | | | Merge branch 'master' into automatic-contact-discovery | mar-v-in | 2014-06-04 | 49 | -1662/+2686 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java | |||||
| * | | | | Fix regex for hkp parsing to support multiple uids | mar-v-in | 2014-06-04 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | First version of automatic contact discovery. | mar-v-in | 2014-06-04 | 4 | -0/+311 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: - Configuration (much of it) - Enabled by default? - Which keys to import? Current state: All non-revoked and non-expired with matching userid - Search for keys if already known? Current state: yes, may cause traffic (configuration: only when wifi?) - Update interval: Currently Android handles it, might be good (causes automatic refresh on new contact and stuff like that) or bad (too many of refreshes) | |||||
| * | | | | Store expired state within ImportKeysListEntry | mar-v-in | 2014-06-04 | 2 | -0/+12 | |
| | | | | | ||||||
| * | | | | Merge ACTION_DOWNLOAD_AND_IMPORT_KEYS and ACTION_IMPORT_KEYBASE_KEYS | mar-v-in | 2014-05-29 | 1 | -54/+15 | |
| | | | | | ||||||
| * | | | | Merge branch 'hkps-support' into automatic-contact-discovery | mar-v-in | 2014-05-29 | 1 | -15/+54 | |
| |\ \ \ \ |