-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Add quest for internet access #784
Conversation
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.
Almost perfect.
Did you test this quest?
app/src/main/res/values/strings.xml
Outdated
@@ -456,4 +456,9 @@ Otherwise, you can download another keyboard in the app store. Popular keyboards | |||
<string name="quest_generic_looks_like_this">Usually looks like this:</string> | |||
<string name="quest_surface_value_metal">Metal</string> | |||
<string name="quest_surface_generic_surface_confirmation">Are you sure that you can not determine the surface more specifically?</string> | |||
<string name="quest_internet_access_name_title">What kind of connection does "%s" offer?</string> |
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.
+internet
app/src/main/res/values/strings.xml
Outdated
@@ -456,4 +456,9 @@ Otherwise, you can download another keyboard in the app store. Popular keyboards | |||
<string name="quest_generic_looks_like_this">Usually looks like this:</string> | |||
<string name="quest_surface_value_metal">Metal</string> | |||
<string name="quest_surface_generic_surface_confirmation">Are you sure that you can not determine the surface more specifically?</string> | |||
<string name="quest_internet_access_name_title">What kind of connection does "%s" offer?</string> | |||
<string name="quest_internet_access_wlan">WLAN</string> |
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.
*Wi-Fi in english
protected String getTagFilters() { | ||
return "nodes, ways, relations with" + | ||
" (amenity=library or" + | ||
" (tourism ~ hotel|guest_house|hostel|motel))" + |
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.
unnecessary parenthesis around tourism ~ ...
(There are conflicts here, otherwise ready to merge) |
What kind of conflict? I can't see any... |
It says "This branch cannot be rebased due to conflicts". Oh, but I can merge it. |
This PR is a follow-up of #730 because I messed it up while merging the master branch into my branch for this feature... Sorry for that...
The quest looks currently like this:
This PR would fix #99