ztNFny

Results 136 comments of ztNFny

I just found out the same problem. But it seems multiplayer has been abandoned?

Found a workaround! add after .setHeight: cell.setValign();

> > Currently the user has to dismiss the error message using "OK" and then use "Menu" -> "Save offline" manually. > > Or he can just leave the activity...

same issue for waypoints tab. All other tabs are ok. Trackables tab should be the most similar to logs/waypoints, that'd be a good starting point to look into differences.

> Range values should NOT be copied from "Last details update", they don't cover enough cases. I tried to define some reasonable values valid for both but as the scenarios...

I tried to create a new filter view with just a slider, similar to "Stored since", using the sql field "hidden". But unlike the normal Hidden data filter that one...

Ok, thanks for the pointer, that'd at least allow the "copy of StoredSince" filter to work. But I think it'd be way nicer to just have a different GUI to...

> You need to implement your new filter for every connector to get it working on the live map. See: I don't get it, I added it there and while...

> However, I would suggest a different implementation approach anyway: extend DateFilter and DateGeocacheFilter such that they also accept to set relative Parameter I did just that. It's the UI...

Let's see whether this SQLite query can be improved: queryToColl(dbTableCaches, new String[]{"geocode"}, "detailedupdate < ? AND visiteddate < ? AND geocode NOT IN (SELECT DISTINCT (geocode) FROM " + dbTableCachesLists...