V3.6.2 - Fix file permissions issue with Android 10 by using official internal storage folder.
This commit is contained in:
BIN
app/release/app-release-3.6.2.apk
Normal file
BIN
app/release/app-release-3.6.2.apk
Normal file
Binary file not shown.
Binary file not shown.
@@ -10,8 +10,8 @@
|
||||
{
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"versionCode": 86,
|
||||
"versionName": "3.6.2d",
|
||||
"versionCode": 87,
|
||||
"versionName": "3.6.2",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="uk.org.openseizuredetector"
|
||||
android:versionCode="86"
|
||||
android:versionName="3.6.2d">
|
||||
android:versionCode="87"
|
||||
android:versionName="3.6.2">
|
||||
<!-- android:allowBackup="false" -->
|
||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||
|
||||
@@ -398,7 +398,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
if (mUtil.isServerRunning()) {
|
||||
tv = (TextView) findViewById(R.id.serverStatusTv);
|
||||
if (mConnection.mBound)
|
||||
tv.setText(getString(R.string.ServerRunningOK) +" : " +getString(R.string.DataSource) + " = " + mConnection.mSdServer.mSdDataSourceName);
|
||||
tv.setText(getString(R.string.ServerRunningOK) + getString(R.string.DataSource) + " = " + mConnection.mSdServer.mSdDataSourceName);
|
||||
tv.setBackgroundColor(okColour);
|
||||
tv.setTextColor(okTextColour);
|
||||
tv = (TextView) findViewById(R.id.serverIpTv);
|
||||
|
||||
@@ -2,12 +2,11 @@
|
||||
<resources>
|
||||
<string name="app_name">OpenSeizureDetector</string>
|
||||
<string name="changelog">
|
||||
\n V3.6.2 - Fix of issue with log file permissions on some Android 10 devices.
|
||||
\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.5 - Added support for SMS Annunciator App
|
||||
\n V3.4 - Added support for BLE Data Source
|
||||
</string>
|
||||
"V3.6.2 - Fix of issue with log file permissions on some Android 10 devices and added more translatable strings with polish translation.
|
||||
\nV3.6.1 - Possible fix for issue with shutting down system and expanded Polish translation to all settings screens.
|
||||
\nV3.6 - Added phone sensor data source for testing without a watches
|
||||
\nV3.5 - Added support for SMS Annunciator App
|
||||
\nV3.4 - Added support for BLE Data Source "</string>
|
||||
<string name="UpgradeMsg">
|
||||
OpenSeizureDetector does not collect any personal data.
|
||||
This does mean that it is not possible for me to contact users if I find an
|
||||
|
||||
Reference in New Issue
Block a user