aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-17fix some NPEChristian Schneppe1-1/+6
2019-06-08fix some more NPEChristian Schneppe1-6/+6
2019-05-19separate received and sent filesChristian Schneppe1-7/+40
2019-05-18performance improvementsChristian Schneppe1-4/+9
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe1-5/+6
2019-03-06fixed security exception when attempting to display image in notificationChristian Schneppe1-5/+10
2019-03-06only show images and videos in media browserChristian Schneppe1-1/+3
2019-02-18fix some more NPEsChristian Schneppe1-1/+9
2019-02-08optimize importsChristian Schneppe1-1/+0
2019-01-25explicitly set type=images for all media with an image mime type this is in p...Christian Schneppe1-15/+6
2019-01-25fix display of deleted filesChristian Schneppe1-1/+1
2019-01-25don’t check if files exists when loading attachmentsChristian Schneppe1-7/+2
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe1-0/+10
2019-01-24put images into MessageStyle notificationsChristian Schneppe1-2/+45
2019-01-03introduced 'original' as video and image quality and do not ignorer errorChristian Schneppe1-2/+5
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-1/+8
2018-11-30fix apk name detectionChristian Schneppe1-4/+5
2018-11-30catch npe while detecting apk namesChristian Schneppe1-7/+12
2018-10-24write null bitmap to imageview to replace asyncdrawableChristian Schneppe1-1/+1
2018-10-20Do not attempt to draw overlay on null bitmapChristian Schneppe1-1/+2
2018-10-03rework MediaViewerActivityChristian Schneppe1-4/+8
2018-09-27do not compress/resize images with strange aspect ratiosChristian Schneppe1-0/+12
2018-09-26do not show media overview in contact/conference details when missing storage...Christian Schneppe1-1/+3
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-32/+45
2018-09-23preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe1-5/+46
2018-09-11catch illegalargument exception when discovering extension from urlChristian Schneppe1-1/+6
2018-08-26try to catch out of memory exceptionChristian Schneppe1-1/+5
2018-06-29WIP: set room avatar and slight redesign of group detailsChristian Schneppe1-0/+21
2018-06-16attach editor content as fileChristian Schneppe1-10/+1
2018-05-16fix exceptionsChristian Schneppe1-3/+3
2018-05-16don’t scale images to a 0 width or heightChristian Schneppe1-6/+8
2018-05-03handle invalid image boundsChristian Schneppe1-1/+7
2018-05-02get video dimensions from bitmap instead of meta dataChristian Schneppe1-12/+24
2018-05-02hard code ogg + audio/ mime type to ogaChristian Schneppe1-2/+9
2018-04-29create avatar path before saving avatarChristian Schneppe1-4/+17
2018-04-29replace use file as is blacklist with general don't use app data ruleChristian Schneppe1-15/+6
2018-04-29get real file name for files shared from ConversationsChristian Schneppe1-5/+6
2018-04-29add fdroid fennec to use file as is blacklistChristian Schneppe1-1/+2
2018-04-27add missing importChristian Schneppe1-0/+1
2018-04-27display avatar in groupsChristian Schneppe1-7/+5
2018-04-01delegate mime type from intentChristian Schneppe1-4/+3
2018-02-15always copy firefoxe’s shared filesChristian Schneppe1-1/+15
2018-01-31fixed crash on receiving filesChristian Schneppe1-1/+1
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-10/+13
2018-01-19rewrite isVideoMessage logic and add some more loggingChristian Schneppe1-1/+3
2017-12-23use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe1-21/+59
2017-11-28some bug fixesChristian Schneppe1-2/+2
2017-11-25don't return null for opus file extensionsChristian Schneppe1-0/+3
2017-11-23code cleanupChristian Schneppe1-3/+3