Releases: onaio/kujaku
Releases · onaio/kujaku
Version 0.8.8
Version 0.8.7
- Add polygon area and distance calculation functions #341 (@shubham1g5 from Dimagi)
- Adds ability to have multiple listeners on location clients #334 (@shubham1g5 from Dimagi)
Version 0.8.5
- Abstracts and Exposes
getCurrentPolygon
to retrieve polygon while drawing #333 (@shubham1g5 from Dimagi) - Adds a function
clearDrawing
to clear any polygons drawn using DrawingManager #333 (@shubham1g5 from Dimagi)
Version 0.8.4
- Fix bug on the
KujakuMapView.onFeatureClickLister
#338 that returns features from all layers instead of the defined layers - Allow sorting card views in MapActivity by field of type string & number #332 (@shubham1g5 from Dimagi)
- Improve demo app setup documentation #331 (@nightcrawler- )
Version 0.8.3
Remove GPS accuracy toast message
Version 0.8.2
- Add support for hardware GPS as location provider in the Geowidget #324
Version 0.8.0
- Upgraded Mapbox SDK from 7.3.0 to 8.3.3 #319
- Enable Mapbox offline download limit to be passed to the offline download helper provided in the library #319
- Removed com.mapbox.core.utils.TextUtils and replaced it with android.text.TextUtils after Mapbox removed the util class #319
- Add method to setLocationBufferRadius in KujakuMapView #319
Version 0.8.1
- Implement MBTiles support to enable loading maps directly from the SD Card #322 opensrp/opensrp-client-reveal#448