aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/MessageUtil.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces new message state modelsteckbrief2018-05-051-134/+121
|
* introduces cancel status for file transfers, fixes NPE in file sharing after ↵steckbrief2018-02-161-0/+5
| | | | picture resize
* properly handle downloadable links0.0.8-beta2steckbrief2018-01-311-2/+10
|
* Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief2017-07-311-1/+2
| | | | minor bug fixes including to fail a JingleTransfer in case criterias are not met
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-061-10/+98
|
* Merge branch 'trz/rebase' into trz/renamesteckbrief2017-01-051-3/+64
|\
| * Added columns to fileparams table: url, original file name, key and ivsteckbrief2017-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
| |\ | |/ |/|
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-05-091-0/+16
| |\
| * \ 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
| * \ \ 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
* | | | | 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