1. 20 May, 2014 1 commit
    • Zachary Giles's avatar
      Adding the ability to give flexible headers and content type · 19869fe9
      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.
                              });
      19869fe9
  2. 02 Apr, 2014 3 commits
  3. 22 Mar, 2014 1 commit
  4. 21 Mar, 2014 3 commits
  5. 20 Mar, 2014 3 commits
  6. 19 Mar, 2014 2 commits
  7. 18 Mar, 2014 2 commits
    • Chris Scott's avatar
    • Chris Scott's avatar
      Implement stationary-heartbeat location monitor in order to keep... · 5ba2132f
      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
      5ba2132f
  8. 15 Mar, 2014 1 commit
  9. 14 Mar, 2014 3 commits
  10. 13 Mar, 2014 3 commits
  11. 12 Mar, 2014 3 commits
  12. 11 Mar, 2014 1 commit
  13. 07 Mar, 2014 3 commits
  14. 04 Mar, 2014 1 commit
  15. 03 Mar, 2014 2 commits
  16. 28 Feb, 2014 1 commit
  17. 27 Feb, 2014 2 commits
  18. 26 Feb, 2014 5 commits