- 17 Jun, 2015 12 commits
-
-
Chris Scott authored
This reverts commit 3133dd59.
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Debugging getCurrentPosition. Adding success callbacks for several other api methods, such as start, stop, changePace.
-
Chris Scott authored
-
Chris Scott authored
Revert "Trigger activities"
-
Chris Scott authored
-
lorinmetzger authored
Trigger activities
-
- 16 Jun, 2015 2 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
- 12 Jun, 2015 1 commit
-
-
Chris Scott authored
Found iOS not seeming to capture a stationary-location on didPauseLocationUpdates. bypass setPace and just manually set up the stationaryRegion from there. not ideal. perhaps I need to start a bgTask to prevent suspend until setPace completes?
-
- 11 Jun, 2015 7 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Merge branch 'trigger-activities' of github.com:christocracy/cordova-background-geolocation into trigger-activities
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
- 10 Jun, 2015 6 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
- 06 Jun, 2015 10 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Docs error.
-
Chris Scott authored
error in event-signature for 2 methods.
-
Chris Scott authored
Bump version to `0.5.0` with geofencing features.
-
Chris Scott authored
Geofencing
-
Chris Scott authored
-
- 05 Jun, 2015 1 commit
-
-
Chris Scott authored
Implementing exception handling when running callbacks executed within background threads. Since these callbacks are provided a taskId which must be passed back to the native code when a Javascript callback is complete, a Javascript error in application-code can cause cause the bgGeo.finish(taskId) method to fail being called, resulting in the OS killing the app for poor background behaviour (espcially iOS). These errors can be difficult to debug, so I've wrapped callbacks provided with a taskId in try/catch blocks. If your application code throws an excpetion, the plugin catches it and finishes the task for you. In addition, the exception handler signals to the native-code that a javascript exception occurred, providing it with some error details. This allows the native code to show an alert box (in debug-mode) and play an annoying alert-sound so that developers know that something went wrong
-
- 04 Jun, 2015 1 commit
-
-
Chris Scott authored
Geofencing
-