1. 30 Aug, 2014 1 commit
  2. 01 Aug, 2014 1 commit
  3. 31 Jul, 2014 2 commits
  4. 30 Jul, 2014 3 commits
  5. 29 Jul, 2014 2 commits
  6. 19 Jul, 2014 1 commit
  7. 18 Jul, 2014 8 commits
  8. 02 Jul, 2014 2 commits
  9. 09 Jun, 2014 2 commits
  10. 04 Jun, 2014 3 commits
  11. 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
  12. 21 May, 2014 4 commits
  13. 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
  14. 02 Apr, 2014 3 commits
  15. 25 Mar, 2014 1 commit
  16. 22 Mar, 2014 2 commits