14 Commits

Author SHA1 Message Date
fkloft
d6a0b1abb8 Ignore null value (Double.valueOf handles that correctly) 2015-01-22 17:59:47 +01:00
fkloft
8142544442 add gyro-based compass 2015-01-22 17:59:47 +01:00
fkloft
cd8186ffa3 Move compass to separate class 2015-01-22 17:59:47 +01:00
fkloft
06b64f585b Sort members, add final modifiers, format code 2015-01-22 17:59:47 +01:00
Philipp Schaefer
4781ea9627 added persistent zoom level option ( see https://plus.google.com/112875802603603993788/posts/K5zLYyAWQkE ) 2014-07-16 12:35:18 +02:00
fkloft
5d674eee40 Use new log system 2014-01-05 23:51:44 +01:00
Philipp Schaefer
3fe9b91a92 use current best location estimation from the android docs: http://developer.android.com/guide/topics/location/strategies.html#BestEstimate 2013-12-27 17:09:33 +01:00
fkloft
78f6e07457 Mobile: implement follow mode 2013-12-23 23:20:24 +01:00
fkloft
51064a29c4 Use CSS transition for arrow rotation 2013-12-23 23:20:24 +01:00
fkloft
2823450857 mobile/user-location: Do not reload when switching between loc+sensor and loc-only 2013-12-23 23:20:24 +01:00
Philipp Schaefer
d353bdf3d6 hint android system a slower sensor delay 2013-12-20 00:44:31 +01:00
Philipp Schaefer
4a70638750 - reduce cpu load onSensorChange...10 updates per second should be enough.
- needs some more tweaking
2013-12-19 17:24:30 +01:00
Philipp Schaefer
2af53b4699 made sensor orientation optional due to high cpu load 2013-12-19 16:35:07 +01:00
fkloft
be05945eac Use native Android API for user-location (WebView causes high cpu load, even when IITC is stopped)
Also, move all user-location related functions into new class IITC_UserLocation.
2013-12-17 21:30:36 +01:00