aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport/ImportKeysListEntry.java
Commit message (Collapse)AuthorAgeFilesLines
* use hashcode instead of keyid in import list (keyids may not be unique!)Vincent Breitmoser2014-06-221-0/+10
|
* Merge remote-tracking branch 'origin/master' into canonicalizeVincent Breitmoser2014-06-131-58/+80
|\ | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'master' into automatic-contact-discoverymar-v-in2014-06-051-63/+63
| |\ | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport/ImportKeysListEntry.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
| | * Clean up keyimport.ImportKeysListEntryTim Bray2014-06-051-58/+58
| | |
| * | Merge branch 'master' into automatic-contact-discoverymar-v-in2014-06-041-60/+10
| |\| | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
| * | Store expired state within ImportKeysListEntrymar-v-in2014-06-041-0/+11
| | |
| * | Store origin with ImportKeysListEntrymar-v-in2014-05-271-0/+11
| | |
* | | canonicalize: first step(s)Vincent Breitmoser2014-06-101-1/+1
| |/ |/|
* | wrapped-key-ring: move key data around in ParcelableKeyRing instead of ↵Vincent Breitmoser2014-06-021-24/+0
| | | | | | | | ImportKeysListEntry
* | fix missing userIds in ImportKeysListEntryVincent Breitmoser2014-05-271-2/+1
| |
* | wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-231-37/+12
|/
* Add highlighting to keyserver/keybase searchThialfihar2014-05-161-0/+9
|
* Rename fingerPrint to fingerprintThialfihar2014-05-141-8/+8
|
* Add extraData property in ImportKeyListEntryThialfihar2014-05-141-0/+11
| | | | | | This allows any KeyServer to store some extra data it might need. In the case of KeybaseKeyServer it is the username, which then can be grabbed directly, without the hack of storing it as userId.
* Move logic classes for import into own sub-packageDominik Schürmann2014-05-061-0/+268