V4.2.11d - removed data points count from data sharing screen to see if that speeds it up
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="149"
|
||||
android:versionName="4.2.11c">
|
||||
android:versionName="4.2.11d">
|
||||
<!-- android:allowBackup="false" -->
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
||||
|
||||
|
||||
@@ -305,10 +305,10 @@ public class LogManagerControlActivity extends AppCompatActivity {
|
||||
TextView tv1 = (TextView) findViewById(R.id.num_local_events_tv);
|
||||
tv1.setText(String.format("%d", eventCount));
|
||||
});
|
||||
mLm.getLocalDatapointsCount((Long datapointsCount) -> {
|
||||
TextView tv2 = (TextView) findViewById(R.id.num_local_datapoints_tv);
|
||||
tv2.setText(String.format("%d", datapointsCount));
|
||||
});
|
||||
//mLm.getLocalDatapointsCount((Long datapointsCount) -> {
|
||||
// TextView tv2 = (TextView) findViewById(R.id.num_local_datapoints_tv);
|
||||
// tv2.setText(String.format("%d", datapointsCount));
|
||||
//});
|
||||
TextView tv3 = (TextView) findViewById(R.id.nda_time_remaining_tv);
|
||||
tv3.setText(String.format("%.1f hrs", mLm.mNDATimeRemaining));
|
||||
Log.d(TAG, "mNDATimeRemaining = " + String.format("%.1f hrs", mLm.mNDATimeRemaining));
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
android:text="000" />
|
||||
</LinearLayout>
|
||||
|
||||
<!--
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -49,6 +50,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="000" />
|
||||
</LinearLayout>
|
||||
-->
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
||||
BIN
releases/app-release-4.2.11d.apk
Normal file
BIN
releases/app-release-4.2.11d.apk
Normal file
Binary file not shown.
Reference in New Issue
Block a user