aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/MimeUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use ExoPlayer for video playbackChristian Schneppe2020-01-311-0/+1
|
* add .heic to list of known mime typesChristian Schneppe2019-12-121-6/+7
|
* Fix empty grey box for unknown file types (#405)TheOneric2019-11-151-0/+1
| | | | | | Previously if files, whose mime-type was not recognized by MimeUtils, were being sent to a Pix-Art-Client only a grey box without text would be shown. With this commit the general "open file" text is now shown for these files. Previously this text was only shown for files with recognized mime-types, not being specially handled (like images). Also the Advanced SSA (*.ass) subtitle format was added to MimeUtils as 'text/plain'.
* create share button in backup done notificationChristian Schneppe2019-07-171-0/+2
|
* add tgz and gz to mime file typesChristian Schneppe2018-12-281-0/+2
|
* fix typosChristian Schneppe2018-12-281-3/+3
|
* change epub file extension to epub and added mobiChristian Schneppe2018-12-271-1/+2
|
* added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe2018-12-271-2/+24
| | | | file extension instead. added preview icons for ebooks
* hard code ogg + audio/ mime type to ogaChristian Schneppe2018-05-021-2/+2
|
* delegate mime type from intentChristian Schneppe2018-04-011-2/+3
|
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-0/+32
|
* don't return null for opus file extensionsChristian Schneppe2017-11-251-0/+3
|
* add opus file type to MimeUtilsChristian Schneppe2017-11-231-0/+1
|
* catch all throwables when working with content provider to retrieve mimeChristian Schneppe2017-02-081-1/+6
|
* Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe2017-01-051-0/+21
|
* reformat codeChristian Schneppe2016-11-191-0/+15
|
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+487