- Migration to Android X.
- Updated the Gradle and Kotlin plugins.
- Updated the progress system.
- Updated documentation.
- Fix: Progress callback now updates the progress even if the reference is not being returned;
- Updated Android dependencies.
- Added progress callback to the extraction. (Thanks to @kengu)
- Added documentation to MBTilesExtractor class.
- 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.
- Quick fix. A crash was produced when extracting the metadata of an incomplete mbtiles file.
- Revision on imports
-
Added asynchronous working so the extraction doesn't freeze the UI while working.
-
Updated the example
- First release with basic functionality for extracting the tiles from a .mbtiles file.