aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/FileUtils.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-21catch rare exception when transforming download uri to real pathChristian Schneppe1-4/+8
2016-12-25catch NPE while sharing video from content uri and make it workingChristian Schneppe1-1/+26
2016-11-19reformat codeChristian Schneppe1-141/+141
2016-07-29changed package id inside manifest and projectChristian Schneppe1-1/+1
2016-03-15Check if path for URI is accessiblefiaxh1-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
2016-01-04null check in getOriginalPathDaniel Gultsch1-0/+3
2015-08-25catch some db query exceptionsDaniel Gultsch1-3/+5
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-0/+144
fixed #522