Skip to content

0.4.8-android

Compare
Choose a tag to compare
@matteblair matteblair released this 16 Dec 20:29

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

Features

  • Parsing scene files is now ten times faster on many devices, which will make some scenes load much faster (0e59cf7, tangrams/yaml-cpp#7).
  • Loading texture data from image files is slightly faster now (#1170). Tangram-es previously had undocumented support for loading BMP, HDR, PIC, and PNM image files. These formats will no longer work.

Fixes

  • Unexpected or missing values in a scene fonts configuration no longer cause crashes (b26e86d).
  • Using the "scene update" interface will no longer cause crashes due to JNI environment errors (#1177).
  • Point features added to a MapData can now be reliably selected with pickFeature and pickLabel in MapController (#1185).