Releases: ngageoint/geopackage-android
2.0.2
Version 2.0.2: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|2.0.2|aar
2.0.2 (03-20-2018)
- Tile Scaling extension for displaying missing tiles using nearby zoom levels
- Skip tiles drawn from features when no features overlap the tile
- Tile DAO approximate zoom level methods
- Tile Generator fix to save updated bounds in the Tile Matrix Set
- Tile Generator projection transformations only when projections differ
- GeoPackage import fix to close input stream on error cases
- GeoPackage Metadata DB close backing database connection
- geopackage-core version updated to 2.0.2
2.0.1
Version 2.0.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|2.0.1|aar
2.0.1 (02-14-2018)
- Coverage Data extension (previously Elevation Extension)
- RTree Index Extension minimal support (user functions not supported)
- Tile Generator contents bounding box fix to use the requested bounds
- Handle table names containing spaces within the cursor factory
- Open GeoPackage with writable flag option
- Turn off Android auto backup
- GeoPackage creation example
- geopackage-core version updated to 2.0.1
2.0.0
Version 2.0.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|2.0.0|aar
2.0.0 (11-20-2017)
- WARNING - BoundingBox.java (geopackage-core) coordinate constructor arguments order changed to (min lon, min lat, max lon, max lat)
Pre-existing calls to BoundingBox coordinate constructor should swap the min lat and max lon values - WARNING - TileGrid.java (geopackage-core) constructor arguments order changed to (minX, minY, maxX, maxY)
Pre-existing calls to TileGrid constructor should swap the minY and maxX values - geopackage-core version updated to 2.0.0
- User Invalid Cursor support for reading large blobs
- Attribute, Feature, and Tile Invalid Cursor implementations
- Attribute, Feature, and Tile User Row Sync implementations
- Query support for "columns as"
- Feature Indexer and Feature Table Index row syncing
- Improved feature row geometry blob handling
- Feature Tiles geometry simplifications
- Multiple Results and List Results implementations of Feature Index results
- Feature Index Manager index type specific improvements
- User Query object representation and support
- tiff version updated to 2.0.0
- gradle plugin updated to 2.3.3
- android maven gradle plugin updated to 2.0
- maven google dependency
- compile SDK version 26
- build tools version updated to 26.0.1
- min SDK version updated to 14
- target SDK version updated to 26
- Android support library updated to 26.0.2
1.4.1
Version 1.4.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|1.4.1|aar
1.4.1 (07-13-2017)
- geopackage-core version updated to 1.3.1
- Improved handling of unknown Contents bounding boxes
- Feature Tile max feature number drawn tiles default padding and text size
- Minor color deprecation and Javadoc updates
1.4.0
Version 1.4.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|1.4.0|aar
1.4.0 (06-27-2017)
- geopackage-core version updated to 1.3.0
- tiff version updated to 1.0.3
- Copy constructors for user table (features, tiles, attributes) row objects
- Improved date column support for user tables (features, tiles, attributes)
1.3.2
Version 1.3.2: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|1.3.2|aar
1.3.2 (06-12-2017)
- geopackage-core version updated to 1.2.2
- tiff version updated to 1.0.2
- Elevation Extension scale and offset columns changed to be non nullable
- Android support library updated to 25.2.0
- min SDK lowered from 14 to 13
- build tools version updated to 25.0.3
- gradle plugin updated to 2.3.2
- Android Manifest cleanup
- URL Tile Generator and GeoPackage download handle URL redirects
1.3.1
Version 1.3.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|1.3.1|aar
1.3.1 (02-02-2017)
- Elevation Extension support (PNG & TIFF)
- geopackage-core version updated to 1.2.1
- Moved Play Services and Android Map Utility dependencies to geopackage-android-map
- MapFeatureTiles replaced by DefaultFeatureTiles, removes Map library dependency & fixes geometries drawn over the International Date Line
- User Attributes table support
- geopackage-tiff-java dependency for TIFF support
- Elevation query algorithms including Nearest Neighbor, Bilinear, and Bicubic
- Elevation unbounded results elevation queries
- Table and column name SQL quotations to allow uncommon but valid names
- Zoom level determination using width and height
- GeoPackage application id and user version
- Updated Android, Gradle, & Maven build & SDK libraries
- OrmLite Android version updated to 5.0
1.3.0
Version 1.3.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|1.3.0|aar
1.3.0 (06-23-2016)
- geopackage-core version updated to 1.2.0
- Improved tile drawing on bounds for tiles not lining up with requests
- Tile Creator providing common tile generation functionality
- Tile reprojections between different unit types (ex. WGS84 GeoPackage tiles)
- Tile DAO changed to work with any projection units
- Tile Generator support for multiple projections, such as WGS84 in addition to Web Mercator
- URL Tile Generator changed to use provided projection in place of parsing URL
1.2.9
Version 1.2.9: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|1.2.9|aar
1.2.9 (05-10-2016)
- GeoPackage 1.1.0 spec updates
- geopackage-core version updated to 1.1.8
- GeoPackage Connection column exists and query single result method implementations
- Use updated projection calls by passing Spatial Reference Systems
- Feature Overlay Query use of Data Column names in place of the column name when available
1.2.8
Version 1.2.8: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-android|1.2.8|aar
1.2.8 (04-19-2016)
- GeoPackage Manager import GeoPackage as override fix to prevent multiple same named metadata entries
- GeoPackage metadata unique constraint added to name column
- Gradle and Android library updates