Results 103 issues of Mickaël Menu

See the same issue on iOS: https://github.com/readium/swift-toolkit/issues/121 A possible solution could be to send an event when a resource is not visible anymore and loop over all the media/audio/video elements...

bug
good first issue

Right now, we're shipping the EPUB navigator with an embedded (outdated) version of Readium CSS. While we do need to update it anyway, Readium CSS is meant to be customizable...

enhancement

Passing complex or large objects between `Activity` or `Fragment` instances is notoriously a pain. This is an issue with Readium's `Publication` objects, which [can't be stored in an `Intent` or...

enhancement

@twaddington wrote: > Another thing to be aware of is that the local web server makes all the content accessible to any application running on the device. > > This...

enhancement

I'm opening an issue to gather experiences from other integrators on interfacing with the shared external storage on Android 10+. ## Background Apps used to be able to write and...

help wanted

In an EPUB, when clicking on an internal link jumping to a different resource, we can't turn pages to go to the previous resources at the destination. However going forward...

bug

When an OPF contains both an EPUB 2 (``) and EPUB 3 (``) meta tags for the same key, the EPUB 3 one should take precedence and the other one...

enhancement
good first issue

It would be useful to add two missing OPDS models in shared: - [OPDS User Profile](https://github.com/opds-community/drafts/blob/master/opds-user-profile-1.0.md) - [Authentication for OPDS](https://github.com/opds-community/drafts/blob/master/authentication-for-opds-1.0.md).

enhancement
good first issue

Jetpack recently gained a new library to perform full-text search: [AppSearch](https://developer.android.com/guide/topics/search/appsearch). > AppSearch is a high-performance on-device search library for managing locally stored, structured data. It contains APIs for indexing...

enhancement
help wanted

All the subcollections defined in the [EPUB RWPM profile](https://readium.org/webpub-manifest/profiles/epub.html) are supposed to be [Compact Collections](https://readium.org/webpub-manifest/#12-terminology): > **Compact Collection** > A collection that contains one or more links, but doesn't contain...

bug