Helium314
Helium314
> Doing it that way would additionally preserve useful info we previously had in the title (eg. `86 of 111 enabled`), which we lost in current quest preset branch (as...
Out of curiosity: Why does the app suggest `House` if the answer is not recognised?
Not directly I think. You can get the data from the database (quest_order table) and use same way as [`QuestTypeOrderController`](https://github.com/streetcomplete/StreetComplete/blob/master/app/src/main/java/de/westnordost/streetcomplete/data/visiblequests/QuestTypeOrderController.kt#L30-L40) to get the list.
Depends whether you call getting root privileges a software modification. Database file is in `/data/data/de.westnordost.streetcomplete/databases`
> it is not confirmed that darker colors will actually improve battery life significantly (or at all) Depends on your requirements to confirm... 3 people (including myself) claiming dark mode...
> Did that technology even exist back then? My first OLED device was a Nokia N85 from 2008, so definitely yes. > how much it improves battery life It definitely...
One more test: 100% brightness, light theme: 14% in 1 hour. And since I noticed that the phone can measure battery drain (although power fluctuates a lot, so results are...
Dark color in UI was switched to `#121212` a while ago: https://github.com/streetcomplete/StreetComplete/commit/a7845395a5bcddec7d85a2c53d824f6337fe94b8. I think this comment was just to clarify that/why the background map shouldn't use #000. For battery and...
Should this issue be opened again? Satellite / aerial images still cannot be selected, and the current implementation is broken/crashing (you can try by manually editing shared preferences file)
So: * move the map to an private val * move most code to the controller * with those changes I don't see much use for a create-lambda, as this...