aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/MimeUtils.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-16add jfif and jif as jpeg mime typesChristian Schneppe1-0/+2
2020-01-31use ExoPlayer for video playbackChristian Schneppe1-0/+1
2019-12-12add .heic to list of known mime typesChristian Schneppe1-6/+7
2019-11-15Fix empty grey box for unknown file types (#405)TheOneric1-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'.
2019-07-17create share button in backup done notificationChristian Schneppe1-0/+2
2018-12-28add tgz and gz to mime file typesChristian Schneppe1-0/+2
2018-12-28fix typosChristian Schneppe1-3/+3
2018-12-27change epub file extension to epub and added mobiChristian Schneppe1-1/+2
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe1-2/+24
file extension instead. added preview icons for ebooks
2018-05-02hard code ogg + audio/ mime type to ogaChristian Schneppe1-2/+2
2018-04-01delegate mime type from intentChristian Schneppe1-2/+3
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-0/+32
2017-11-25don't return null for opus file extensionsChristian Schneppe1-0/+3
2017-11-23add opus file type to MimeUtilsChristian Schneppe1-0/+1
2017-02-08catch all throwables when working with content provider to retrieve mimeChristian Schneppe1-1/+6
2017-01-05Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe1-0/+21
2016-11-19reformat codeChristian Schneppe1-0/+15
2016-07-29changed package id inside manifest and projectChristian Schneppe1-1/+1
2015-08-23open files with capital extensions as well. fixes #1354Daniel Gultsch1-1/+1
2015-07-01changed mime type handlingDaniel Gultsch1-0/+487