aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduced 'original' as video and image quality and do not ignorer errorChristian Schneppe2019-01-031-2/+5
|
* 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-1/+8
|
* fix apk name detectionChristian Schneppe2018-11-301-4/+5
|
* catch npe while detecting apk namesChristian Schneppe2018-11-301-7/+12
|
* write null bitmap to imageview to replace asyncdrawableChristian Schneppe2018-10-241-1/+1
|
* Do not attempt to draw overlay on null bitmapChristian Schneppe2018-10-201-1/+2
|
* rework MediaViewerActivityChristian Schneppe2018-10-031-4/+8
|
* do not compress/resize images with strange aspect ratiosChristian Schneppe2018-09-271-0/+12
|
* do not show media overview in contact/conference details when missing ↵Christian Schneppe2018-09-261-1/+3
| | | | storage permission
* show conversation media in contact/conference detailsChristian Schneppe2018-09-261-32/+45
|
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-231-5/+46
| | | | multiple files
* catch illegalargument exception when discovering extension from urlChristian Schneppe2018-09-111-1/+6
|
* try to catch out of memory exceptionChristian Schneppe2018-08-261-1/+5
|
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-0/+21
| | | | *show jid in group details (in advanced mode)
* attach editor content as fileChristian Schneppe2018-06-161-10/+1
|
* fix exceptionsChristian Schneppe2018-05-161-3/+3
|
* don’t scale images to a 0 width or heightChristian Schneppe2018-05-161-6/+8
|
* handle invalid image boundsChristian Schneppe2018-05-031-1/+7
|
* get video dimensions from bitmap instead of meta dataChristian Schneppe2018-05-021-12/+24
|
* hard code ogg + audio/ mime type to ogaChristian Schneppe2018-05-021-2/+9
|
* create avatar path before saving avatarChristian Schneppe2018-04-291-4/+17
|
* replace use file as is blacklist with general don't use app data ruleChristian Schneppe2018-04-291-15/+6
|
* get real file name for files shared from ConversationsChristian Schneppe2018-04-291-5/+6
|
* add fdroid fennec to use file as is blacklistChristian Schneppe2018-04-291-1/+2
|
* add missing importChristian Schneppe2018-04-271-0/+1
|
* display avatar in groupsChristian Schneppe2018-04-271-7/+5
|
* delegate mime type from intentChristian Schneppe2018-04-011-4/+3
|
* always copy firefoxe’s shared filesChristian Schneppe2018-02-151-1/+15
|
* fixed crash on receiving filesChristian Schneppe2018-01-311-1/+1
|
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-10/+13
|
* rewrite isVideoMessage logic and add some more loggingChristian Schneppe2018-01-191-1/+3
|
* use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe2017-12-231-21/+59
| | | | create avatar in background thread
* some bug fixesChristian Schneppe2017-11-281-2/+2
|
* don't return null for opus file extensionsChristian Schneppe2017-11-251-0/+3
|
* code cleanupChristian Schneppe2017-11-231-3/+3
|
* catch all RuntimeExceptions when using MetadataRetrieverChristian Schneppe2017-11-211-4/+8
|
* catch some more exception when retrieving media runtimeChristian Schneppe2017-11-211-2/+8
|
* FileProvider: attempt to work with sd cardsChristian Schneppe2017-11-211-1/+1
|
* video processing: pick smaller file after transcoding. Do not transcode ↵Christian Schneppe2017-10-291-2/+2
| | | | files smaller 1 MiB
* don't crash if runtime could not be retrievedChristian Schneppe2017-10-151-1/+5
|
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-0/+59
|
* FileBackend: close cursor after retrieving file sizeChristian Schneppe2017-10-061-9/+9
|
* don't recompress videos which were sent/received beforeChristian Schneppe2017-09-251-1/+1
|
* reworked file params to store audio runtime amoung other thingsChristian Schneppe2017-09-241-12/+20
|
* ignore http upload file size constraints for videos that will be compressedChristian Schneppe2017-09-191-3/+30
|
* show permanent notification while transcoding videoChristian Schneppe2017-09-181-0/+10
|
* allow recording of videos from attachment choice tooChristian Schneppe2017-06-171-3/+10
|
* work around for brokens ROMs that expose file uris as notification soundChristian Schneppe2017-05-171-1/+1
|
* make image compression configurableChristian Schneppe2017-03-261-4/+4
|