Build test version 4.2.11c which should have reduced data sharing network usage.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
V4.2.11 - Updated permissions handling to support Android 14 (needed to publish on Play Store)
|
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 a crude 'flap' detector into OSD Algorithm
|
||||||
- Added setting to change the delay before SMS alert is sent (Issue #202)
|
- 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.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.9 - fixed crash when using Polish translation.
|
||||||
V4.2.8 -
|
V4.2.8 -
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:versionCode="148"
|
android:versionCode="149"
|
||||||
android:versionName="4.2.11b">
|
android:versionName="4.2.11c">
|
||||||
<!-- android:allowBackup="false" -->
|
<!-- android:allowBackup="false" -->
|
||||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user