From de3e37cca4f34a30f9c0beef05f67c3d515d64c2 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 29 Jun 2026 08:08:47 +0000 Subject: feat: native bottom sheet for widget task detail Replaces browser deep-link with a transparent TaskDetailActivity that shows a Material3 ModalBottomSheet (20-40% screen height). The launcher shows through the transparent window behind the dark scrim. Sheet shows source color dot, task title, and Mark Complete button for Todoist tasks. Tapping outside or swiping down dismisses. No browser involved. Co-Authored-By: Claude Sonnet 4.6 --- android/app/src/main/AndroidManifest.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'android/app/src/main/AndroidManifest.xml') diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f6bf015..3fc5603 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -10,6 +10,12 @@ android:theme="@android:style/Theme.DeviceDefault.DayNight" android:allowBackup="false"> + + +