-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Barrier opening #5713
Barrier opening #5713
Conversation
* Check values in Form, * General check of files - although it builds, it will not run, * New icon needed at some point, * Need to filter out the gates etc which are on private roads etc - waiting until after the more general files are working first .. issue streetcomplete#5678 refers
…s it is possible to update data - needs more checking.
…test on phone (emulator does not have streetmeasure, and won't seem to load it. streetcomplete#5678 refers Also still needs an icon.
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddGateWidthForm.kt
Outdated
Show resolved
Hide resolved
* strings.xml - line 1775 question mark added, and line 1776 deleted. * AddBarrierOpening.kt - * bollard and block removed, ** lines 59 - 62 - not changed yet (needs research by me), * lines 66 - 70 - indentation added, ** lines 72 - 75 - not changed yet (needs research by me), * line 39 CAR & PEDESTRIAN removed. Will continue to research for items with ** & then resubmit.
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddGateWidthForm.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddGateWidthForm.kt
Outdated
Show resolved
Hide resolved
…_opening/AddBarrierOpening.kt Co-authored-by: Tobias Zwick <newton@westnordost.de>
…_opening/AddBarrierOpening.kt Co-authored-by: Tobias Zwick <newton@westnordost.de>
Sorry to hear that. If you are unable to continue, I am sure someone else will be able to pick this up and bring this to completion as it seems to me that it is quite close to completion already. |
Without having checked if there was a discussion about that beforehand, to me it appears like it makes more sense to always tag |
The wiki seems pretty insistent that
|
maxwidth:physical or maxwidth |
@westnordost & @mnalis I like the fact that StreetComplete and SCEE are closely curated, and I intend to be involved, but I would rather not delay this quest any further by my lack of knowledge - I am studying, but have a way to go! At the moment my knowledge of kotlin is so poor that it will take a considerable time before I would be able to understand the code, and answer the queries. Regards & thank you |
Ok, you are right about |
…o use. Amend indent.
…erOpening.kt to use changes
app/src/main/java/de/westnordost/streetcomplete/quests/width/AddWidthForm.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/de/westnordost/streetcomplete/quests/barrier_opening/AddBarrierOpening.kt
Outdated
Show resolved
Hide resolved
remove 'GATEWAYS' - replace with list. correct indentation errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thank you for seeing it through!
Draft - ToDoNow all complete with iconRequires a new icon - currently using icon from cycleway widthNew icon created and added#5678 refers
Have tested with emulator on Android Studio, and have apk installed on my phone (Google pixel 8A).
This changeset by me on barrier = entrance.
First attempt at anything to do with kotlin or Android, so please check carefully & please let me know if there is anything I can do to improve - would like to contribute more in the future.