There are two ways to install this plugin:
- Import from GitHub (recommended)
- Import from a downloaded file
Auto-update is disabled by default. You can check
Manage Pluginsanytime to see anInstallbutton when a new release is available.
Import from GitHub (recommended)
- Open
Explore - Tap the
three-dot menuin the top right corner → selectManage Sources - Go to
Manage Plugins→ press the+button - Choose
Import from GitHub→ enter:
Repository URL:
arranoust/yomu
- Press
OK. Done! Enable the source in the catalog and start reading.
Import from local file
- Download the latest
yomu.jarfrom the Releases page. - Return to the app → open
Explore - Tap the
three-dot menuin the top right corner → selectManage Sources - Go to
Manage Plugins→ press the+button - Choose
Import from local storage→ select theyomu.jarfile you downloaded. Done! Enable the source in the catalog and start reading.
Build instructions
This project provides parsers for accessing Indonesian manga content on the web.
- Android Studio or IntelliJ IDEA (Community Edition works fine)
- Android SDK 35 or newer (if building without an IDE)
- Java 11 or newer
On Linux / Unix:
chmod +x gradlew && ./gradlew jarOn Windows:
.\gradlew.bat jarThen convert to Android format:
d8 --release build/libs/plugin.jar --output yomu.jarOr simply run the buildJar task directly from Android Studio / IntelliJ IDEA.
Open an Issue with the following:
- Title: Source name
- URL
- Language
- NSFW yes/no
- Thanks to KotatsuApp for the core library and parsers.
- Thanks to Kotatsu Redo Parser for extension code reference.
- Thanks to Keiyoushi for extension code reference.
You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions. See LICENSE for more details.
