1
0
Fork 0
mirror of https://git.mihon.tech/mihonapp/mihon synced 2025-02-02 17:11:02 +03:00
Free and open source manga reader for Android based on Tachiyomi.
Find a file
MajorTanya 29ec7c125a
Fix MAL tracker losing track of login expiration ()
* Add missing @EncodeDefault annotation to MALOAuth

Similar to the situation with Bangumi, the missing annotation means
kotlinx.serialization would _provide_ the default value upon
instantiation but not serialise it to disk. This means the isExpired()
calculation would effectively rarely/never do its job correctly,
leading to Mihon sending expired tokens to MAL and causing problems
for everyone involved.

Overall, this change _could_ (should) lead to a drastic reduction in
MAL requests failing, leading to users having to relink their MAL
accounts.

Also switched createdAt to be in seconds instead of milliseconds as
all other trackers use seconds for timestamps (except for AniList,
which uses milliseconds but doesn't use a createdAt timestamp anyway).

* Add CHANGELOG.md entry
2025-01-30 15:43:37 +00:00
.github Update GitHub Actions () 2025-01-12 05:01:17 +06:00
.idea
app Fix MAL tracker losing track of login expiration () 2025-01-30 15:43:37 +00:00
buildSrc Address some deprecations 2025-01-21 08:55:34 +06:00
core
core-metadata
data
domain
gradle Update dependency com.google.firebase:firebase-bom to v33.8.0 () 2025-01-21 21:39:44 +06:00
i18n Add option to enable incognito mode per extension () 2025-01-12 09:38:05 +06:00
macrobenchmark
presentation-core
presentation-widget
source-api
source-local
.editorconfig
.gitattributes
.gitignore
build.gradle.kts Add crashlytics to standard builds 2024-09-03 15:45:19 +06:00
CHANGELOG.md Fix MAL tracker losing track of login expiration () 2025-01-30 15:43:37 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
gradle.properties Address some deprecations 2025-01-21 08:55:34 +06:00
gradlew
gradlew.bat
LICENSE
README.md
settings.gradle.kts

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 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.