You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ A new [Premium Version](http://christocracy.github.io/cordova-background-geoloca
5
5
- Implements the latest Android Fused GeoLocation and ActivityRecognition APIs for **much-improved** battery performance.
6
6
- Auto-start Android on device-boot.
7
7
- Android now executes your ```callback``` just like **iOS**!
8
-
- Both iOS & Android can optionally HTTP POST locations to your server with native code.
9
-
- Native SQLite persistence layer (for when no network is available). Plugin provides a javascript API to fetch and/or sync the locations to your server.
10
-
- Geofencing. Both iOS and Android allow you to add arbitrary circular geofences which execute your javascript-callback when a crossing-event occurs.
8
+
- Both iOS & Android can optionally **HTTP** POST locations to your server with native code.
9
+
- Native **SQLite persistence** layer (for when no network is available). Plugin provides a javascript API to fetch and/or sync the locations to your server.
10
+
-**Geofencing**. Both iOS and Android allow you to add arbitrary circular geofences which execute your javascript-callback when a crossing-event occurs.
0 commit comments