aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/AttachFileToConversationRunnable.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-19rewrite isVideoMessage logic and add some more loggingChristian Schneppe1-3/+4
2017-10-29video processing: pick smaller file after transcoding. Do not transcode files...Christian Schneppe1-1/+20
2017-10-15don't crash if runtime could not be retrievedChristian Schneppe1-1/+0
2017-10-15rework fix for duplicate file messagesChristian Schneppe1-3/+10
2017-10-13don't duplicate file if compression failesChristian Schneppe1-1/+1
2017-09-25don't recompress videos which were sent/received beforeChristian Schneppe1-1/+1
2017-09-24execute video compression on seperate threadChristian Schneppe1-0/+4
2017-09-19ignore http upload file size constraints for videos that will be compressedChristian Schneppe1-2/+8
2017-09-19don't change video compression quality for files longer than 8 secondsChristian Schneppe1-4/+1
2017-09-18show permanent notification while transcoding videoChristian Schneppe1-0/+139