V3.0.0 - With signed APK
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
BIN
app/release/app-release-3.0.0.apk
Normal file
BIN
app/release/app-release-3.0.0.apk
Normal file
Binary file not shown.
@@ -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":{}}]
|
||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user