ticofab / android-gpx-parser

A library to parse XML Gpx files, built for Android.
Apache License 2.0
123 stars 44 forks source link

Switch to java.time instead of Joda Datetime #16

Closed ticofab closed 6 years ago

ticofab commented 6 years ago

It is about time we use the native Java implementation for date & time.

frogboiled commented 6 years ago

The library (1.1.2) still not parse the <desc> (description) field from waypoint! Can you please add it in the next version? thanks in advance.

`// part from real gpx file.

-=1=- 150 A text description of the element. Holds additional information about the element intended for the user, not the GPS. `
ticofab commented 6 years ago

Closing this issue - as long as we stay with API < 26, java.time (specifically the ISO_INSTANT formatter that we need) is not supported.

ticofab commented 6 years ago

@frogboiled , the desc field is parsed in version 1.2.0 !