qnga
qnga
How media overlays should be implemented in the streamer? The question has first been raised [here](https://github.com/readium/architecture). [There](https://github.com/readium/architecture) media overlays are introduced as a service provided over HTTP. It's not clear...
Hello! I've added the ability of properly using a `BottomNavigator` inside a `Fragment` instead of an `Activity`. It implies to execute transactions with the `Fragment`'s child `FragmentManager`, tie the execution...
Related to #182. This new API will enable to develop a plugin letting users select maps of interest from a built-in repository, and even provide their own WMTS URLs.
This is necessary because MainActivity can be recreated with a saved bundle in two different cases: - on orientation changes, when only the activity is recreated - after the process...
Fix #191 See https://developer.android.com/training/package-visibility There might be more actions I'm not aware of to add.
Hello, I can see in the code that Trekarta supports `OnlineTileSource`s and I'd like to add a custom WMTS (or maybe WMS) service. I feel like I would need to...
Currently RWPM supports sortAs in subjects, titles and contributors independently of their localized names. But sorting key is in fact language-dependent and should be supported as such. I think, for...
### Describe the bug - Going back from the end is completely broken (sentences are read "randomly"). `ContentIterator` and `TtsPlayer` probably don't conform to the same iterator specification. - At...