diff --git a/phoneClients/android/.idea/workspace.xml b/phoneClients/android/.idea/workspace.xml
index 0e0c938..d5145d2 100644
--- a/phoneClients/android/.idea/workspace.xml
+++ b/phoneClients/android/.idea/workspace.xml
@@ -41,6 +41,7 @@
+
@@ -95,8 +96,8 @@
-
+
@@ -107,37 +108,44 @@
-
+
-
-
-
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
@@ -589,7 +597,7 @@
-
+
@@ -1003,7 +1011,7 @@
-
+
@@ -1206,8 +1214,8 @@
-
+
@@ -1274,6 +1282,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1301,19 +1322,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1463,7 +1471,6 @@
-
@@ -1486,6 +1493,7 @@
+
@@ -1494,15 +1502,15 @@
-
-
-
+
+
+
-
+
@@ -1515,8 +1523,8 @@
-
+
@@ -1554,10 +1562,7 @@
-
-
-
-
+
@@ -1572,10 +1577,7 @@
-
-
-
-
+
@@ -1583,10 +1585,7 @@
-
-
-
-
+
@@ -1601,10 +1600,7 @@
-
-
-
-
+
@@ -1626,10 +1622,7 @@
-
-
-
-
+
@@ -1648,14 +1641,14 @@
-
-
-
+
+
+
@@ -1683,10 +1676,7 @@
-
-
-
-
+
@@ -1702,10 +1692,7 @@
-
-
-
-
+
@@ -1721,10 +1708,7 @@
-
-
-
-
+
@@ -1740,10 +1724,7 @@
-
-
-
-
+
@@ -1908,13 +1889,6 @@
-
-
-
-
-
-
-
@@ -1924,35 +1898,40 @@
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
-
+
+
+
+
+
+
+
+
+
diff --git a/phoneClients/android/app/build.gradle b/phoneClients/android/app/build.gradle
index 51ae711..cde89c6 100644
--- a/phoneClients/android/app/build.gradle
+++ b/phoneClients/android/app/build.gradle
@@ -8,8 +8,8 @@
applicationId "com.websmithing.gpstracker"
minSdkVersion 10
targetSdkVersion 20
- versionCode 11
- versionName "4.0.0"
+ versionCode 12
+ versionName "4.0.1"
}
buildTypes {
release {
diff --git a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java
index af99140..61a3a6c 100644
--- a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java
+++ b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java
@@ -253,7 +253,7 @@
@Override
public void onResume() {
Log.d(TAG, "onResume");
- super.onResume(); // Always call the superclass method first
+ super.onResume();
displayUserSettings();
setTrackingButtonState();
@@ -261,7 +261,6 @@
@Override
protected void onStop() {
- Log.d(TAG, "onStop");
super.onStop();
}
}
diff --git a/phoneClients/android/build/intermediates/model_data.bin b/phoneClients/android/build/intermediates/model_data.bin
index 051aef7..a449a16 100644
--- a/phoneClients/android/build/intermediates/model_data.bin
+++ b/phoneClients/android/build/intermediates/model_data.bin
Binary files differ