Free and open source manga reader for Android
Find a file
Dani ca968f162e
Add option to skip downloading duplicate read chapters (#1125)
* Add query to get chapter count by manga and chapter number

* Add functions to get chapter count by manga and chapter number

* Only count read chapters

* Add interactor

* Savepoint

* Extract new chapter logic to separate function

* Update javadocs

* Add preference to toggle new functionality

* Add todo

* Add debug logcat

* Use string resource instead of hardcoding title

* Add temporary logcat for debugging

* Fix detekt issues

* Update javadocs

* Update download unread chapters preference

* Remove debug logcat calls

* Update javadocs

* Resolve issue where read chapters were still being downloaded during manual manga fetch

* Apply code review changes

* Apply code review changes

* Revert "Apply code review changes"

This reverts commit 1a2dce78acc66a7c529ce5b572bdaf94804b1a30.

* Revert "Apply code review changes"

This reverts commit ac2a77829313967ad39ce3cb0c0231083b9d640d.

* Group download chapter logic inside the interactor GetChaptersToDownload

* Update javadocs

* Apply code review

* Apply code review

* Apply code review

* Update CHANGELOG.md to include the new feature

* Run spotless

* Update domain/src/main/java/mihon/domain/chapter/interactor/FilterChaptersForDownload.kt

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-08-23 15:43:46 +06:00
.github Add spotless (with ktlint) (#1136) 2024-08-19 18:11:14 +06:00
.idea Update project icon 2024-05-08 23:06:35 +06:00
app Add option to skip downloading duplicate read chapters (#1125) 2024-08-23 15:43:46 +06:00
buildSrc Add spotless (with ktlint) (#1136) 2024-08-19 18:11:14 +06:00
core/common Address spotless lint errors (#1138) 2024-08-19 18:11:39 +06:00
core-metadata Address spotless lint errors (#1138) 2024-08-19 18:11:39 +06:00
data Address spotless lint errors (#1138) 2024-08-19 18:11:39 +06:00
domain Add option to skip downloading duplicate read chapters (#1125) 2024-08-23 15:43:46 +06:00
gradle fix(deps): update moko to v0.24.2 (#1148) 2024-08-23 13:08:49 +06:00
i18n Add option to skip downloading duplicate read chapters (#1125) 2024-08-23 15:43:46 +06:00
macrobenchmark Rework buildSrc and remove usage of subprojects 2024-04-06 12:18:10 +06:00
presentation-core Address spotless lint errors (#1138) 2024-08-19 18:11:39 +06:00
presentation-widget Address spotless lint errors (#1138) 2024-08-19 18:11:39 +06:00
source-api Address spotless lint errors (#1138) 2024-08-19 18:11:39 +06:00
source-local Address spotless lint errors (#1138) 2024-08-19 18:11:39 +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 chore(deps): update kotlin and compose compiler to v2 (major) (#819) 2024-06-07 03:48:35 +06:00
build.gradle.kts Fix R8 version configuration not working (#916) 2024-06-17 04:53:02 +06:00
CHANGELOG.md Add option to skip downloading duplicate read chapters (#1125) 2024-08-23 15:43:46 +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.8 (#856) 2024-06-02 01:23:39 +06:00
gradlew.bat chore(deps): update dependency gradle to v8.7 (#567) 2024-03-22 23:05:13 +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 Remove obsolete workaround (#1021) 2024-07-24 19:09:29 +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.