1. 16 Apr, 2015 3 commits
    • Chris Scott's avatar
      Docs · 88612c14
      Chris Scott authored
      88612c14
    • Chris Scott's avatar
      Docs · fd5f02d6
      Chris Scott authored
      fd5f02d6
    • Chris Scott's avatar
      Implement Android SharedPreferences for configuration. This allows much... · 185020db
      Chris Scott authored
      Implement Android SharedPreferences for configuration.  This allows much simpler configuration of auto-starting the device at device BOOT, since the BootReceiver can now read its configuration from SharedPreferences.  This also allows the plugin to always add the android permission BOOT_COMPLETED and teh state of @config startOnBoot will determine whether to start the service.  Better error-handling on params/headers config.  Tip-of-the-hat to Nicholas Felmlee for all this
      185020db
  2. 14 Apr, 2015 8 commits
  3. 10 Apr, 2015 4 commits
  4. 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
  5. 06 Apr, 2015 2 commits
  6. 04 Apr, 2015 3 commits
  7. 03 Apr, 2015 3 commits
  8. 01 Apr, 2015 1 commit
  9. 31 Mar, 2015 2 commits
  10. 27 Mar, 2015 3 commits
  11. 26 Mar, 2015 9 commits