- 10 Jun, 2015 1 commit
-
-
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 11 commits
-
-
Chris Scott authored
Geofencing
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Geofencing
-
Chris Scott authored
Wrong config param name notifyOnEnter vs notifyOnEntry. Add error-checking to JS api addGeofence: enforce has set either notifyOnEntry OR notifyOnExit
-
Chris Scott authored
-
Chris Scott authored
Rebuild frameworks.
-
Chris Scott authored
Rebuild frameworks. when ending a bg-task, log the currently outstanding-tasks for debugging ios crashes due to outstanding-tasks.
-
Chris Scott authored
Geofencing
-
Chris Scott authored
-
- 03 Jun, 2015 5 commits
-
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Fix bug in onPostExecute
-
Chris Scott authored
Fix bug in onPostExecute, not checking for syncResponse != null before accessing it, which will occur during autoSync
-
Chris Scott authored
Fix bug in onPostExecute, not checking for syncResponse != null before accessing it, which will occur during autoSync
-
- 02 Jun, 2015 3 commits
-
-
Chris Scott authored
document `#removeGeofence`, `#playSound`
-
Chris Scott authored
Implement removeGeofence to js API.
-
Chris Scott authored
Implement removeGeofence to js API. Improve manual sync functionality, executing callback only once HTTP is complete.
-
- 01 Jun, 2015 9 commits
-
-
Chris Scott authored
Fix type in ios src filenames
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
-
Chris Scott authored
Update README.md
-
Chris Scott authored
Introducing new fully-featured, Ionic-based SampleApp with Settings screen allowing you to quickly experiment with all the available configuration parameters for each platform.
-
Chris Scott authored
-