aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils/FileUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check if path for URI is accessiblefiaxh2016-03-151-1/+10
| | | | | The path extracted from the Cursor might not be accessible for Conversations. FileUtils accesses URI information through the ContentProvider, so this wouldn't be noticed. Fixes sharing from open-keychain's TemporaryContentProvider
* null check in getOriginalPathDaniel Gultsch2016-01-041-0/+3
|
* catch some db query exceptionsDaniel Gultsch2015-08-251-3/+5
|
* do not touch pictures that are already in the right formatDaniel Gultsch2015-08-111-0/+144
fixed #522