V3.6.1 - Possible fix for failure to shutdown problem, and expanded polish translation to all settings screens.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
OpenSeizureDetector Android App - Change Log
|
OpenSeizureDetector Android App - Change Log
|
||||||
============================================
|
============================================
|
||||||
|
V3.6.1 - Nov 2020
|
||||||
|
- Extended polish translation to all settings screens.
|
||||||
|
- Possible fix for issue with failing to shutdown system sometimes.
|
||||||
V3.6.0 - Sep 2020
|
V3.6.0 - Sep 2020
|
||||||
- Added a phone sensor datasource, primarily for people to use for testing without needing a watch.
|
- Added a phone sensor datasource, primarily for people to use for testing without needing a watch.
|
||||||
V3.5.0 - Aug 2020
|
V3.5.0 - Aug 2020
|
||||||
|
|||||||
BIN
app/release/app-release-3.6.1.apk
Normal file
BIN
app/release/app-release-3.6.1.apk
Normal file
Binary file not shown.
Binary file not shown.
@@ -11,8 +11,8 @@
|
|||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
"versionCode": 82,
|
"versionCode": 83,
|
||||||
"versionName": "3.6.1j",
|
"versionName": "3.6.1",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,8 +2,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"
|
||||||
package="uk.org.openseizuredetector"
|
package="uk.org.openseizuredetector"
|
||||||
android:versionCode="82"
|
android:versionCode="83"
|
||||||
android:versionName="3.6.1j">
|
android:versionName="3.6.1">
|
||||||
<!-- android:allowBackup="false" -->
|
<!-- android:allowBackup="false" -->
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||||
|
|||||||
@@ -2,11 +2,10 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">OpenSeizureDetector</string>
|
<string name="app_name">OpenSeizureDetector</string>
|
||||||
<string name="changelog">
|
<string name="changelog">
|
||||||
|
\n V3.6.1 - Possible fix for issue with shutting down system and expanded Polish translation to all settings screens.
|
||||||
\n V3.6 - Added phone sensor data source for testing without a watchs
|
\n V3.6 - Added phone sensor data source for testing without a watchs
|
||||||
\n V3.5 - Added support for Phone Call Alerts, using separate OpenSeizureDetector Dialler App
|
\n V3.5 - Added support for SMS Annunciator App
|
||||||
\n - Added Unique Identifier (UUID) to SMS alerts so they can be detected as OpenSeizureDetector SMS messages on client phone.
|
\n V3.4 - Added support for BLE Data Source
|
||||||
\n V3.4.0 - Aug 2020
|
|
||||||
\n - Added support for BLE Data Source
|
|
||||||
</string>
|
</string>
|
||||||
<string name="UpgradeMsg">
|
<string name="UpgradeMsg">
|
||||||
OpenSeizureDetector does not collect any personal data.
|
OpenSeizureDetector does not collect any personal data.
|
||||||
|
|||||||
Reference in New Issue
Block a user