iOS-Open-GPX-Tracker icon indicating copy to clipboard operation
iOS-Open-GPX-Tracker copied to clipboard

Importing files does not provide feedback

Open merlos opened this issue 6 years ago • 4 comments

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.

merlos avatar Mar 09 '19 10:03 merlos

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 avatar Mar 11 '19 14:03 vincentneo

reopened, as original issue is not solved.

vincentneo avatar May 05 '19 14:05 vincentneo

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.

merlos avatar May 06 '19 00:05 merlos