BugFest

Results 15 issues of BugFest

Fixes #163 This PR implements `ImmichProvider` as a new network media source. It uses `retrofit2` to interact with Immich's API. Only the relevant portions of the API are implemented to...

Immich (https://immich.app) is a popular self-hosted media management server. It provides a very well documented API over HTTP. This media source would let AerialViews to access an Immich album (pictures...

enhancement

Prepare manifests for F-Droid submission Previous preps: - `fdroid` flavor #165

enhancement

I want to be able to build documents with different sections besed on `mkdocs` variable contents. This feature can be used to simplify complex doc templates. Example: ```yaml # mkdocs.ymnl...

This PR implements #142 I've tried to implement this with minimal changes to the current codebase as possible. Tests are also provided.