All Versions
31
Latest Version
Avg Release Cycle
75 days
Latest Release
1261 days ago

Changelog History
Page 2

  • v1.3.0 Changes

    May 18, 2020

    1.3.0 (2020-05-18)

    ๐Ÿ”‹ Features

  • v1.2.1 Changes

    May 01, 2020

    1.2.1 (2020-05-01)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Allow developers to use their own Maps API key in demo app (#706) (d16dc17), closes #705
  • v1.2.0 Changes

    April 13, 2020

    1.2.0 (2020-04-13)

    ๐Ÿ”‹ Features

    • โž• Add nullability annotations to ClusterItem (#687) (741f832)
  • v1.1.0 Changes

    April 08, 2020

    ๐Ÿ› Bug Fixes

    • โšก๏ธ NPE on onClusterItemUpdated. (#675) (9f7b32c)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Supporting both StrokeJointType and StrokePattern in GeoJsonPolygonStyle (#684) (c449bc9), closes #683
  • v1.0.2 Changes

    March 19, 2020

    ๐Ÿ› Bug Fixes

  • v1.0.1 Changes

    March 18, 2020

    ๐Ÿ”‹ Features

    • ๐Ÿ”ฆ Expose PolyUtil.DEFAULT_TOLERANCE (46cbac5)
  • v1.0.0 Changes

    February 25, 2020

    ๐Ÿ’ฅ BREAKING CHANGES

    • โž• Add MapObjectManager for multi-layer support with KML/GeoJSON renderers (#380)
    • 0๏ธโƒฃ Default item rendering to onBeforeClusterItemRendered() (#633)

    ๐Ÿ› Bug Fixes

    • KmlLayer: Update constructor to take in a Context instead (#631) (731f7e6)
    • Maintain insertion order in clusters (3ca965f), closes #615
    • 0๏ธโƒฃ Make KML/GeoJSON lines and polygons clickable by default (#614) (122e96b), closes #558 #454
    • KmlRenderer: Recurse over multi-geometry placemarks (#605) (8abcea8)
    • increase stale bot window (8811f97)

    ๐Ÿ”‹ Features

    ๐ŸŽ Performance Improvements

    • ๐Ÿ‘Œ Improve KML bitmap caching and fix icon scaling (#609) (1f2a2dd)
    • ๐Ÿ‘‰ Use thread pools the clustering algorithm (#601)
  • v0.6.2 Changes

    October 21, 2019

    21 October 2019

    • Demo clustering with ViewModel #506
    • ๐Ÿ”ง Differentiate between initial start and configuration change restore #567
    • ๐Ÿ›  Fix wrapping around IDL #564
    • โšก๏ธ Update Gradle wrapper to 5.6.3 #566
    • โž• Add MaxIntensity functionality for user defined intensities on HeatMapTiles #499
    • ๐Ÿ‘‰ Use float zoom to calculate visible bounds #483
    • โœ‚ Remove apklib publishing #563
    • Standardize project layout #562
    • ๐Ÿ›  Fix whitespace errors and imports #561
    • โœ… Clean up and simplify tests #560
    • โœ‚ Remove redundant interface methods public modifier. #557
    • ๐Ÿ”„ Change JUnit assertion calls. #555
    • โœ‚ Remove no longer relevant Android API version checks. #553
    • โœ‚ Remove duplicate RegExp components. #554
    • โž• add pr templates 1c5d018
    • โšก๏ธ Update CHANGELOG.md 779274e
  • v0.6.1 Changes

    October 03, 2019

    3 October 2019

    • ๐Ÿš€ release 0.6.1 #552
    • โšก๏ธ update badges #551
    • ๐Ÿšš Move test resources to test directory. #529
    • ๐Ÿ›  Fix test setup #550
    • โšก๏ธ Update Android Gradle plugin to 3.5.1 #545
    • โšก๏ธ update issue templates 010fb73
    • โž• add stale config 630da00
    • โœ‚ Delete ISSUE_TEMPLATE.md e06b068
  • v0.6.0 Changes

    October 02, 2019

    2 October 2019

    • ๐Ÿš€ release 0.6.0 #544
    • publish to staged sonatype repository on tag #543
    • โšก๏ธ Update appcompat and core-ktx to 1.1.0 #542
    • autoformat code #540
    • โšก๏ธ Update Gradle plugin and wrapper #539
    • ๐Ÿ›  Fix build error, and upgrade dependencies. #535
    • ๐Ÿ‘‰ Use HTTPS for demo KML Url #531
    • โฌ†๏ธ Upgrades tests to Junit4 #526
    • ๐Ÿ”„ changes build to use maven-publish #525
    • โšก๏ธ update maps lib #518
    • ๐Ÿš€ Revert "Updates deploy to use maven-publish instead of maven" #524
    • ๐Ÿš€ Updates deploy to use maven-publish instead of maven #523
    • #488 Made Feature member id protected #490
    • ๐Ÿ›  Fix deprecated API usage warnings #481
    • Android P, Gradle 4.10, Android Studio 3.2.1 #495
    • Config for JitPack.io #479
    • Prevent throw "IllegalArgumentException: left == right" #478
    • โšก๏ธ Update PolyUtil.java #475
    • Fix #462: Typo in the resource name: amu_unknwown_folder #464
    • Fall back to linear interpolation when interpolating in short distances (#388). #458
    • โž• Add the addLayerToMap method to Layer #455
    • ๐Ÿ’… Set polygon clickable option with style instead of forced true. #454
    • โšก๏ธ Update MarkerManager.java #446
    • โž• Add documentation for onClusterClick #440
    • ๐Ÿ’… Small style fixes #410
    • ๐Ÿ’… Update KmlStyle.java #399
    • โšก๏ธ Update build tools and gradle. #390
    • Storing Collection objects in BiMultiMap #385
    • โœ… Don't run unit tests on Travis #370
    • ๐Ÿ‘Œ Improve PolyUtil.isLocationOnPath to also tell where the location is on the polyline #361
    • Don't wrap Algorithm if already implements ScreenBasedAlgorithm #1
    • Fix #462: Typo in the resource name: amu_unknwown_folder (#464) #462
    • ๐Ÿš€ Revert "Updates deploy to use maven-publish instead of maven (#523)" 4c76e34
    • ๐Ÿ›  Fixes issue where demo was not building f359ec0
    • ๐Ÿ“œ Handle altitudes and parse Track and MultiTrack objects 4ee2302