diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d06dfff5..b1cbf8fd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,13 +1,14 @@ + android:versionCode="302" + android:versionName="3.0.2"> + list, boolean showTendencie mapOverlays.clear(); // add a bunch of coords - log("starting adding total " + list.size()); try { for(BarometerReading br : list) { // log(br.getReading() + ""); @@ -772,7 +769,7 @@ public void addDataToMap(ArrayList list, boolean showTendencie } catch(Exception e) { log("add data error: " + e.getMessage()); } - log("end of adddatatomap"); + } // Runnable to refresh the map. Can be called when another @@ -811,16 +808,16 @@ public ArrayList csvToBarometerReadings(String[] readings) { // Assemble a HashMap of userIDs and tendencies. //This is the opposite of function barometerReadingToWeb in the servlet. public HashMap csvToBarometerTendencies(String[] readings) { - log("csv to barometer tendencies : " + readings[0] + ", " + readings.length); + //log("csv to barometer tendencies : " + readings[0] + ", " + readings.length); HashMap tendencies = new HashMap(); for(int i = 0; i