Peter Storch

Results 7 issues of Peter Storch

This PR allows inheritance of ResilientOutputStreamBase from other packages.

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...

Issue: Bug

To make map downloads more reliable and support resumption, use the android download manager. This is necessary for downloading large map files, such as India (1.3G), over unstable connections.

enhancement

I'm thinking about sunsetting the offline version. It's causing confusion, see #282, and the same behavior can be achieved by denying the online map consent.

Notify the user when there are newer versions available for their downloaded maps. Ideally using a red dot to guide them to the updated maps, similar to Organic Maps. Extracted...

enhancement

If a user has offline maps selected, opens a track, and there's no map data for that area, offer to download the map for that area. Extracted from #397

enhancement

### Describe the bug. We've externalized parts of the asyncapi contract into separate files and reference them via `$ref`. These files are located in the same directory. File: src/contract/asyncapi.yaml: ```...

bug