- 19 Jul, 2014 1 commit
-
-
Chris Scott authored
-
- 18 Jul, 2014 8 commits
-
-
Chris Scott authored
Re-order incoming config params due to previous Android pr by zgiles, which inserted a new Android config param headers
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Add ability to customize the notification title and text.
-
- 02 Jul, 2014 2 commits
-
-
Chris Scott authored
Update README.md
-
Yann Bertrand authored
Small text correction
-
- 09 Jun, 2014 2 commits
-
-
shutupwesley authored
-
shutupwesley authored
-
- 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.
-
- 21 May, 2014 4 commits
-
-
Zachary Giles authored
-
Zachary Giles authored
-
Zachary Giles authored
-
Zachary Giles authored
-
- 20 May, 2014 3 commits
-
-
Zachary Giles authored
-
Zachary Giles authored
-
Zachary Giles authored
Example in the JS code is: bgGeo.configure(callbackFn, failureFn, { url: ‘somewhere + UUID, // <-- only required for Android; ios allows javascript callbacks for your http params: { // HTTP POST params sent to your server when persisting locations. }, headers: { "Content-type": "application/x-www-form-urlencoded", "auth_uuid": UUID, "auth_token": TOKEN, }, desiredAccuracy: 10, stationaryRadius: 20, distanceFilter: 30, debug: true // <-- enable this hear sounds for background-geolocation life-cycle. });
-
- 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
-