V2.6.3 - Fixed problem with Android V9, and restored support for Android V4.0.x
This commit is contained in:
@@ -6,7 +6,7 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "uk.org.openseizuredetector"
|
applicationId "uk.org.openseizuredetector"
|
||||||
minSdkVersion 19
|
minSdkVersion 14
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
app/release/app-release-2.6.3.apk
Normal file
BIN
app/release/app-release-2.6.3.apk
Normal file
Binary file not shown.
@@ -1 +1 @@
|
|||||||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":44,"versionName":"2.6.2","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":45,"versionName":"2.6.3","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
||||||
@@ -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"
|
||||||
package="uk.org.openseizuredetector"
|
package="uk.org.openseizuredetector"
|
||||||
android:versionCode="44"
|
android:versionCode="45"
|
||||||
android:versionName="2.6.2"
|
android:versionName="2.6.3"
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|||||||
@@ -493,6 +493,7 @@ public class StartupActivity extends Activity {
|
|||||||
+ "\n Fixed problem with app not restarting properly when settings were changed"
|
+ "\n Fixed problem with app not restarting properly when settings were changed"
|
||||||
+ "\n- Explicitly asks for SMS permission, and displays warning in notification if SMS alarms are active"
|
+ "\n- Explicitly asks for SMS permission, and displays warning in notification if SMS alarms are active"
|
||||||
+ "\n Added FOREGROUND_SERVICE permission, which seems to be necessary for Android V9."
|
+ "\n Added FOREGROUND_SERVICE permission, which seems to be necessary for Android V9."
|
||||||
|
+ "\n Restored support for Android 4.0.x"
|
||||||
+ "\n "
|
+ "\n "
|
||||||
+ "\n PLEASE NOTE - THIS IS A BETA TEST VERSION SO MAY NOT WORK!"
|
+ "\n PLEASE NOTE - THIS IS A BETA TEST VERSION SO MAY NOT WORK!"
|
||||||
+ "\n ."
|
+ "\n ."
|
||||||
@@ -530,6 +531,7 @@ public class StartupActivity extends Activity {
|
|||||||
+ "\n- Fixed problem with app not restarting properly when settings were changed"
|
+ "\n- Fixed problem with app not restarting properly when settings were changed"
|
||||||
+ "\n- Explicitly asks for SMS permission, and displays warning in notification if SMS alarms are active"
|
+ "\n- Explicitly asks for SMS permission, and displays warning in notification if SMS alarms are active"
|
||||||
+ "\n Added FOREGROUND_SERVICE permission, which seems to be necessary for Android V9."
|
+ "\n Added FOREGROUND_SERVICE permission, which seems to be necessary for Android V9."
|
||||||
|
+ "\n Restored support for Android V4.0.x"
|
||||||
+ "\n "
|
+ "\n "
|
||||||
+ "\n PLEASE NOTE - THIS IS A BETA TEST VERSION SO MAY NOT WORK!"
|
+ "\n PLEASE NOTE - THIS IS A BETA TEST VERSION SO MAY NOT WORK!"
|
||||||
+ "\n "
|
+ "\n "
|
||||||
|
|||||||
Reference in New Issue
Block a user