feat(support): Add contact support form and enhanced debug recorder

Add structured contact form with category selection (Question/Feature/Bug), description with word count validation, expected behavior field for bugs, and debug log picker with inline recording.

Enhance RecorderActivity with full-screen hero layout, file list, Share/Keep/Discard actions. Migrate debug logs from flat files to session directories in external files dir. Add DebugLogZipper, EmailTool attachment support, log folder size display, and clear stored logs.
This commit is contained in:
darken
2026-03-03 13:20:31 +01:00
committed by Matthias Urhahn
parent b3b55f1ca3
commit b609c1aced
25 changed files with 1667 additions and 215 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
<!-- Debug stuff-->
<activity
android:name=".common.debug.recording.ui.RecorderActivity"
android:theme="@style/AppThemeFloating" />
android:theme="@style/AppTheme" />
<service
android:name=".monitor.core.worker.MonitorService"