From 418f6ae8c8ccb968c2674548139dab36e2ab1905 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 15 Mar 2026 05:39:21 +0000 Subject: feat: add voice log UI with FAB, fragment container, and logbook domain models - Add VoiceLogFragment, VoiceLogViewModel, VoiceLogState, LogEntry, InMemoryLogbookRepository - Wire voice log FAB in MainActivity to show/hide fragment container - Add RECORD_AUDIO permission to manifest - Add native CMakeLists.txt and native-lib.cpp stubs - Fix missing BufferOverflow import in LocationService Co-Authored-By: Claude Sonnet 4.6 --- android-app/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'android-app/app/src/main/AndroidManifest.xml') diff --git a/android-app/app/src/main/AndroidManifest.xml b/android-app/app/src/main/AndroidManifest.xml index a5ef711..abb4dc5 100644 --- a/android-app/app/src/main/AndroidManifest.xml +++ b/android-app/app/src/main/AndroidManifest.xml @@ -5,6 +5,7 @@ +