Releases: missioncommand/emp3-android
Release v3.2.0
#427 Export tactical line color functionality
#418 GeoJSON polygon and path
#424 Automatic pulling of test resource
#428 No onEditUpdate callback for Air Corridor
#429 Performance improvements for large numbers of units/graphics
#433 Air corridor rendering with Great Circle
#417 Different GeoPosition values for OnTouch and OnClick
#439 KMLExport test fix
#444 MilStdSymbol constructor fix
#437 Ability to control thresholds for milsym details
EMP3-Android Release 3.1.6
Upload to JCenter
EMP3-Android release 3.1.1
Release adds KMZ import/export functionality
This release's main new feature is KMZ import/export. The release are signed now. This release also adds more unit tests and examples (in the examples repository). The following issues were addressed in this release:
#349, #352, #362, #368 all related to KMZ feature
#345 Signing of release
#341 Collapse .gitignore files
#329 CMAPI moved to Kotlin source
#310, #311, #312, #314, #315, #328 Various unit tests
v3.0.3
Fixes issue with ConcurrentHashMap keySet
#304 Fixes issue with keySet which requires API level 24, reverted to regular hashmap.
2525C compliance for 2 graphics, GeographicLib for some computations
Release addresses the following issues:
#282 Draw mode for "Bridge or Gap", lines have to be parallel
#293 Draw mode for "Bypass Easy", lines have to be rectangular
#294 Used GeographicLib for geodesic and rhumb calculations
#291 Updates renderer to 0.1.34
#273 Add fill patterns to shapes
#243 Add KMZ import/export
#272, #274, #277, #287 issues with test-basic app (not part of API)
Known limitation. GeographicLib Rhumb translated rhumb class does not do distance calculations correctly from poles (+/-90 degrees latitude). It was tested correctly up to 89.999999 degrees. The old class GeoLibrary is still available, marked deprecated.
v2.9.0: #269 line of sight (#271)
Added Line Of Sight interface, based on NASA's new version 0.8.0-SNAPSHOT. (Ticket 269)
Updated WCS interface to version 2.0.1 from 1.0.0. WCS now automatically detects sector (bounding box) and number of levels. Only works with NASA WW Server SDK. (Ticket 267)
Added checksums for various release files (Tickets 258, 265)
Updated Gradle version to 4.1 and Android Gradle plugin to 3.0.0-beta3. Removes deprecated Jack toolchain for much faster builds.
Updated renderer to 0.1.31 (no ticket number).