aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/MessageUtil.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* XmppConnectionService.markMessage moved to MessageUtilsteckbrief2016-05-091-0/+16
| | | | XmppConnectionService.attachLocationToConversation moved to ConversationUtil
* 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
* 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