aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some NPEChristian Schneppe2019-06-171-1/+6
* fix some more NPEChristian Schneppe2019-06-081-6/+6
* separate received and sent filesChristian Schneppe2019-05-191-7/+40
* performance improvementsChristian Schneppe2019-05-181-4/+9
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-5/+6
* fixed security exception when attempting to display image in notificationChristian Schneppe2019-03-061-5/+10
* only show images and videos in media browserChristian Schneppe2019-03-061-1/+3
* fix some more NPEsChristian Schneppe2019-02-181-1/+9
* optimize importsChristian Schneppe2019-02-081-1/+0
* explicitly set type=images for all media with an image mime type this is in p...Christian Schneppe2019-01-251-15/+6
* fix display of deleted filesChristian Schneppe2019-01-251-1/+1
* don’t check if files exists when loading attachmentsChristian Schneppe2019-01-251-7/+2
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-0/+10
* put images into MessageStyle notificationsChristian Schneppe2019-01-241-2/+45
* 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 fil...Christian Schneppe2018-12-271-1/+1
* 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 storage...Christian Schneppe2018-09-261-1/+3
* show conversation media in contact/conference detailsChristian Schneppe2018-09-261-32/+45
* preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe2018-09-231-5/+46
* 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
* 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
* 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