Build of V3.5.0 - Beta Test of Phone Call Alerts.
This commit is contained in:
BIN
app/release/app-release-3.5.0.apk
Normal file
BIN
app/release/app-release-3.5.0.apk
Normal file
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":71,"versionName":"3.2.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"app-release.apk","properties":{}}]
|
||||
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":72,"versionName":"3.5.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"app-release.apk","properties":{}}]
|
||||
@@ -2,15 +2,7 @@
|
||||
<resources>
|
||||
<string name="app_name">OpenSeizureDetector</string>
|
||||
<string name="changelog">
|
||||
\n V3.2.1 - Aug 2020
|
||||
\n - Added Spanish Translation
|
||||
\n V3.2.0 - mar2020
|
||||
\n - Added multiple language support (German, Russian, Swedish)
|
||||
\n - Modified data logging to use sqlite database rather than text files.
|
||||
\n - Added facility to upload data to remote server.
|
||||
\n - Added support for additional GarminSD settings data fields to record the watch app version number etc and
|
||||
log that info to the SysLog file.
|
||||
\n - Made only a subset of settings visible by default unless the user enables Advanced Mode
|
||||
\n V3.5 - Added support for Phone Call Alerts, using separate OpenSeizureDetector Dialler App
|
||||
</string>
|
||||
<string name="UpgradeMsg">
|
||||
OpenSeizureDetector does not collect any personal data.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
android:summary="Select whether to use a Pebble Watch or network connection as the seizure detector data source."
|
||||
android:entries="@array/datasource_list"
|
||||
android:entryValues="@array/datasource_list_values"
|
||||
android:defaultValue="Pebble"
|
||||
android:defaultValue="Garmin"
|
||||
android:dialogTitle="Select Data Source" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
|
||||
Reference in New Issue
Block a user