From e25729ef99cb3cc85d82d60644f4ad5154529545 Mon Sep 17 00:00:00 2001 From: Thomas Taschauer <128734+TomTasche@users.noreply.github.com> Date: Sun, 20 Jul 2025 08:03:18 +0200 Subject: [PATCH 1/2] feat: Extend STRICT_CATCH mode to support PDF, DOCX, and DOC files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When catch-all mode is disabled, the app now registers for common document types (PDF, DOCX, DOC) in addition to OpenDocument formats. This provides a middle-ground solution where users can open the most common document types without enabling full catch-all mode. All three intent-filter sections in STRICT_CATCH have been updated with the appropriate MIME types and path patterns. Fixes #374 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- app/src/main/AndroidManifest.xml | 50 +++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cc46b74f9676..323c09ee96ca 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -218,6 +218,7 @@ android:label="@string/app_title" android:targetActivity="at.tomtasche.reader.ui.activity.MainActivity" tools:ignore="AppLinkUrlError"> + @@ -231,6 +232,9 @@ + + + @@ -269,10 +273,27 @@ - - - - + + + + + + + + + + + + + + + + + + + + + @@ -312,6 +333,27 @@ + + + + + + + + + + + + + + + + + + + + + From 36b1e8df7a5bf2fe495ccb44ee963afe6198c894 Mon Sep 17 00:00:00 2001 From: Thomas Taschauer <128734+TomTasche@users.noreply.github.com> Date: Sun, 20 Jul 2025 08:07:37 +0200 Subject: [PATCH 2/2] cleanup --- app/src/main/AndroidManifest.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 323c09ee96ca..f1b2cb3eb217 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -354,10 +354,6 @@ - - - -