feat(support): Polish support screen, recorder UI, and settings

Reorder support screen items with category headers, add log session count to clear action, fix contact form hint strings, filter active recordings from log picker, convert RecorderActivity to Compose with proper system bar insets and Material 3 color tokens, refresh log metadata on resume, add wiki link to settings, and move support entry under Other category
This commit is contained in:
darken
2026-03-03 13:20:31 +01:00
committed by Matthias Urhahn
parent b609c1aced
commit c760d5758d
14 changed files with 642 additions and 540 deletions
@@ -122,6 +122,7 @@ internal fun SettingsIndexContent() = PreviewWrapper {
onDeviceManager = {},
onReactions = {},
onSupport = {},
onWiki = {},
onChangelog = {},
onHelpTranslate = {},
onAcknowledgements = {},