Helium314
Helium314
Alternatively, if you enabled the default of following system theme, you can start the app with the system in dark mode.
Sorry for your extra work. Maybe there will be an alpha 2 soon with this fix... So I assume this is the same as #609, and the issue can be...
Can anyone who is having the crash try [activity launcher](https://f-droid.org/en/packages/de.szalkowski.activitylauncher/) to directly enter the settings? This will not make the app work magically, but it should avoid loading the crashing...
> I had to wipe all data to get it not crash on start. Do you roughly what you did before the crashes started again? Settings, downloading data, ... Looks...
Oh, and did you try the offline-workaround mentioned in https://github.com/streetcomplete/StreetComplete/issues/5829?
> But weirdly you have to enter an end of construction. You can use the tag editor. Changing to `highway=construction` is very easy to do, while tagging with end time...
> > If anything, I'd recommend using date-based [conditional restrictions](https://wiki.openstreetmap.org/wiki/Conditional_restrictions) instead of `highway=construction`, as they will "auto-fix" themselves if people forget to remove them on time. > > That's a...
I also don't really like the early clustering, at least in areas with low quest density... @mnalis you could play a little and maybe do a PR to achieve ___where...
I'm considering just changing the cluster max zoom for testing, but there are probably a few more alphas available for doing this...
https://github.com/streetcomplete/StreetComplete/blob/bb5a34485bd258b0fa898761264c068df0002af2/app/src/main/java/de/westnordost/streetcomplete/util/NameAndLocationLabel.kt#L74-L85 returns `null` for `amenity=post_box`. But it works when providing a (any?) country using `.inCountry(countryOrSubdivisionCode)`. Apparently this is because of `locationSet` that excludes GB and US in iD presets. So...