summaryrefslogtreecommitdiff
path: root/android/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-07-12 11:18:37 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-07-12 11:18:37 +0000
commit4126fe4f56a6eb9703a084d4793a597f37bf2867 (patch)
treeb2b7c07ed7376a5c31495d37bd35dfece3e2643c /android/app/src/main/AndroidManifest.xml
parent6fdd09bfe030ce91ee188f18c198fd6a57c7b42f (diff)
feat(widget): add event detail popup showing recurrence scheduleHEADmaster
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VTUSAEKfsPc6WGDq45yPHD
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
-rw-r--r--android/app/src/main/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 6d35ff7..4b58442 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -23,6 +23,12 @@
android:exported="false"
android:windowSoftInputMode="adjustResize" />
+ <!-- Event detail bottom sheet (opened by widget calendar event taps) -->
+ <activity
+ android:name=".ui.EventDetailActivity"
+ android:theme="@style/Theme.TaskDetail"
+ android:exported="false" />
+
<!-- Settings activity (also the widget config screen) -->
<activity
android:name=".ui.SettingsActivity"