moving-bits
moving-bits
Here's a proposal for how such a "hide all" checkbox could be integrated into map quick settings: - visual integration: - switch the whole first block from "show ..." to...
If this is only about getting a view of the whole map for a quick orientation, you can use compact icon mode to achieve this already: just switch it to...
Reminder to myself (or whoever is going to implement #12928): Depending on how we implement this in `UnifiedMap` this could be as easy as enabling/disabling a single layer (for caches...
I will check the links on the Wiki page I had been using, thanks for the notification.
Ok, links on the Wiki page are fine, seems that I had followed the link in the wrong section :-( I guess it's not necessary to release another beta only...
Official release version has been released meanwhile, so this can be closed now.
> Something like this would be good for cgeo as well. It can be done like this: [...] Nice idea. I've created #13310 for this.
> @moving-bits Does your PR only introduce the settings shortcut or also being able to cancel the auto backup? Settings shortcut only
Note regarding the location permissions: Accessing GPS required the [ACCESS_FINE_LOCATION](https://developer.android.com/reference/android/Manifest.permission#ACCESS_FINE_LOCATION), acquiring only [ACCESS_COARSE_LOCATION](https://developer.android.com/reference/android/Manifest.permission#ACCESS_COARSE_LOCATION) will not be sufficient. So if we won't support a GPS-free mode (as recently requested but denied),...
Note regarding `PendingIntent`: We have a hand full of `PendingIntent`, some of them already set the required flag, others don't, so definitely a to do here.