aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/AttachFileToConversationRunnable.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19separate received and sent filesChristian Schneppe1-1/+1
2019-01-03introduced 'original' as video and image quality and do not ignorer errorChristian Schneppe1-5/+8
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by fil...Christian Schneppe1-1/+1
2018-12-14limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe1-2/+4
2018-06-29try to stop transcoding notification in some rare casesChristian Schneppe1-0/+2
2018-04-03send transcoded video in onTranscodeCompletedChristian Schneppe1-0/+1
2018-04-02fixed duplicate file sendingChristian Schneppe1-1/+0
2018-04-01delegate mime type from intentChristian Schneppe1-3/+5
2018-04-01made conference invite work againChristian Schneppe1-0/+1
2018-04-01don't send messages in callbackChristian Schneppe1-0/+2
2018-02-15always copy firefoxe’s shared filesChristian Schneppe1-1/+1
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