- 07 May, 2015 1 commit
-
-
Chris Scott authored
-
- 06 May, 2015 7 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Update README.md
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Cast timestamp to Javascript new Date() before sending to callback. …
-
Chris Scott authored
Cast timestamp to Javascript new Date() before sending to callback. Fix bug in persistence layer on Android wiht new timestamp ISO-8601 format. Add device_id to HTTP POST for both Android & iOS
-
- 05 May, 2015 6 commits
-
-
Chris Scott authored
Update README.md
-
Chris Scott authored
-
affinionmobile authored
ATTENTION EVERYONE!
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Add new Cordova CSP meta tag. Modify schema of returned geolocation, placing location params into 'coords' key in order to make room for extra meta-data, such as detected-activity from Android
-
- 01 May, 2015 6 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
- 24 Apr, 2015 1 commit
-
-
Chris Scott authored
-
- 23 Apr, 2015 3 commits
-
-
Chris Scott authored
Remove Cordova references from BackgroundGeolocation lib. All cordova references and callbacks will be handled in CDVBackgroundGeolocation
-
Chris Scott authored
-
Chris Scott authored
-
- 21 Apr, 2015 3 commits
-
-
Chris Scott authored
Edge
-
Chris Scott authored
Update CDVBackgroundGeoLocation.m
-
Chris Scott authored
-
- 20 Apr, 2015 3 commits
-
-
Chris Scott authored
Implement new ios config param disableElasticity
-
Chris Scott authored
Implement new ios config param disableElasticity to disable speed-based distance-filter auto-scaling. Also disabled ios log-messages when debug: false
-
Chris Scott authored
Edge
-
- 17 Apr, 2015 3 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Keep track of 'enabled' state in Settings -- when using autoStart, only start when plugin is enabled
-
- 16 Apr, 2015 4 commits
-
-
Chris Scott authored
Implement Android SharedPreferences for configuration.
-
Chris Scott authored
-
Chris Scott authored
-
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
-
- 15 Apr, 2015 1 commit
-
-
Chris Scott authored
Edge
-
- 14 Apr, 2015 2 commits
-
-
Chris Scott authored
Transmit isMoving state from plugin->service in case setConfig is executed, which must stop/start the service to apply the new config -- we don't want to put the service in stationary-mode if it's already in moving mode
-
Chris Scott authored
Don't recreate a new backgroundService Intent each time we configure -- merely setExtra new config values
-