- 04 Jun, 2014 3 commits
-
-
Chris Scott authored
Add missing comma to example code
-
M165437 authored
-
M165437 authored
-
- 23 May, 2014 2 commits
-
-
Chris Scott authored
Adding an abs() around the distance.
-
Zachary Giles authored
I saw negative distances when I was inside the stationary area, but moving around within it.. perhaps a few houses over etc. Walking etc. If I moved farther away, it eventually updated but more becaue it had a significant update, such as driving miles. This abs around the distance allows the less-than if statement to work. Been using it for all day across several cities with great and accurate updates. Similar routines over the last few days were highly inaccurate and behind.
-
- 02 Apr, 2014 3 commits
-
-
Chris Scott authored
Updates to be less verbose in non debug mode
-
Tarang Patel authored
-
Tarang Patel authored
-
- 22 Mar, 2014 1 commit
-
-
Chris Scott authored
Android
-
- 21 Mar, 2014 3 commits
-
-
Chris Scott authored
it's possible for location-poller to still fire its last alarm if EXIT was determined via proximity-detector, if isMoving here, just bail out
-
Chris Scott authored
Remove some clauses from getLastBestLocation, remove requiremement that location have speed > 0.75 when exiting stationary region, this could be what's causing inability to exit stationary region on some devices
-
Chris Scott authored
-
- 20 Mar, 2014 3 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
- 19 Mar, 2014 2 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
- 18 Mar, 2014 2 commits
-
-
Chris Scott authored
-
Chris Scott authored
Implement stationary-heartbeat location monitor in order to keep proximity-detection alive. Android 4.4 proximity detectors are supposed to fire after 4min while suspended but I don'tt see that happening. This Alarm of fixed time to ping the GPS at regular interval seems to make stationary-exit work well. Also turned on CellLocationChange event-listener but that only works in foreground unfortunately. IF that actually worked, we could have something similar to ios Significant Changes system. This is why we have to poll the GPS regularly while in stationary-mode
-
- 15 Mar, 2014 1 commit
-
-
Chris Scott authored
Move initial call to setPace in onStartCommand out if if(intent) {} block. This may have been causing major issues where tracking fails to start after OS kills service due to lack of memory. Also return START_REDELIVER_INTENT, which also may have been causing problems
-
- 14 Mar, 2014 3 commits
-
-
Chris Scott authored
-
Chris Scott authored
Found the removeProximityAlert causes error if none are added already. must be careful about removing these
-
Chris Scott authored
Bug in comparing Integer when calculating distanceFilter changes. always evaluated to a change in distanceFilter on each location change
-
- 13 Mar, 2014 3 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Keep a single stationaryRegion PendingIntent instance rather than re-creating it each time we need to addProximityAlert. This seems to have improved lock-ups coming out of a stationary-region. Minor cleanup, re-arrange some lines, add docs
-
- 12 Mar, 2014 3 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Import speedAcquisition phase from ios, being more aggressive with geolocation after a pace-change to moving
-
- 11 Mar, 2014 1 commit
-
-
Chris Scott authored
Debugging Android bugs, onDestroy remove intentReceivers, improperly resetting stationaryAlarm, incorrectly ignoring location in onLocationChanged
-
- 07 Mar, 2014 3 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
- 04 Mar, 2014 1 commit
-
-
Chris Scott authored
-
- 03 Mar, 2014 2 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
- 28 Feb, 2014 1 commit
-
-
Chris Scott authored
-
- 27 Feb, 2014 2 commits
-
-
Chris Scott authored
-
Chris Scott authored
Implement stationaryAlarm to detect user stopped rather than passively calculating in onLocationChanged, since onLocationChanged won't fire until distanceFilter is surpassed
-
- 26 Feb, 2014 1 commit
-
-
Chris Scott authored
-