Free and open source manga reader for Android
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
MajorTanya aebf11a749
Make tracker utils package-internal (#3908)
It gets really annoying to use any of them when they have name
collisions. Especially extensions on Track or basic public functions.

Also make some same-file extension function in the MangaUpdates
package method on the class they extended.

I would have done the same for the DTOs themselves but any that are
used on method signatures have to be public and then all their members
also have to be public. We'd end up with a confusing mess of some
internal and some public DTOs, even at the top level (since generics
can be internal to the `dto` package (e.g. with parseAs<...>) but
return annotations cannot be).
2026-09-08 11:26:21 +06:00
.github Update actions/setup-java action to v6 (#3861) 2026-08-28 18:55:10 +06:00
.idea Replace project icon 2024-12-06 23:03:00 +06:00
app Make tracker utils package-internal (#3908) 2026-09-08 11:26:21 +06:00
baseline-profile Optimize imports across all modules (#3635) 2026-07-23 22:46:58 +06:00
core Clean up some missed unused imports (#3876) 2026-08-30 23:43:36 +06:00
core-metadata Cleanup and rework build logic (#3113) 2026-03-22 01:34:45 +06:00
data Make the source manager surface suspend (#3869) 2026-08-28 23:36:28 +06:00
domain Make the source manager surface suspend (#3869) 2026-08-28 23:36:28 +06:00
fastlane/metadata/android Add Vietnamese translation for fastlane metadata (#3576) 2026-07-11 22:12:39 +06:00
gradle Update dependency com.squareup.okio:okio to v3.18.2 (#3894) 2026-09-06 21:38:09 +06:00
i18n Bump webgpuviewer (#3886) 2026-09-04 21:18:18 +06:00
icons Use filled icon for library continue reading button 2026-08-30 23:30:28 +06:00
presentation-core Switch to Material Symbols and use Valkyrie for ImageVector generation (#3873) 2026-08-29 21:39:55 +06:00
presentation-widget Migrate to Metro DI (#3608) 2026-08-16 18:47:48 +00:00
source-api Migrate to Metro DI (#3608) 2026-08-16 18:47:48 +00:00
source-local Migrate to Metro DI (#3608) 2026-08-16 18:47:48 +00:00
telemetry Collect data on device preferred abi 2026-07-25 20:32:23 +06:00
.editorconfig Update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0 (#2708) 2025-11-23 07:55:54 +00:00
.gitattributes Mark JAR as binary too 2020-01-11 16:13:08 -05:00
.gitignore Sign APK with AGP 2026-06-17 02:40:35 +06:00
build.gradle.kts Migrate to Metro DI (#3608) 2026-08-16 18:47:48 +00:00
CHANGELOG.md Fix default category and manga sometimes not having their category restored (#3891) 2026-09-06 21:32:38 +06:00
CODE_OF_CONDUCT.md Replace several reference of Tachiyomi to Mihon 2024-01-15 23:53:13 +06:00
CONTRIBUTING.md Remove detekt (#1130) 2024-08-19 12:51:37 +06:00
gradle.properties Reapply "Update android.gradle to v9 (major) (#3105)" (#3148) 2026-04-25 12:06:41 +06:00
gradlew Update Gradle to v9.6.0 (#3439) 2026-06-19 13:08:20 +06:00
gradlew.bat Update Gradle to v9.6.0 (#3439) 2026-06-19 13:08:20 +06:00
LICENSE Remove License Appendix That Should Have Been Removed Initially (#4158) 2020-12-19 18:41:02 -05:00
README.md Update broken repo images (#3692) [skip ci] 2026-08-04 20:01:17 +06:00
settings.gradle.kts Switch to Material Symbols and use Valkyrie for ImageVector generation (#3873) 2026-08-29 21:39:55 +06:00

Mihon logo

Mihon App

Discover and read manga, webtoons, comics, and more easier than ever on your Android device.

Discord server GitHub downloads

CI License: Apache-2.0 Translation status

Download

Mihon Stable Mihon Beta

Requires Android 8.0 or higher.

Features

  • Local reading of content.
  • A configurable reader with multiple viewers, reading directions and other settings.
  • Tracker support: MangaBaka, MyAnimeList, AniList, Kitsu, MangaUpdates, Shikimori, Bangumi, and Hikka support.
  • Categories to organize your library.
  • Light and dark themes.
  • Schedule updating your library for new chapters.
  • Create backups locally to read offline or to your desired cloud service.
  • Plus much more...

Contributing

Code of conduct · Contributing guide

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Before reporting a new issue, take a look at the FAQ, the changelog and the already opened issues; if you got any questions, join our Discord server.

Repositories

mihonapp/website - GitHub mihonapp/bitmap.kt - GitHub

Credits

Thank you to all the people who have contributed!

Mihon app contributors

Disclaimer

The developer(s) of this application does not have any affiliation with the content providers available, and this application hosts zero content.

License

Copyright © 2015 Javier Tomás
Copyright © 2024 Mihon Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.