From c8c62db447398bf64e3f29ca49f639ea94df54f3 Mon Sep 17 00:00:00 2001 From: Graham Jones Date: Sat, 6 Aug 2022 20:56:23 +0100 Subject: [PATCH] Changed default local data retention period to 7 days from 28 to reduce local database access times - work around for #63 --- CHANGELOG.md | 2 ++ app/src/main/res/xml/logging_prefs.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57d930..86c8307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Removed automatic refresh of shared data events list (Issue #62) - Added option to include warnings in shared data events list (Issue #64) - Added catch of NullPointerException in LogManager in case of network disruption (Issue #61) + - Added 'demo mode' on main screen when phone data source selected and highighted it in warning colour (Issue #56) + - Changed default local data retention time to 7 days (from 28) - works around #63 V4.0.6 - fixed issue with O2sat data not being recorded to database V4.0.5 - Added support for 3D data logging - Fixed issue with seizure reporting crashing if quotation marks included in text. diff --git a/app/src/main/res/xml/logging_prefs.xml b/app/src/main/res/xml/logging_prefs.xml index a4d11c1..9ccd082 100644 --- a/app/src/main/res/xml/logging_prefs.xml +++ b/app/src/main/res/xml/logging_prefs.xml @@ -21,7 +21,7 @@ android:summary="@string/AutoPruneDbSummary" android:title="@string/AutoPruneDbTitle" />