aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* set filter to MediaBrowserActivityChristian Schneppe2020-02-121-3/+3
| | | | | to show only images and videos or all media files fixes #457
* show PDF preview in MediaBrowserActivityChristian Schneppe2020-02-121-1/+4
|
* rework PDF previewChristian Schneppe2020-02-111-18/+66
| | | | should fix #456
* introduce preview for PDF files in chatChristian Schneppe2020-02-091-1/+31
|
* limit artist - title in messages to 128 charsChristian Schneppe2020-02-051-2/+3
|
* update MetaDataExtractorChristian Schneppe2020-02-031-4/+17
|
* show audio artist and title for audio filesChristian Schneppe2020-02-021-1/+28
|
* persist file size across abortsChristian Schneppe2020-01-021-1/+6
|
* show overlay to set avatar at the right bottom cornerChristian Schneppe2019-11-101-2/+14
|
* use variable for app directory in FileBackendChristian Schneppe2019-11-061-6/+7
|
* catch all exceptions when closing closableChristian Schneppe2019-10-261-1/+4
|
* show resource prompt when sending uncompressed videoChristian Schneppe2019-09-291-1/+3
|
* added overlay to avatar in EditAccountActivityChristian Schneppe2019-09-201-3/+30
| | | | in addition to #390
* migrate to AndroidXChristian Schneppe2019-09-201-2/+2
|
* fix some crashesChristian Schneppe2019-09-031-4/+16
|
* bare minimum direct connectionsChristian Schneppe2019-09-031-0/+9
|
* use helper method to close socketChristian Schneppe2019-07-171-2/+2
|
* code cleanup & small fixesChristian Schneppe2019-07-011-9/+9
|
* 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
| | | | fixes #140
* 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 ↵Christian Schneppe2019-01-251-15/+6
| | | | preperation to be able to query the database for all images
* 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 ↵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
|