1. 21 May, 2014 2 commits
  2. 20 May, 2014 3 commits
    • Zachary Giles's avatar
      Adding Iterator for headers · a9999168
      Zachary Giles authored
      a9999168
    • Zachary Giles's avatar
      missing paren · 7fc5617c
      Zachary Giles authored
      7fc5617c
    • 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
  3. 02 Apr, 2014 3 commits
  4. 22 Mar, 2014 1 commit
  5. 21 Mar, 2014 3 commits
  6. 20 Mar, 2014 3 commits
  7. 19 Mar, 2014 2 commits
  8. 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
  9. 15 Mar, 2014 1 commit
  10. 14 Mar, 2014 3 commits
  11. 13 Mar, 2014 3 commits
  12. 12 Mar, 2014 3 commits
  13. 11 Mar, 2014 1 commit
  14. 07 Mar, 2014 3 commits
  15. 04 Mar, 2014 1 commit
  16. 03 Mar, 2014 2 commits
  17. 28 Feb, 2014 1 commit
  18. 27 Feb, 2014 2 commits
  19. 26 Feb, 2014 1 commit