Skip to content

Releases: Myrronth/readwritegpx-android

1.0.0b

09 Sep 07:08

Choose a tag to compare

Added

  • Added ability to serialize GPX via GpxSerializer.serialize(gpx: GPX)

Changed

  • Breaking change: Renamed ReadWriteGpx to GpxParser
  • Breaking change: Removed GpxParser.read, use GpxParser.parse instead

1.0.0.beta.2

09 Sep 09:18

Choose a tag to compare

Improved

  • Add elements only if their text values would not be empty.

0.1.4

08 Sep 07:14

Choose a tag to compare

Fixed a crash caused by 'magvar' on 'wpt' being an attribute instead of an element.

0.1.3

08 Sep 06:36

Choose a tag to compare

Added

  • Throw NullPointerExceptions when mandatory attributes are missing.

Fixed

  • Fixed a crash when 'magvar' on 'wpt' was not set (magvar is now optional, following the GPX spec).

0.1.2

07 Sep 13:35

Choose a tag to compare

Added documentation

0.1.1

07 Sep 11:28

Choose a tag to compare

Fixed jitpack.io issues

0.1.0

07 Sep 09:51

Choose a tag to compare

Added ability to parse a GPX 1.1 file