aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/TemporaryStorageProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Use signature-level signature for TemporaryStorageProvider and describe the ↵Dominik Schürmann2015-06-291-15/+46
| | | | security model
* Use application/octet-stream as default type in TemporaryStorageProviderDominik Schürmann2015-06-291-1/+1
|
* fix original file deletion (and instrumentation)Vincent Breitmoser2015-06-231-3/+6
|
* fix decrypt view intents, save mimetype in storage provider, and thumbnail ↵Vincent Breitmoser2015-06-201-11/+14
| | | | loading in decrypt list
* add mimetype and streamtype support in TemporaryStorageProviderVincent Breitmoser2015-06-201-4/+52
|
* Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-111-1/+2
|\
| * Allow debug build besides release buildDominik Schürmann2015-06-101-1/+2
| |
* | multi-decrypt: implement save operation (missing actual copy)Vincent Breitmoser2015-06-031-0/+5
|/
* use TemporaryStorageProvider for Bluetooth ShareWilliam Faulk2015-05-041-3/+6
|
* Apply patch from https://github.com/open-keychain/open-keychain/issues/1240 ↵Dominik Schürmann2015-05-041-8/+22
| | | | with db upgrade
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* Optimize importsDominik Schürmann2014-08-051-0/+1
|
* Add license headersDominik Schürmann2014-08-041-0/+17
|
* - add multi select for storage api (kitkat)mar-v-in2014-07-311-0/+2
| | | | | - UI fixes - refactoring
* Add temporary file storage as discussed in #665mar-v-in2014-07-011-0/+151
Writable from OpenKeychain, readable worldwide. Should be used to write shared files to it by first creating the file using TemporaryStorageProvider.createFile and then write to the Uri returned.