aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/MessageUtil.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added columns to fileparams table: url, original file name, key and ivtrz/beta-5steckbrief2017-01-041-3/+66
| | | | | 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-25/+46
|\
| * Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-291-25/+36
| |
| * Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2016-08-221-0/+10
| | | | | | | | added
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-05-091-0/+16
|\|
| * XmppConnectionService.markMessage moved to MessageUtilsteckbrief2016-05-091-0/+16
| | | | | | | | XmppConnectionService.attachLocationToConversation moved to ConversationUtil
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-231-0/+14
|\| | | | | | | | | | | | | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java src/main/java/de/thedevstack/conversationsplus/ui/dialogs/MessageDetailsDialog.java src/main/java/de/thedevstack/conversationsplus/utils/MessageUtil.java src/main/java/eu/siacs/conversations/generator/MessageGenerator.java src/main/java/eu/siacs/conversations/ui/SettingsActivity.java
| * Fixes FS#204: Observe all used directoriessteckbrief2016-04-231-0/+13
| | | | | | | | | | | | | | - Implementing the FileObserver in a separate class, with mask to watch only deletions not everything - Add observation of all directories which could contain a sent/received file - Change observers if the folder names are changed via settings - markMessage method moved from XmppConnectionService to MessageUtil
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-111-1/+2
|\| | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/entities/Message.java
| * Fixes FS#139: Do not merge messages at allsteckbrief2016-03-111-1/+2
| |
| * Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-0/+22
| |\ | |/ |/|
* | Compilation errors and merge mixups fixedsteckbrief2016-02-111-0/+22
| |
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-161-3/+3
|/
* Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief2015-12-161-0/+72
distinguishes between image resizing and compressing/saving