1. 14 May, 2015 2 commits
  2. 21 Apr, 2015 3 commits
  3. 20 Apr, 2015 3 commits
  4. 17 Apr, 2015 3 commits
  5. 16 Apr, 2015 4 commits
  6. 15 Apr, 2015 1 commit
  7. 14 Apr, 2015 8 commits
  8. 10 Apr, 2015 4 commits
  9. 09 Apr, 2015 2 commits
    • Chris Scott's avatar
      Update BootReceiver.java · b8362a8b
      Chris Scott authored
      spacing
      b8362a8b
    • Chris Scott's avatar
      Implement BOOT_COMPLETED receiver. NOTE: You must manually add the android... · d16f28c9
      Chris Scott authored
      Implement BOOT_COMPLETED receiver.  NOTE:  You must manually add the android permission android.permission.RECEIVE_BOOT_COMPLETED to your AndroidManifest -- the plugin has this element in its plugin.xml purposely commented-out.  Also, when the BackgroundGeolocationService is run due to a BOOT_COMPLETED, there's no way to fetch any kind of user info, such as an authentication_token for your server to authenticate an HTTP request (if you've enabled the HTTP feature).  However, the HTTP request will insert the Android UUID which you *can* use to authenticate the request.  It's up to the developer to map the Android UUID to some particular user on your server.  You may fetch the Android UUID using the standard cordova plugin org.apache.cordova.device (see the documentation there on that API)
      d16f28c9
  10. 06 Apr, 2015 2 commits
  11. 04 Apr, 2015 3 commits
  12. 03 Apr, 2015 3 commits
  13. 01 Apr, 2015 1 commit
  14. 31 Mar, 2015 1 commit