aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/MessageUtil.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-06introduces new message state modelsteckbrief1-134/+121
2018-05-05introduces new message state modelsteckbrief1-134/+121
2018-02-16introduces cancel status for file transfers, fixes NPE in file sharing after ↵steckbrief1-0/+5
picture resize
2018-01-31properly handle downloadable links0.0.8-beta2steckbrief1-2/+10
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief1-1/+2
minor bug fixes including to fail a JingleTransfer in case criterias are not met
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief1-10/+98
2017-01-04Added columns to fileparams table: url, original file name, key and ivsteckbrief1-3/+66
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief1-25/+36
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief1-0/+10
added
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