Browse Source

Deactivated date filter for synchronization, since it does not make too much sense

Alexander Brakowski 9 years ago
parent
commit
109145f79f

+ 2 - 2
src/de/tudarmstadt/informatik/hostage/sync/android/SyncUtils.java

@@ -266,12 +266,12 @@ public class SyncUtils {
 
 
             JSONObject condition = new JSONObject();
             JSONObject condition = new JSONObject();
 
 
-            if(fromTime > 0){
+            /*if(fromTime > 0){
                 Calendar calendar = GregorianCalendar.getInstance();
                 Calendar calendar = GregorianCalendar.getInstance();
                 calendar.setTimeInMillis(fromTime);
                 calendar.setTimeInMillis(fromTime);
 
 
                 condition.put("date", fromCalendar(calendar));
                 condition.put("date", fromCalendar(calendar));
-            }
+            }*/
 
 
             String country = null;
             String country = null;