V3.0.0 - With signed APK

This commit is contained in:
Graham Jones
2019-02-15 19:12:46 +00:00
parent 9a231298e1
commit 689e96f1f6
4 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,12 @@
OpenSeizureDetector Android App - Change Log OpenSeizureDetector Android App - Change Log
============================================ ============================================
V3.0.0 - 15feb2019
- Updated for Android V9
- Added explicity statement of use of SMS permission in notification
- Updated to use dynamic permissions
- Added support for Garmin Data Source, with Heart Rate alarm (and other network based data sources)
V2.6.0 - 26dec2018 V2.6.0 - 26dec2018
- Changed SMS code to comply with new Google Play Store requirements. - Changed SMS code to comply with new Google Play Store requirements.
- Added Support for Wifi data source (initially to be used for Garmin_SD) - Added Support for Wifi data source (initially to be used for Garmin_SD)

Binary file not shown.

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":46,"versionName":"2.6.4","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] [{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":47,"versionName":"3.0.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

View File

@@ -2,15 +2,13 @@
<resources> <resources>
<string-array name="datasource_list"> <string-array name="datasource_list">
<item>"Pebble Watch"</item> <item>"Pebble Watch"</item>
<item>"Android Wear"</item> <item>"Garmin Watch"</item>
<item>"Network"</item> <item>"Network"</item>
<item>"Garmin"</item>
</string-array> </string-array>
<string-array name="datasource_list_values"> <string-array name="datasource_list_values">
<item>"Pebble"</item> <item>"Pebble"</item>
<item>"AndroidWear"</item>
<item>"Network"</item>
<item>"Garmin"</item> <item>"Garmin"</item>
<item>"Network"</item>
</string-array> </string-array>
</resources> </resources>