aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/AttachFileToConversationRunnable.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* separate received and sent filesChristian Schneppe2019-05-191-1/+1
| | | | fixes #140
* introduced 'original' as video and image quality and do not ignorer errorChristian Schneppe2019-01-031-5/+8
|
* added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe2018-12-271-1/+1
| | | | file extension instead. added preview icons for ebooks
* limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe2018-12-141-2/+4
|
* try to stop transcoding notification in some rare casesChristian Schneppe2018-06-291-0/+2
|
* send transcoded video in onTranscodeCompletedChristian Schneppe2018-04-031-0/+1
|
* fixed duplicate file sendingChristian Schneppe2018-04-021-1/+0
|
* delegate mime type from intentChristian Schneppe2018-04-011-3/+5
|
* made conference invite work againChristian Schneppe2018-04-011-0/+1
|
* don't send messages in callbackChristian Schneppe2018-04-011-0/+2
|
* always copy firefoxe’s shared filesChristian Schneppe2018-02-151-1/+1
|
* rewrite isVideoMessage logic and add some more loggingChristian Schneppe2018-01-191-3/+4
|
* video processing: pick smaller file after transcoding. Do not transcode ↵Christian Schneppe2017-10-291-1/+20
| | | | files smaller 1 MiB
* 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