More intermediate stops #1141
Labels
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/organicmaps-tmp#1141
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "more-intermediate-stops"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow more intermediate stops
Currently, the application only allows for 3 intermediate stops: A, B, C.
The minimal changes to code allow for up to 100 intermediate stops (or more?).
Currently, the C stop icon is used for testing purposes. This is supposed to be replaced with a "+" icon later in development for a more streamlined user experience.
Remarks
While looking for a way to allow for more stops, I came across the following code:
android/src/com/mapswithme/maps/routing/TransitStepView.java:112
This piece of code clearly interacts with the route points in some way. I have not yet encountered an error with my new implementation, but I was also unable to find out what this code is used for. My implementation might break something, as this
getIntermediatePointDrawable()
does not take into account my 4th case once it is replaced with a "+" icon.These changes are accidental and should not be here.
The changes were created by configure.sh, I'll revert them.
We use // style comments in C++. They allow to quickly temporarily comment a block of code (including // comments) with /* */
Please fix DCO and comments, and we're good to go. Even without proper icons this can be merged. Let's see how many people will complain :)
Please also add
// TODO: Properly add icons for other letters/numbers after C.
You need to sign your commits with your name and email. Here is the instruction: organicmaps/organicmaps#1141/checks
@biodranik
There were some other commits inbetween my commits: so I had to do an interactive rebase and change only the commits I've made myself (otherwise other peoples commits would also have my signoff). However, after doing this, I got the following DCO text:
What exactly does this mean? Can I do anything about this? I'm not sure if I did something wrong, I'm sorry if this confuses things.
Try to do rebase on top of the current master first. You may also do interactive rebase with -i, and squash/fixup all your commits into one.
@biodranik I'm not sure I understand correctly.
I did an interactive rebase already, my commits all have my signoff now.
The error states:
and
If I did anything wrong, I can use the
git reflog
to undo my previous rebase.Just let me know what I should do, as I'm not sure right now.
Your branch should be rebased on top of the current master. Your branch should have only your signed commits (or just one commit). You accidentally did something wrong, please try to clear the commits history by a proper rebase or undo and repeat.
@biodranik , Sorry for the inconvenience. I'm pretty sure it is as it should be right now. Thank you for helping me :)
Almost :) Sorry for bikeshedding, but we write // style comments on the line(s) before the code, not after it:
The comment about "+" is not needed, because 1) TODO mentions it and 2) the final solution may be different than using a "+".
I understand, clean code is good code :).
I'm new to collaborating and I really appreciate your patience. I rewrote my comments.
Squash commits into one.
We can squash on merge :)