Skip to content

0.4.5-android

Compare
Choose a tag to compare
@matteblair matteblair released this 05 Nov 05:56

This is a minor update to the Tangram Android SDK. There are no breaking changes to the Android SDK interface in this release.

Features

  • Feature selection now applies to all feature types, not just point features! (#948)

Fixes

  • Prevented a possible race condition (#1037)
  • Prevented a null pointer dereference when some fonts are missing (#1038)
  • Ensured that the correct 'anchor' is always applied to point labels (#1046)
  • Applied scene imports in the same order as in tangram-js (#1026)
  • Removed some very expensive regex operations that were making some scenes slow to load (#1060)