A simple GPX reader/writer for Java with non external dependencies and compatible with Android. Based on the work GPXParser by ghitabot (http://sourceforge.net/projects/gpxparser/)
- Security fix caused by vulnerable version of junit.
- GPXParser support writing with indentation
- Bug fix writing GPX with no waypoints
- Minor fix
Thanks to @reciprocum
- Track segment support. A segment is an list of waypoints. After parsing a segment adds all its waypoints to the track list waypoints and add a new segment to the track segment list.
- Add minimal test suite (needs to be completed)
- Initial release