Skip to content

Releases: missioncommand/emp3-android

Release v3.2.0

08 Jan 15:54

Choose a tag to compare

#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

15 Dec 15:21

Choose a tag to compare

  • #414 Updates Renderer to version 0.1.37
  • #377 Allows configuration of outline text color and text fill color.
  • #386 Allows configuration of mil symbol icon colors.
  • #419 , #408 , #409 Fixed tests.

Upload to JCenter

21 Nov 17:51

Choose a tag to compare

#380 Font family incorrect
Changes needed to upload cmapi from bintray to jcenter.
#376 Transitioned to robolectric for android based testing.

EMP3-Android release 3.1.1

14 Nov 17:53

Choose a tag to compare

This build addresses the following tickets:

#373 Update renderer to version 0.1.35. This renderer version fixes the following issue:
#67 - Hostile battle position symbol has an excessive amount of ENY labels.
#366 Hidden feature reappears on apply call
#59 Version information not in BuildConfig

Release adds KMZ import/export functionality

13 Nov 16:44

Choose a tag to compare

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

25 Oct 12:53

Choose a tag to compare

#298 Unit test WCS
#302 Event not fired for certain symbols
#303 Area graphics leave artifacts after canceling
#320 Upload releases to Bintray
The primary reason for this release is to upload the release apk to Bintray instead of the debug version

Fixes issue with ConcurrentHashMap keySet

18 Oct 18:20

Choose a tag to compare

#304 Fixes issue with keySet which requires API level 24, reverted to regular hashmap.

2525C compliance for 2 graphics, GeographicLib for some computations

17 Oct 15:11

Choose a tag to compare

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)

30 Aug 15:17

Choose a tag to compare

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).

v2.8.0

18 Jul 14:09

Choose a tag to compare

Fixes issues:
#196 Tactical graphics fill color
#221 Unit test failing on Travis
#242 Java 1.8 source and target