r2-testapp-kotlin icon indicating copy to clipboard operation
r2-testapp-kotlin copied to clipboard

Results 24 r2-testapp-kotlin issues
Sort by recently updated
recently updated
newest added

## Bug Report ### What happened? Top bar header doesnt seems to be showing after sometime playing with the page swiping and changing the reading mode as seen on the...

bug

### What happened? I was testing the latest develop branch for the new highlights based on the decorator pattern. And found these two issues below. 01. After adding a note...

bug

from the screenshot you can see highlights are not fully scrollable after certain extent cant scroll anymore and row item is cutting. this could happen in other fragment screens too....

bug
help wanted
good first issue

## To use it Modify the root build.gradle file : ```gradle ext { kotlin_version = '1.5.10' // compose '1.0.0' only work with kotlin '1.5.10' compose_version = '1.0.0' } ``` ##...

In 2.0.0-beta.1 it was not the issue. But, when migrated it reappears the issue upon migrating to 2.0.0. Before adding the highlights in the database, the highlight was working fine:...

Per @mickael-menu, I think we could benefit from having a FileStorageService to wrap the R2DIRECTORY and generate the paths (covers, thumbnails, book) when requested. There are a couple of places...

enhancement

Steps to reproduce: - Open any EPUB, go to settings, and move the brightness scrollbar to the lowest value possible Result expected: - Minimal value. Result observed: - Default brightness...

bug
good first issue

This is a tiny issue, for EU readers: the dates are formatted as m/dd/yy which is really US-centric. A yyyy-mm-dd formatting will be much easier to understand, globally.

enhancement
good first issue

There's no easy way to check the version of the Readium 2 libs used, if we don't use tagged versions in Gradle. We could add a runtime constant to get...

enhancement