aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/MessageUtil.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief1-0/+16
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-04-23Fixes FS#204: Observe all used directoriessteckbrief1-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
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief1-1/+2
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-0/+22
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief1-0/+72
distinguishes between image resizing and compressing/saving