Free and open source manga reader for Android based on Tachiyomi.
Find a file
MajorTanya 78f9a84b14
Some improvements to Bangumi tracker search (#1396)
In short:
- fetch & show actual summary
- fallback to "name" if "name_cn" is empty
- request larger responseGroup to get & display the summary & rating
- add type filter query param to make Bangumi filter, not us

Previously, we only displayed the "name" in the summary area and used
"name_cn" as the entry name. However, "name_cn" (Chinese name) can be
an empty string at times, resulting in an awkward looking search
result list where some, many, or even all the results have no title
displayed and only show the "name" (Japanese name) in the summary
area. This has been solved by using "name" as a fallback value should
"name_cn" be empty.

If a Chinese name is available, the original name is prepended to the
summary with the addition "作品原名:" (meaning "original series title").

By using the "responseGroup=large" query parameter, we can request
the required data we need to display the actual summary for an entry
and the entry's average rating.
The "name" is prepended to the summary contents, if any exist, so it
is still accessible for series identification if a "name_cn" exists
too and was used for the result title.

Adding the "type=1" filter query parameter means Bangumi will only
return entries of type 1 ("book") instead of all types and Mihon
needing to filter, resulting in potentially missed entry matches.
2024-10-31 01:52:18 +06:00
.github Release v0.17.0 2024-10-26 23:37:41 +06:00
.idea Update project icon 2024-05-08 23:06:35 +06:00
app Some improvements to Bangumi tracker search (#1396) 2024-10-31 01:52:18 +06:00
buildSrc Cleanup .gitignore files 2024-10-15 03:39:48 +06:00
core Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.0 2024-10-26 07:40:57 +06:00
core-metadata Cleanup .gitignore files 2024-10-15 03:39:48 +06:00
data Cleanup .gitignore files 2024-10-15 03:39:48 +06:00
domain Cleanup .gitignore files 2024-10-15 03:39:48 +06:00
gradle Update dependency androidx.annotation:annotation to v1.9.1 (#1413) 2024-10-31 01:46:31 +06:00
i18n Rework Auto Track on Mark as Read (#1365) 2024-10-24 12:23:28 +00:00
macrobenchmark Cleanup .gitignore files 2024-10-15 03:39:48 +06:00
presentation-core Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.0 2024-10-26 07:40:57 +06:00
presentation-widget Add libs.material to presentation-widget (#1373) 2024-10-26 09:02:07 +06:00
source-api Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.0 2024-10-26 07:40:57 +06:00
source-local Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.0 2024-10-26 07:40:57 +06:00
.editorconfig Restrict line length with ktlint 2023-11-04 23:28:41 -04:00
.gitattributes Mark JAR as binary too 2020-01-11 16:13:08 -05:00
.gitignore Cleanup .gitignore files 2024-10-15 03:39:48 +06:00
build.gradle.kts Add crashlytics to standard builds 2024-09-03 15:45:19 +06:00
CHANGELOG.md Some improvements to Bangumi tracker search (#1396) 2024-10-31 01:52:18 +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 Disable mpp and agp compability warning 2024-04-06 08:39:32 +06:00
gradlew chore(deps): update dependency gradle to v8.10.2 (#1254) 2024-09-28 06:36:10 +06:00
gradlew.bat chore(deps): update dependency gradle to v8.10.2 (#1254) 2024-09-28 06:36:10 +06:00
LICENSE Remove License Appendix That Should Have Been Removed Initially (#4158) 2020-12-19 18:41:02 -05:00
README.md Change Kitsu to kitsu.app domain (#1106) 2024-08-11 22:40:28 +06:00
settings.gradle.kts Move archive related code to :core:archive 2024-09-05 16:00:46 +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: MyAnimeList, AniList, Kitsu, MangaUpdates, Shikimori, and Bangumi 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 The 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.