Viktor Govako
be9729341b
[routing] Fixed undefined HighwayType.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-03-14 07:59:18 +01:00
b2a59c5d65
[android] Wait a few seconds for accurate locations initially
...
Closes #2149
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-03-12 19:19:45 +01:00
c452ffb785
[tools] Delete redundant google_translate.py script
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-11 23:12:19 +01:00
be73bb0415
[styles] Regenerate for subways
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-11 23:11:40 +01:00
86db540347
[styles] Move city-specific rules to Subways.mapcss
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-11 23:11:40 +01:00
8d2c3dcef4
[styles] Improve Moscow subway entrances visibility
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-11 23:11:40 +01:00
cc962ba625
[docs] Add dirs structure link to CONTRIBUTING.md
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-11 23:10:46 +01:00
ead8e38da3
[docs] Expand STRUCTURE.md
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-11 13:16:11 +01:00
158b67613c
[docs] Sync STRUCTURE.md with the current dir tree
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-11 13:16:11 +01:00
5a709998d8
[docs] Update Android Studio setup
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-11 13:15:05 +01:00
f96dce7364
[styles] Regenerate for brighter night roads
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-10 20:36:10 +01:00
d43c3d182d
[styles] Brighten roads in night mode
...
Closes #2227
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-10 20:36:10 +01:00
Marcel Kummer
b63f283e79
"Wrong" fix for rounded corners on bottom of PlacePage
...
This appears to be fixing the problem on first sight by mimicking what
has been done for PlacePageHeaderView. Looking very closely at the
HeaderView and the Action Bar it becomes apparent that this isn't
correct.
As it is now, the HeaderView has rounded corners applied independently
of the main PlacePage view. That means the bottom corners of the
*HeaderView* are rounded as well. That isn't a big visual issue since
there's white on light gray background, however it shows that the
rounding is done in a non-ideal way.
The same applies to the action bar: The top corners are rounded as well.
Instead, both views should be clipped by the main PlacePage view so that
corner rounding only happens on the actual outer corners. Making the
PlacePage clip its subviews however also breaks (rather: clips) its shadow.
I assume creating the shadow from a parent view and then putting all
internal views inside one more view that does the rounding and clipping
may work out.
Signed-off-by: Marcel Kummer <tanuva@posteo.de>
2022-03-10 08:27:47 +01:00
fedbc8065d
[classificator] Fix bubble_tea entry in mapcss-mapping.css
...
Fixes #2107
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-09 16:58:13 +01:00
Robin
7272b5b649
Merge pull request #2230 from xelayz/master
...
Update strings.txt
Signed-off-by: Robin Mühlhoff <xelayz@systemli.org>
2022-03-08 13:33:46 +01:00
Alexander Borsuk
f463ee0ea5
[strings] Regenerated Arabic fixes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-03-08 12:15:31 +01:00
Alexander Borsuk
041976a66b
[strings] Fixed arabic translations
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-03-08 12:15:31 +01:00
Alexander Borsuk
59caafb2d8
[android] Automirror questionmark icon for RTL
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-03-08 12:15:31 +01:00
Alexander Borsuk
43ffc0a662
[android] Fixed layers button overlapping the compas in RTL layout
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-03-08 12:15:31 +01:00
832291a12e
[strings] Regenerate for bubble tea
...
Needed-for: #2107
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-08 11:02:09 +01:00
TheAdventurer64
4d04b26b69
Merge pull request #2107 from TheAdventurer64/patch-2
...
Add cuisine=bubble_tea
2022-03-08 09:31:51 +01:00
c43ff28e8b
[docs] Update contributing (translations, styles, icons) docs
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-07 15:25:05 +01:00
345a0e52b4
[strings] Regenerate for previous changes
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-06 18:30:21 +01:00
5e7f624dd5
[strings] RO beauty shop spelling fix
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-06 18:30:21 +01:00
owhyy
b73e4a5108
Improved romanian translation ( #2174 )
...
* Improved romanian translation
Signed-off-by: owhyy <ionbabin123@mail.ru>
* corrected strings.txt after review
* changed wording, removed OpenStreeMap typo
* modified romanian translation in strings.txt and categories.txt
* added changes
* removed redundant 'spital'
2022-03-06 18:01:24 +01:00
Marcel Kummer
b887d2ed49
Fix appearance of date pickers for editing opening hours ( #2047 )
...
Date pickers have started to appear in compact mode in one of the last
iOS releases. Explicitly setting them to "wheels" style restores the
intended appearance.
Signed-off-by: Marcel Kummer <tanuva@posteo.de>
2022-03-05 15:07:54 +01:00
Metehan Özyürek
e15c5860fe
Merge pull request #2221 from MetehanOzyurek/patch-38
...
Update faq.html
Signed-off-by: Metehan Özyürek <metehanc8s9@hotmail.com>
2022-03-05 15:05:39 +01:00
59b4ca8cda
[string] Regenerate
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-05 12:16:30 +01:00
b0ee03acc9
[strings] Add Google Play services pref string
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-05 12:16:30 +01:00
7f9422b5ce
[styles] Regenerate for hospital grounds
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-04 13:18:32 +01:00
90e7e23569
[styles] Lower hospital fill priority
...
Fixes #2162
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-04 13:18:32 +01:00
0b2b090090
[styles] Regenerate for steps
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-03 10:20:55 +01:00
6620cadde5
[styles] Sync steps visibility with footways
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-03 10:20:55 +01:00
Harry Bond
794140dd95
[styles] Regenerated
...
Signed-off-by: Harry Bond <endim8@pm.me>
2022-03-03 08:47:59 +01:00
Harry Bond
eb12acf5ee
[styles] Remove transparent circles
...
Also fixes dark mode icon colours.
Signed-off-by: Harry Bond <endim8@pm.me>
2022-03-03 08:47:59 +01:00
Arnaud Vergnet
8cd8d161a3
[android] Improve show on map behavior ( #2081 )
...
* [android] Add show on map fab
Replaces the "View on map" button.
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Rename fab id to show_on_map_fab
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Use recycler view padding instead of auto hide fab
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Use xml icon instead of webp
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Add show in list fab
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Use variable instead of repeating function calls
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Show fab when no search results
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Put floating search toolbar at the bottom
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Put floating bookmark toolbar at the bottom
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Remove bookmark floating toolbar on map view
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Fix floating toolbar query touch detection
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Remove unused show in list icon
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
* [android] Fix styling
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2022-03-03 08:13:51 +01:00
09eb6a5ea0
[styles] Regenerate to demote footways
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-03 08:09:57 +01:00
57568a2ea6
[styles] Demote footways to z15 to sync w/ driveways
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-03 08:09:57 +01:00
de9d0a2898
[styles] Regenerate for footways visibility
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-02 11:02:47 +01:00
fa6f0be240
[styles] Darken farmlands and parkings
...
Needed-for: #2123
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-03-02 11:02:47 +01:00
Metehan Özyürek
bedadd4bc6
Merge pull request #2195 from MetehanOzyurek/patch-37
...
Update strings.txt
Signed-off-by: Metehan Özyürek <metehanc8s9@hotmail.com>
2022-02-27 19:00:46 +01:00
728f1bf9e6
[styles] Regenerate for community_centre change
...
Needed-for: #2193
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-02-27 11:41:59 +01:00
Viktor Govako
b234afe5d5
[routing] Optional return value for GetHighwayType.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-02-26 21:35:56 +01:00
Jonathan Davies
1cfe61f745
Icons.mapcss: Set community_centre to be visible in z16- ( fixes : #2186 ).
...
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
2022-02-26 21:35:17 +01:00
Viktor Govako
de4f5ef2e0
[routing] Fixed VehicleModel additional types matching.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-02-23 00:06:23 +03:00
Viktor Govako
14cedf7752
[storage] Calculate and check SHA in separate thread.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-02-21 11:20:07 +03:00
Viktor Govako
67a549cb05
[search][tests] Added test for 'organic'.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-02-21 11:19:47 +03:00
Viktor Govako
5c106e0515
[styles] Regenerated.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-02-21 11:19:47 +03:00
Viktor Govako
b83a65eab0
[classifier] Added organic=only/yes/limited.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-02-21 11:19:47 +03:00
Viktor Govako
0ac62d12d0
[classifier] Removed location=* for power=line and man_made=pipeline.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2022-02-21 11:19:47 +03:00