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
583 stars 147 forks source link

Importing files does not provide feedback #78

Open merlos opened 5 years ago

merlos commented 5 years ago

If user imports a file (airdrop, email, etc..) the app silently loads the file and stores it in the GPX folder. However it does not give any feedback to the user indicating that the task was completed and he needs to open the file manually.

Ideally, I think the behaviour should be:

  1. save the file,
  2. inform in some kind of toast the file was saved in the GPX file folder
  3. and load the file automatically in the map.
vincentneo commented 5 years ago

Actually, I also noticed that when importing a file, and if the app is already loaded on the table view, prior to transfer, the file does not appear in part of the table view. To 'see it', one would have to go back to map view and back in the table view.

Treat it as part of this issue, or as a new issue?

vincentneo commented 5 years ago

reopened, as original issue is not solved.

merlos commented 5 years ago

I started working on this branch https://github.com/merlos/iOS-Open-GPX-Tracker/tree/features/add-feedback-notification

For now it only displays a notification (in both scenarios)

Now we have two scenarios, one in which the file is loaded using a URL and another in which the file is loaded from the Apple Watch.

When I send Apple Watch files to my device it does not necessary mean that I want to load them. However, if I open a URL most probably I want to see it in the map.

Wattnco commented 2 months ago

I'm a there a way to load files onto your watch?

I'd like to follow a route on my watch and can't see any option to do that?