aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/TemporaryStorageProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* 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.