From 35863780f6454c521ec9eca66f3959c086d983ec Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 20 May 2025 09:21:13 -0700 Subject: [PATCH] Fix background svc; Add end time logging to trips --- android/app/src/main/AndroidManifest.xml | 9 +++- lib/consts.dart | 2 +- lib/data.dart | 68 ++++++++++++++++++++---- lib/pages/HomePage.dart | 14 +++-- lib/pages/WorkData.dart | 18 +++++++ pubspec.yaml | 3 +- 6 files changed, 99 insertions(+), 15 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 886c45b..335936d 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -10,7 +10,9 @@ - + + + + +