Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ jobs:

# ------------------------------------------------------------------------------
release:
branch:
only:
- master
docker:
- image: mbgl/7d2403f42e:android-ndk-r16b
working_directory: ~/code
Expand Down
15 changes: 10 additions & 5 deletions plugin-locationlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

Mapbox welcomes participation and contributions from everyone.

### 0.6.0 - TBD
- Lowered min SDK to API level 14 to match Map SDK
### 0.5.1 - May 9, 2018
- Updates Maps SDK to 6.1.1 [#488](https://github.com/mapbox/mapbox-plugins-android/pull/488)
- Lowered min SDK to API level 14 to match Map SDK [#472](https://github.com/mapbox/mapbox-plugins-android/pull/472)
- Fix initialization not setting default modes [#458](https://github.com/mapbox/mapbox-plugins-android/pull/458)
- Fix source not being re-added when the user switches map styles [#483](https://github.com/mapbox/mapbox-plugins-android/pull/483)
- Max animation duration added when in tracking mode [#430](https://github.com/mapbox/mapbox-plugins-android/pull/430)
- Remove invalid `Location` update check [#431](https://github.com/mapbox/mapbox-plugins-android/pull/431)

### 0.5.0 - April 19, 2018
- Maps SDK Bumped to 6.0.1 [#432](https://github.com/mapbox/mapbox-plugins-android/pull/432)
Expand All @@ -17,7 +22,7 @@ Mapbox welcomes participation and contributions from everyone.
- Remove support library and use just livedata dependency [#419](https://github.com/mapbox/mapbox-plugins-android/pull/419)

### 0.5.0-beta.2 - April 5, 2018
- Update Map SDK to 6.0.0-beta.6 [#414](https://github.com/mapbox/mapbox-plugins-android/pull/414)
- Update Maps SDK to 6.0.0-beta.6 [#414](https://github.com/mapbox/mapbox-plugins-android/pull/414)
- Filter location updates and remove unused animator code [#393](https://github.com/mapbox/mapbox-plugins-android/pull/393)
- Fix order of interpolator expression [#388](https://github.com/mapbox/mapbox-plugins-android/pull/388)
- Remove duplicate map camera option APIs [#402](https://github.com/mapbox/mapbox-plugins-android/pull/402)
Expand All @@ -26,7 +31,7 @@ Mapbox welcomes participation and contributions from everyone.
- Added missing Location Layer style attributes [#392](https://github.com/mapbox/mapbox-plugins-android/pull/392)

### 0.5.0-beta.1 - March 29, 2018
- Update Map SDK to 6.0.0-beta.4 [#384](https://github.com/mapbox/mapbox-plugins-android/pull/384)
- Update Maps SDK to 6.0.0-beta.4 [#384](https://github.com/mapbox/mapbox-plugins-android/pull/384)
- Added Camera and tracking modes [#294](https://github.com/mapbox/mapbox-plugins-android/pull/294)
- Added Location layer `onLongClickListener` [#313](https://github.com/mapbox/mapbox-plugins-android/pull/313)
- Add padding APIs to LocationLayerOptions [#313](https://github.com/mapbox/mapbox-plugins-android/pull/313)
Expand Down Expand Up @@ -54,7 +59,7 @@ Mapbox welcomes participation and contributions from everyone.
- Rework location layer abstraction [#196](https://github.com/mapbox/mapbox-plugins-android/pull/196)

### 0.2.0 - August 18, 2017
- Updated Map and Mapbox Java Dependencies [#84](https://github.com/mapbox/mapbox-plugins-android/pull/84)
- Updated Maps and Mapbox Java Dependencies [#84](https://github.com/mapbox/mapbox-plugins-android/pull/84)
- Navigation icon now uses runtime styling to scale at lower zoom levels [#84](https://github.com/mapbox/mapbox-plugins-android/pull/84)
- Added listener for compass heading and accuracy changes [#84](https://github.com/mapbox/mapbox-plugins-android/pull/84)

Expand Down