Disabled repeat updating of data log manager screen so you can scroll right down the list of events without it jumping back to the start when it refreshes.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
OpenSeizureDetector Android App - Change Log
|
||||
============================================
|
||||
V4.0.7 - Improvements to Data Sharing data log manager screen
|
||||
V4.0.6 - fixed issue with O2sat data not being recorded to database
|
||||
V4.0.5 - Added support for 3D data logging
|
||||
- Fixed issue with seizure reporting crashing if quotation marks included in text.
|
||||
|
||||
@@ -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="102"
|
||||
android:versionName="4.0.6">
|
||||
android:versionCode="103"
|
||||
android:versionName="4.0.7">
|
||||
<!-- android:allowBackup="false" -->
|
||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||
|
||||
@@ -345,7 +345,7 @@ public class LogManagerControlActivity extends AppCompatActivity {
|
||||
// to save hammering the databases once the UI has been populated once.
|
||||
if (stopUpdating) {
|
||||
stopUiTimer();
|
||||
startUiTimer(mUiTimerPeriodSlow);
|
||||
//startUiTimer(mUiTimerPeriodSlow);
|
||||
}
|
||||
} //updateUi();
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<string name="app_name">OpenSeizureDetector</string>
|
||||
<string name="changelog">
|
||||
"\n
|
||||
\nV4.0.5 - fixed issue with O2 saturation data not being recorded to data sharing database.
|
||||
\nV4.0.4
|
||||
\nV4.0.7 - imporovements to Data Sharing data log manager screen.
|
||||
\nV4.0.6 - First public relase with Data Sharing feature enabled.
|
||||
- Introduced the <b>Data Sharing</b> feature to allow users to share their seizure and false alarm data
|
||||
with researchers to help improve the system.<br/>
|
||||
- Fixed <b>SMS Location Alerts</b> on Android V10+ (new permissions screens)<br/>
|
||||
|
||||
Reference in New Issue
Block a user