aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/MimeUtils.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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