merlos / iOS-Open-GPX-Tracker

GPS Tracker app for iOS + WatchOS. Log your tracks without limits and share them; Open source GPX tracker app written in Swift
http://www.merlos.org/iOS-Open-GPX-Tracker/
GNU General Public License v3.0
605 stars 149 forks source link

Auto recover last track instead of making a question upon launching the app. #249

Closed merlos closed 1 year ago

merlos commented 1 year ago

Closes #245

If there is a session that is recovered, the application loads it without asking any question to the user. It displays a toast for a few seconds to inform about the automatic recovery.

TODO:

Also makes a small change in the code merged in #239

merlos commented 1 year ago

https://github.com/merlos/iOS-Open-GPX-Tracker/pull/249/commits/ad594e3b60ae70ebfe49813f17f00fccf7b54a5b partially fixes #250, removes the large majority of the superfluous warnings.

The ones remaining may need some code refactor