Skip to content

Commit

Permalink
Android fix - defer start and configure until service is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mauron85 committed Aug 16, 2018
1 parent 6cefb94 commit 3d95214
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ Since alpha.35:
- Android getCurrentLocation runs on background thread (PR #219 by [@djereg](https://github.com/djereg/))
- iOS Fix crash on delete all location ([7392e39](https://github.com/mauron85/background-geolocation-ios/commit/7392e391c3de3ff0d6f5ef2ef19c34aba612bf9b) by [@acerbetti](https://github.com/acerbetti/))

Since alpha.36:
- Android Defer start and configure until service is ready
(PR: [#7](https://github.com/mauron85/background-geolocation-android/pull/7)
Commit: [00e1314](https://github.com/mauron85/background-geolocation-android/commit/00e131478ad4e37576eb85581bb663b65302a4e0) by [@danielgindi](https://github.com/danielgindi/),
fixes #201, #181, #172)

### [0.4.1] - 2017-12-19
#### Changed
- react native peer dependency >0.49.0
Expand Down
2 changes: 1 addition & 1 deletion android/common
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-mauron85-background-geolocation",
"version": "0.5.0-alpha.35",
"version": "0.5.0-alpha.36",
"description": "optimized background location tracking",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3d95214

Please sign in to comment.