aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils/FileUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added columns to fileparams table: url, original file name, key and ivsteckbrief2017-01-041-0/+9
| | | | | auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
* Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-10-201-0/+23
|
* Merge tag '1.11.3' into trz/rebaselookshe2016-04-051-0/+36
|\
* | fixed merge errorslookshe2016-03-201-0/+2
| |
* | Merge tag '1.11.1' into trz/merge_1.11.1lookshe2016-03-171-1/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md build.gradle src/main/java/eu/siacs/conversations/ui/PublishProfilePictureActivity.java src/main/java/eu/siacs/conversations/ui/ShareWithActivity.java src/main/java/eu/siacs/conversations/ui/XmppActivity.java src/main/java/eu/siacs/conversations/utils/FileUtils.java src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java src/main/res/values-de/strings.xml src/main/res/values-eu/strings.xml src/main/res/values-ja/strings.xml src/main/res/values-ru/strings.xml
| * 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
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-121-5/+10
| |
* | fixed possible NPElookshe2016-03-121-0/+6
| |
* | small bugfixeslookshe2016-03-121-1/+1
| |
* | removed duplicated sourcelookshe2016-03-121-0/+23
| |
* | corrected getRealPathFromUrilookshe2016-03-071-2/+3
|/
* 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