1. 19 Jul, 2014 1 commit
  2. 18 Jul, 2014 8 commits
  3. 02 Jul, 2014 2 commits
  4. 09 Jun, 2014 2 commits
  5. 04 Jun, 2014 3 commits
  6. 23 May, 2014 2 commits
    • Chris Scott's avatar
      Merge pull request #32 from zgiles/absfix · 3afd0a46
      Chris Scott authored
      Adding an abs() around the distance.
      3afd0a46
    • Zachary Giles's avatar
      Adding an abs() around the distance. · 4f5cb2e1
      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.
      4f5cb2e1
  7. 21 May, 2014 4 commits
  8. 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
  9. 02 Apr, 2014 3 commits
  10. 22 Mar, 2014 1 commit
  11. 21 Mar, 2014 3 commits
  12. 20 Mar, 2014 3 commits
  13. 19 Mar, 2014 2 commits
  14. 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
  15. 15 Mar, 2014 1 commit