-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow editing/deleting waypoints #171
base: develop
Are you sure you want to change the base?
Conversation
… so those WP's couldn't be edited lateron. Changed this.
… landscape must be adjusted too)
Hi, thanks for your contribuiton! It would be awesome if you could make the changes, otherwise when we have a little bit of time we will try to fix it. Also, you can change the target branch to the |
Ok, changed to develop. For the design, I don't know whether I'm able to make it more beautiful. I saw that other parts of the app also use the alertdialog. I know it is deprecated, but I didn't use the more recent technologies, fragments etc. so far and have no experience with them. When I find time, I will look into it a bit. |
This PR allows editing or deleting existing waypoints. Tap on a waypoint in the list to open a dialogue to edit/delete.
I also slightly modified the layout of the waypoint list to accommodate for longer waypoint names.