aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/AttachFileToConversationRunnable.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't crash if runtime could not be retrievedChristian Schneppe2017-10-151-1/+0
|
* rework fix for duplicate file messagesChristian Schneppe2017-10-151-3/+10
|
* don't duplicate file if compression failesChristian Schneppe2017-10-131-1/+1
| | | | fixes https://github.com/siacs/Conversations/issues/2652
* don't recompress videos which were sent/received beforeChristian Schneppe2017-09-251-1/+1
|
* execute video compression on seperate threadChristian Schneppe2017-09-241-0/+4
|
* ignore http upload file size constraints for videos that will be compressedChristian Schneppe2017-09-191-2/+8
|
* don't change video compression quality for files longer than 8 secondsChristian Schneppe2017-09-191-4/+1
|
* show permanent notification while transcoding videoChristian Schneppe2017-09-181-0/+139