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
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
* [docs] update changelog for release-xoai final
* Set gps bearing immediately while change to gps mode (#470)
Co-authored-by: kevin <kevin.li@mapbox.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,7 @@
2
2
3
3
Mapbox welcomes participation and contributions from everyone. Please read [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) to get started.
4
4
5
-
## 9.3.0-beta.1 - July 9, 2020
6
-
7
-
- Updated Mapbox GL Native library to v1.8.1. ([#464](https://github.com/mapbox/mapbox-gl-native-android/pull/464))
8
-
- Not change file source status while changing cache path ([#457](https://github.com/mapbox/mapbox-gl-native-android/pull/457))
9
-
10
-
## 9.3.0-alpha.1 - July 2, 2020
5
+
## 9.3.0 - July 15, 2020
11
6
Starting this release, the Mapbox Maps SDK for Android will use a pre-built GL Native binary licensed under the [Mapbox Terms of Service](https://www.mapbox.com/legal/tos). The license of the Maps SDK for Android remains BSD-2. For more information on using this and future releases, see [README.md](https://github.com/mapbox/mapbox-gl-native-android/blob/master/README.md). For more details on licensing, see [LICENSE.md](https://github.com/mapbox/mapbox-gl-native-android/blob/master/LICENSE.md).
12
7
13
8
### Improvements and bug fixes
@@ -16,13 +11,16 @@ Starting this release, the Mapbox Maps SDK for Android will use a pre-built GL N
16
11
- Clarified the error message when an HTTP request has been cancelled. ([#433](https://github.com/mapbox/mapbox-gl-native-android/pull/433))
17
12
- Fixed a memory leak that would occur when a source was removed. ([#412](https://github.com/mapbox/mapbox-gl-native-android/pull/412))
18
13
- Fixed a bug that would halt the application during a scheduled snapshot when the map renderer was stopped. ([#390](https://github.com/mapbox/mapbox-gl-native-android/pull/390)
14
+
- Not change file source status while changing cache path ([#457](https://github.com/mapbox/mapbox-gl-native-android/pull/457))
15
+
- Avoid null pointer exception when the underlying hardware is too slow to create the surface ([#471](https://github.com/mapbox/mapbox-gl-native-android/pull/471))
19
16
20
17
### User location indicator
21
18
- Double-tapping the map when the camera is tracking the user location indicator now zooms to the `LocationComponent`'s location. ([#378](https://github.com/mapbox/mapbox-gl-native-android/pull/378))
22
19
- Improved camera rotation to use the shortest path. ([#426](https://github.com/mapbox/mapbox-gl-native-android/pull/426))
23
20
- Added support for using a background image on GPS mode when `LocationComponentActivationOptions#useSpecializedLocationLayer` is activated . ([#439](https://github.com/mapbox/mapbox-gl-native-android/pull/439))
24
21
- Fixed a bug where an in-progress animation of an updating `LocationComponent` would be interrupted when a style was changed. ([#437](https://github.com/mapbox/mapbox-gl-native-android/pull/437))
25
22
- Updated documentation to reflect that the `FOREGROUND_LAYER` constant is usable for relative positioning in both normal and specialized rendering modes. [#413](https://github.com/mapbox/mapbox-gl-native-android/pull/413)
23
+
- Set gps bearing immediately while changing to gps mode. ([#470](https://github.com/mapbox/mapbox-gl-native-android/pull/470))
26
24
27
25
### Other changes
28
26
- Updated javadoc documentation for `removeSource`/`removeLayer`/`removeLayerAt`. ([#422](https://github.com/mapbox/mapbox-gl-native-android/pull/422))
0 commit comments