aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
Commit message (Expand)AuthorAgeFilesLines
* Remove support for IO_FILE, this is no longer used and was never a good pract...Dominik Schürmann2014-08-041-29/+2
* Merge pull request #728 from mar-v-in/improve-file-moreDominik Schürmann2014-08-041-40/+72
|\
| * Merge branch 'master' into improve-file-moremar-v-in2014-08-011-8/+14
| |\
| * \ Merge branch 'master' into improve-file-moremar-v-in2014-08-011-0/+5
| |\ \
| * \ \ Merge branch 'master' into improve-file-moremar-v-in2014-07-311-40/+44
| |\ \ \
| * \ \ \ Merge branch 'master' into improve-file-moremar-v-in2014-07-061-16/+29
| |\ \ \ \
| * | | | | Add support for multiple input/output URIs to KeychainIntentServicemar-v-in2014-07-031-35/+56
| * | | | | Improve file more, Part 1mar-v-in2014-06-221-5/+16
* | | | | | make FileImportCache generic, iterable, and add unit testVincent Breitmoser2014-08-011-3/+7
| |_|_|_|/ |/| | | |
* | | | | Remve cacheing of keyrings (cleanup of #726)Dominik Schürmann2014-08-011-5/+0
* | | | | Merge pull request #726 from mar-v-in/fix-import-from-serverDominik Schürmann2014-08-011-3/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Undo import changesmar-v-in2014-08-011-3/+27
| * | | | Fix import from servermar-v-in2014-08-011-30/+17
| | |_|/ | |/| |
* / | | Fix update from keyserverDominik Schürmann2014-07-311-0/+5
|/ / /
* | | completely overengineer progress indication in {modify,create}SecretKeyRing m...Vincent Breitmoser2014-07-311-2/+2
* | | Parcelable data over 1MB can not be send through binder, parcel into a cache ...Dominik Schürmann2014-07-311-7/+6
* | | rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-9/+9
* | | return values for create keyDominik Schürmann2014-07-301-4/+2
* | | introduce EditKeyResult with transient UncachedKeyRing (half-baked!)Vincent Breitmoser2014-07-271-22/+28
* | | some more work on supertoast and result parcel stuffVincent Breitmoser2014-07-271-1/+2
* | | Fallback if no primary user id existsDominik Schürmann2014-07-161-1/+1
* | | move getPublicKey into abstract WrappedKeyRing (also, fix getPrimaryUserId)Vincent Breitmoser2014-07-151-2/+1
* | | Merge remote-tracking branch 'origin/master' into external-testVincent Breitmoser2014-07-151-1/+2
|\ \ \
| * | | Implemented Notification, no fallback yetDaniel Albert2014-07-121-1/+2
| | |/ | |/|
* / | SaveKeyringParcel: follow attribute m prefix coding guidelineVincent Breitmoser2014-07-111-2/+2
|/ /
* | merge KeychainIntentServiceDominik Schürmann2014-07-021-17/+29
|\ \
| * | add create key capabilities to SaveKeyringParcelVincent Breitmoser2014-06-291-16/+28
| |/
* / remove init methods from adapterDominik Schürmann2014-07-021-0/+1
|/
* Merge branch 'master' into improve-filemar-v-in2014-06-181-140/+30
|\
| * Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-06-181-4/+3
| |\
| | * consolidate: add key import routines with consolidationVincent Breitmoser2014-06-181-1/+1
| | * prepare ProviderHelper for consolidation before insertVincent Breitmoser2014-06-181-2/+2
| * | new-edit: add logging to modifySecretKeyRing operationVincent Breitmoser2014-06-171-1/+4
| * | new-edit: remove old save keyring stuffVincent Breitmoser2014-06-171-134/+22
| |/
| * Merge remote-tracking branch 'origin/master' into canonicalizeVincent Breitmoser2014-06-131-33/+15
| |\
| * | import-log: add OperationResults, use it in ImportKeys operationVincent Breitmoser2014-06-101-6/+6
* | | Use Document API on KitKat for file encrypt/decryptmar-v-in2014-06-101-1/+1
* | | Modify KeychainIntentService to support I/O with URIs, allow input and output...mar-v-in2014-06-081-172/+105
| |/ |/|
* | Merge branch 'master' into automatic-contact-discoverymar-v-in2014-06-051-6/+6
|\|
| * neatness refactoringVincent Breitmoser2014-06-041-6/+6
* | Merge branch 'master' into automatic-contact-discoverymar-v-in2014-06-041-112/+61
|\|
| * make everything work againVincent Breitmoser2014-06-021-4/+5
| * wrapped-key-ring: move key data around in ParcelableKeyRing instead of Import...Vincent Breitmoser2014-06-021-43/+11
| * wrapped-key-ring: no UncachedSecretKeyRing after allVincent Breitmoser2014-06-021-5/+4
| * new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-271-20/+9
| * rename SaveKeyringParcel to OldSaveKeyringParcelVincent Breitmoser2014-05-271-1/+1
| * wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-231-6/+8
| * Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-211-11/+11
| |\
| * | wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-10/+14
| * | Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-141-7/+59
| |\ \