When an image in the webtoon reader is shorter than the screen height, it was being incorrectly scaled, causing it to appear zoomed in or cropped. This was caused by the `scrollTo` function in `WebtoonImageView.kt` calling `resetScaleAndCenter()` for images with a scroll range of zero. This method, from the underlying SubsamplingScaleImageView library, resets the image to a default scale instead of using the custom logic required by the reader. The fix replaces the call to `resetScaleAndCenter()` with `scrollToInternal(0)`. This ensures that the custom scaling logic, which fits the image to the screen width, is applied consistently to all images, regardless of their height. |
7 months ago | |
|---|---|---|
| .github | 9 months ago | |
| .idea | 7 months ago | |
| app | 7 months ago | |
| gradle | 7 months ago | |
| metadata | 1 year ago | |
| .editorconfig | 3 years ago | |
| .gitignore | 1 year ago | |
| .weblate | 3 years ago | |
| CONTRIBUTING.md | 2 years ago | |
| LICENSE | 2 years ago | |
| README.md | 8 months ago | |
| build.gradle | 9 months ago | |
| gradle.properties | 1 year ago | |
| gradlew | 6 years ago | |
| gradlew.bat | 6 years ago | |
| settings.gradle | 1 year ago | |
README.md
Kotatsu
Kotatsu is a free and open-source manga reader for Android with built-in online content sources.
Download
- Recommended: Download and install APK from GitHub Releases. Application has a built-in self-updating feature.
- Get it on F-Droid. The F-Droid build may be a bit outdated and some fixes might be missing.
- Also nightly builds are available (Unstable, use at your own risk). Application has a built-in self-updating feature.
Main Features
- Online manga catalogues (with 1200+ manga sources)
- Search manga by name, genres and more filters
- Favorites organized by user-defined categories
- Reading history, bookmarks and incognito mode support
- Download manga and read it offline. Third-party CBZ archives are also supported
- Clean and convenient Material You UI, optimized for phones, tablets and desktop
- Standard and Webtoon-optimized customizable reader, gesture support on reading interface
- Notifications about new chapters with updates feed, manga recommendations (with filters)
- Integration with manga tracking services: Shikimori, AniList, MyAnimeList, Kitsu
- Password / fingerprint-protected access to the app
- Automatically sync app data with other devices on the same account
- Support for older devices running Android 5.0+
In-App Screenshots
Localization
Kotatsu is localized in a number of different languages.
📌 If you would like to help improve these or add new languages,
please head over to the Weblate project page
Contributing
📌 Pull requests are welcome, if you want: See CONTRIBUTING.md for the guidelines
Certificate fingerprints
2C:19:C7:E8:07:61:2B:8E:94:51:1B:FD:72:67:07:64:5D:C2:58:AE
67:E1:51:00:BB:80:93:01:78:3E:DC:B6:34:8F:A3:BB:F8:30:34:D9:1E:62:86:8A:91:05:3D:BD:70:DB:3F:18
License
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.
DMCA disclaimer
The developers of this application do not have any affiliation with the content available in the app. It collects content from sources that are freely available through any web browser.
