- Enhances README - thanks neevasethi!
- Updates to Gradle 8.0 and Android Gradle Plugin 7.4.1
- Updates system dependencies (appcompat, annotations, testing dependencies).
- Updated the Joda date library to the latest version (2.12.1.1).
- Adds
sym
andcmt
parsing for waypoints. Solves #48 - thanks gabrielezereik! - Updates to the 7.2.2 version of the gradle plugin.
- Updates system dependencies (appcompat).
- Updated the Joda date library to the latest version (2.11.0.1).
- Adds parsing of the
speed
extension. Solves #40. - Updates to the 7.0.3 version of the gradle plugin.
- Updates system dependencies (appcompat, annotations).
- Updated the Joda date library to the latest version (2.10.12.2).
- Make the Joda library available to users without adding it explicitly (which fixes #37) - thanks Markus Deutsch!
- Remove the useless resource folder from the example app - thanks Tom Sullivan!
- Updates the gradle plugin to 4.2.2
Breaking change! Triggered by Bintray sunsetting JCenter, I seized the opportunity to
- Remove the async version of the parser, which was using deprecated calls.
- Bump up the minimum API level from 14 to 16.
- Upgrade the Gradle plugin and all its machinery to the latest version.
- Switch to the androidx libraries.
- Move on from the deprecated InstrumentationRegistry.
- Removed the useless test section of the example app.
- Upgrade the Joda date library to the latest version.
- Skipping the
extensions
tag from Metadata parsing - such tag is meant to include extra custom fields not mentioned in the GPX specs. Fixes 23. - Added a first project using this library in production. Looking forward to add more!
- Parsing full Metadata information - thanks Taneli Korry!
- Parsing Waypoint Type - thanks Pygmalion69!
- Parsing GPX Metadata - thanks StuStirling!
- Parsing WayPoint description.
- Fix to prevent endless loop in case of malformed GPX track (thanks to D. Elliot!)
- Minor bug fixes, updated dependencies.
- Added track and route attributes (which fixes #14) - thanks StuStirling!
- Added track name to the parseable fields.
- Added support for routes and waypoints - thanks mopfattn!
- Bumped plugins & dependencies
- Fixed #2 and #3 - thanks StuStirling!
- Bumped plugins & dependencies
- Bumped plugins
- Fix for uninitialized Joda Time
- Bumped plugins
- Removed Google Play Services dependency
- Isolated taks and interface (breaking change)
- Initial release