JRW
JRW
Hi, the callbacks mechanism is flawed as it does not take into account the `Fragment` being recreated due to a configuration change (e.g. rotation). It would be better to enforce...
**Platform:** Android **Mapbox SDK version:** 9.7.1 ### Steps to trigger behavior 1. View a section of the map (or mark for offline). 2. Emulate a "bad" network connection on an...
https://github.com/mapbox/mapbox-gl-native/issues/16579 This might be more related to the android specific version, so recreating issue here for awareness, feel free to close if wrong
If a resource (/tile) is unusable (because must_revalidate is true and expires is in the past) and you create an OfflineRegion and save it. OfflineDownload::ensureResource doesn't schedule any network requests...
I'd like to see a flag that can be set (probably in ResourceOptions) that says if there isn't a network connection currently available, we can still use a resource/tile that...
Adds getOfflineRegion to the kotlin api for android so that we don't have to get the list of all regions and iterate through them.
Marking a region as invalid has a number of problems. Tiles/Resources marked as offline that expire are not useable. This PR does the following: 1. Track the online status in...