- 31 Jul, 2014 1 commit
-
-
keesschollaart81 authored
-
- 30 Jul, 2014 3 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
- 29 Jul, 2014 2 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
- 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
-
- 25 Mar, 2014 1 commit
-
-
Chris Scott authored
Avoid stopUpdatingLocation while modifying distanceFilter and power-cycling. probably jumping at shadows while fighting through these new 7.1 issues
-
- 22 Mar, 2014 2 commits
-
-
Chris Scott authored
Cleanup code, refactor algorithms for similarity to Android. Add new ios-only @config activityType. Having problems with latest ios 7.1 and turning on aggressive tracking from a stationary-region exit; seems to work on iphone5 still
-
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
-