Build test version 4.2.11c which should have reduced data sharing network usage.

This commit is contained in:
Graham Jones
2025-02-09 16:44:54 +00:00
parent 89116d8a3e
commit 74d859d370
5 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
V4.2.11 - Updated permissions handling to support Android 14 (needed to publish on Play Store)
- added a crude 'flap' detector into OSD Algorithm
- Added setting to change the delay before SMS alert is sent (Issue #202)
- Reduced the frequency of checking if we have unvalided events on the data sharing server to reduce data usage.
V4.2.10 - fixed (infrequent) crash when opening data sharing page (#195), and crash if log manager fails to start (#196)
V4.2.9 - fixed crash when using Polish translation.
V4.2.8 -

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="148"
android:versionName="4.2.11b">
android:versionCode="149"
android:versionName="4.2.11c">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>

Binary file not shown.

Binary file not shown.