Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 947 Bytes

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 947 Bytes

Changelog

0.1.0

  • Migration to Android X.
  • Updated the Gradle and Kotlin plugins.
  • Updated the progress system.
  • Updated documentation.

0.0.7

  • Fix: Progress callback now updates the progress even if the reference is not being returned;
  • Updated Android dependencies.

0.0.6

  • Added progress callback to the extraction. (Thanks to @kengu)
  • Added documentation to MBTilesExtractor class.

0.0.5

  • Added support for XYZ or TMS tile extraction schema. (Thanks to @kengu)
  • Example updated to display the schema update. (Thanks to @kengu)
  • Updated example dependencies.

0.0.4

  • Quick fix. A crash was produced when extracting the metadata of an incomplete mbtiles file.

0.0.3

  • Revision on imports

0.0.2

  • Added asynchronous working so the extraction doesn't freeze the UI while working.

  • Updated the example

0.0.1

  • First release with basic functionality for extracting the tiles from a .mbtiles file.