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/res/values/themes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 android/app/src/main/res/values/themes.xml (limited to 'android/app/src/main/res/values/themes.xml') diff --git a/android/app/src/main/res/values/themes.xml b/android/app/src/main/res/values/themes.xml new file mode 100644 index 0000000..ef88823 --- /dev/null +++ b/android/app/src/main/res/values/themes.xml @@ -0,0 +1,11 @@ + + + + + -- cgit v1.2.3