From 097e4ff75e88886533c23f46f777661dc79217a4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 25 Oct 2016 14:22:52 +0200 Subject: Fix 697233: Add FB2 file type to mobile viewers. --- platform/android/viewer/AndroidManifest.xml | 14 +++++++++++ .../com/artifex/mupdfdemo/ChoosePDFActivity.java | 2 ++ platform/ios/Info.plist | 29 ++++++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/platform/android/viewer/AndroidManifest.xml b/platform/android/viewer/AndroidManifest.xml index 78dcce1d..36e12b3a 100644 --- a/platform/android/viewer/AndroidManifest.xml +++ b/platform/android/viewer/AndroidManifest.xml @@ -51,6 +51,11 @@ + + + + + @@ -87,6 +92,15 @@ + + + + + + + + + org.idpf.epub-container + + CFBundleTypeIconFiles + + CFBundleTypeName + EPUB + LSHandlerRank + Alternate + LSItemContentTypes + + org.fictionbook.fb2 + + CFBundleExecutable ${EXECUTABLE_NAME} @@ -214,6 +226,23 @@ application/epub+zip + + UTTypeConformsTo + + public.data + + UTTypeIdentifier + org.fictionbook.fb2 + UTTypeTagSpecification + + public.filename-extension + + fb2 + + public.mime-type + text/xml + + -- cgit v1.2.3