android-v10.5.0-rc.1
Pre-release
Pre-release
·
7 commits
to v10.5
since this release
10.5.0-rc.1 April 20, 2022
Features ✨ and improvements 🏁
- Refactor all Mapbox logs so that Logcat tag will always be 'Mapbox' allowing easier filtering. Previous log tag will become part of the log message now. (#1276)
- Avoid repeated tile loading from network (or repeated tile decompression when the tile is fetched from the cache database) and repeated vector tile data allocation and parsing when loading render tiles referring to the same logical tile. (#1282)
- Switch to use shader to calculate the 'line-trim-offset' property update. (#1282)
Bug fixes 🐞
- Fix issue where internal hsla() function was converted to an invalid rgba expression. (#1282)
- Fix a bug that 'line-trim-offset' calculation did not property cover 'round' or 'square' line cap in line ends. (#1282)
- Fix NaN latitude native crash rarely happening during
MapboxMap#flyTo. (#1271) - Limit
MapboxMap#pixelForCoordinateto the bounds of MapView. (#1226)
Dependencies
- Bump gl-native to v10.5.0-rc.1, mapbox-common to v21.3.0-rc.2. (#1282)