We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcc2f6 commit 01f85deCopy full SHA for 01f85de
app/src/main/java/at/tomtasche/reader/background/CoreLoader.java
@@ -60,6 +60,7 @@ public boolean isSupported(Options options) {
60
return options.fileType.startsWith("application/vnd.oasis.opendocument") ||
61
options.fileType.startsWith("application/x-vnd.oasis.opendocument") ||
62
options.fileType.startsWith("application/vnd.oasis.opendocument.text-master") ||
63
+ options.fileType.startsWith("application/msword") ||
64
(this.doOoxml && (
65
options.fileType.startsWith("application/vnd.openxmlformats-officedocument.wordprocessingml.document")
66
// TODO: enable xlsx and pptx too
0 commit comments