You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-33Lines changed: 0 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,3 @@
2
2
>
3
3
> We moved all the `r2-*-kotlin` modules to a single repository: [`kotlin-toolkit`](https://github.com/readium/kotlin-toolkit).
4
4
5
-
# Readium Mobile Test App (Kotlin/Android)
6
-
7
-
A test app for the Kotlin implementation of Readium-2. Stable builds are [available on Google Play](https://play.google.com/apps/testing/org.readium.r2reader).
All migration steps necessary in reading apps to upgrade to major versions of the Readium toolkit will be documented in the [Migration Guide](https://readium.org/mobile/kotlin/migration-guide).
12
-
13
-
## Features
14
-
15
-
-[x] EPUB 2.x and 3.x support
16
-
-[x] Readium LCP support
17
-
-[x] CBZ support
18
-
-[x] Custom styles
19
-
-[x] Night & sepia modes
20
-
-[x] Pagination and scrolling
21
-
-[x] Table of contents
22
-
-[x] OPDS 1.x and 2.0 support
23
-
-[x] EPUB FXL support
24
-
-[x] EPUB RTL support
25
-
26
-
27
-
## Dependencies
28
-
29
-
-[Shared Models](https://github.com/readium/r2-shared-kotlin) (Model, shared for both streamer and navigator) [](https://jitpack.io/#readium/r2-shared-kotlin)
30
-
-[Streamer](https://github.com/readium/r2-streamer-kotlin) (The parser/server) [](https://jitpack.io/#readium/r2-streamer-kotlin)
31
-
-[Navigator](https://github.com/readium/r2-navigator-kotlin) (The bare ViewControllers for displaying parsed resources) [](https://jitpack.io/#readium/r2-navigator-kotlin)
32
-
-[Readium CSS](https://github.com/readium/readium-css) (Handles styles, layout and user settings)
33
-
34
-
## Install and run the testapp
35
-
[Get started with the testapp](https://github.com/readium/r2-workspace-kotlin/blob/master/README.md)
0 commit comments