Jobobby04
b0d6e16ca3
Fix build
2026-02-27 11:51:08 -05:00
Mend Renovate
85cf54ccc8
Update dependency com.google.firebase:firebase-bom to v34.8.0 ( #2856 )
...
(cherry picked from commit 13975d6f7eea21b3ba4be31736038ef2f855bfea)
2026-02-27 11:46:14 -05:00
Mend Renovate
602df5a729
Update dependency androidx.compose:compose-bom to v2026 ( #2853 )
...
(cherry picked from commit e659e90c26814c9a29bf668545b4f10294f3c6b9)
2026-02-27 11:46:08 -05:00
Mend Renovate
c8102836ce
Update dependency com.materialkolor:material-kolor to v5.0.0-alpha05 ( #2849 )
...
(cherry picked from commit 99e6fa3c06e1dc24255a73aa5741a72c82d94d91)
2026-02-27 11:46:02 -05:00
Mend Renovate
e641575941
Update markdown to v0.39.1 ( #2850 )
...
(cherry picked from commit cf13012629571e2097796b50df238f69e62843b3)
2026-02-27 11:45:49 -05:00
NGB-Was-Taken
83afcee4d1
Fix crash when trying to install/update extensions while shizuku isn't running ( #2837 )
...
(cherry picked from commit 4ce249c1a0ee9f3a20d91214fd09145e0924b2e4)
# Conflicts:
# CHANGELOG.md
2026-02-27 11:45:04 -05:00
MajorTanya
2102e0594e
Fix nullability of MAL authors breaking search ( #2834 )
...
One of these days I'll get through a tracker change without
nullability problems...
(cherry picked from commit edcf84d9022e7436606a0b8c493c1035888ac60a)
2026-02-27 11:44:38 -05:00
Constantin Piber
14c91da6b3
Add a small increment to chapter number before comparison to fix progress sync issues for Suwayomi ( #2675 )
...
Due to a `Float->Double->Float` conversion somewhere inside Mihon, the
tracker sees 2.1 as 2.0999999046325684, which means this filter ignores
the 2.1 chapter (which we just tried to mark as read). This small
epsilon is small enough to never bother any serious usage, but large
enough to ignore any such conversion errors.
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
(cherry picked from commit bd5c4d48f980d2d3dcc1112fe499dba17ef8e507)
# Conflicts:
# CHANGELOG.md
2026-02-27 11:44:26 -05:00
MajorTanya
46c1c6463a
Add authors/artists to MAL search results ( #2833 )
...
(cherry picked from commit 51b3ab3fd19bdf6a7c3bd2085104392a9c412622)
# Conflicts:
# CHANGELOG.md
2026-02-27 11:44:10 -05:00
Weblate (bot)
89a521b836
Translations update from Hosted Weblate ( #2806 )
...
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/ca/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/ceb/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/fil/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/it/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/ru/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ar/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/bn/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ca/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ceb/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/fil/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/fr/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/it/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ko/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/pt_BR/
Translation: Mihon/Mihon
Translation: Mihon/Mihon Plurals
Co-authored-by: Ahmed TOUCHANE <ahmedtouchane0@gmail.com >
Co-authored-by: Anderhale <anderhale@users.noreply.hosted.weblate.org >
Co-authored-by: Eduard Ereza Martínez <eduard@ereza.cat >
Co-authored-by: Eugene <e.shlyapkin99@gmail.com >
Co-authored-by: Gino Cicatiello <ginocic@gmail.com >
Co-authored-by: Hiroshi <borlonjhayron1119@gmail.com >
Co-authored-by: Luis Antonio <getcyonic+zaorinu@gmail.com >
Co-authored-by: NormalRandomPeople <normal.scribe833@silomails.com >
(cherry picked from commit e6f72000ba62302c3e4817a5f17057e5a8d7eafc)
2026-02-27 11:43:50 -05:00
MajorTanya
65c6ed21ab
Optimise MAL search queries by ~11x ( #2832 )
...
Previously, the app made one request for the search, and then fired
off 1 request per search result to obtain additional data, such as
each title's synopsis, etc.
However, MAL's search allows field selection during the initial query,
which will return all the data in that first response, avoiding the
massive bunch of requests (and alleviating some pressure on MAL from
our userbase).
By combining the selected fields into one constant, I was able to also
get rid of the MALUserListSearch entirely because it was redundant.
This allows for a unified MALManga->TrackSearch helper, further
reducing complexity.
I got to my "11x" improvement because on page of search results has 10
elements, and this change turns 11 (1+10 for results) requests into 1.
(cherry picked from commit 9bf2d78a421213b1885456f5b54c3286edc539e1)
# Conflicts:
# CHANGELOG.md
# app/src/main/java/eu/kanade/tachiyomi/data/track/myanimelist/MyAnimeListApi.kt
2026-02-27 11:42:54 -05:00
Mend Renovate
1b911e7e15
Update dependency org.junit.jupiter:junit-jupiter to v6.0.2 ( #2830 )
...
(cherry picked from commit 89c4e3bb39b7450a9aedcf9d720c74c04cd560ff)
2026-02-27 11:41:41 -05:00
Mend Renovate
0535e41051
Update dependency org.jsoup:jsoup to v1.22.1 ( #2826 )
...
(cherry picked from commit 47fe792ddc5a342ecc4685d57143cfb40f0682f7)
2026-02-27 11:41:32 -05:00
AntsyLich
3fc802f837
Remember descriptionAnnotator across composition
...
Closes #2510
Co-authored-by: Cuong-Tran <16017808+cuong-tran@users.noreply.github.com >
(cherry picked from commit 906d6f3cdbd6f7168d9cdea0c3eb8f9c663a09c2)
2026-02-27 11:41:17 -05:00
AntsyLich
976b5cc03e
Cleanup extension screen search query predicate
...
(cherry picked from commit e059190fabe3cbe8498fc3cec7e39b0350f3c289)
2026-02-27 11:41:10 -05:00
AntsyLich
a9fe971337
Switch to M3E ExtendedFloatingActionButton
...
(cherry picked from commit a39b5a56e853a9c11c0984b0385a2e60b0addc3a)
2026-02-27 11:40:06 -05:00
AntsyLich
5d1dbcb390
Switch to MaterialExpressiveTheme
...
(cherry picked from commit 3e6afee13b9fd5716f7f2d547b3edcd3e17915db)
2026-02-27 11:28:24 -05:00
AntsyLich
8d11ef3244
Use materilalKolor for monet compat color scheme
...
(cherry picked from commit 9a11ec8ead41cb7199e10f3c7464790a0bd3b1ad)
2026-02-27 11:28:18 -05:00
Weblate (bot)
724a61f513
Translations update from Hosted Weblate ( #1536 )
...
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy-plurals/ar/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy-plurals/ko/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/ar/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/es/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/fil/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/fr/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/hr/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/it/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/ko/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/ru/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/tr/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/mihon/tachiyomisy/zh_Hant/
Translation: Mihon/TachiyomiSY
Translation: Mihon/TachiyomiSY Plurals
Co-authored-by: Champ0999 <champ0999@users.noreply.hosted.weblate.org >
Co-authored-by: Dexroneum <Rozhenkov69@gmail.com >
Co-authored-by: Erick Alejandro <erickux@gmail.com >
Co-authored-by: Frosted <frosted@users.noreply.hosted.weblate.org >
Co-authored-by: Infy's Tagalog Translations <ced.paltep10@gmail.com >
Co-authored-by: Luis Antonio <getcyonic+zaorinu@gmail.com >
Co-authored-by: Metin <durmus38metin@gmail.com >
Co-authored-by: Milo Ivir <mail@milotype.de >
Co-authored-by: NormalRandomPeople <normal.scribe833@silomails.com >
Co-authored-by: Swyter <swyterzone@gmail.com >
Co-authored-by: ZerOriSama <godarms2010@live.com >
Co-authored-by: momoehab <momoehab@gmail.com >
Co-authored-by: 안세훈 <on9686@gmail.com >
2026-02-27 11:25:48 -05:00
renovate[bot]
724c774dc9
Update dependency net.zetetic:sqlcipher-android to v4.13.0 ( #1544 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-27 11:21:21 -05:00
renovate[bot]
29e0b2e4a5
Update actions/upload-artifact action to v7 ( #1557 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-27 11:21:12 -05:00
KaiserBh
2776e41127
feat: Add sync events to SyncYomi ( #1558 )
...
* feat: Add sync events to SyncYomi
Now it will send the events back to `SyncYomi` server and then forward those to the notifications services that are enabled, such as discord, telegram, and etc.
* chore: fix build error.
2026-02-27 11:20:59 -05:00
Jobobby04
af1f77418f
This is SY not Mihon Crashing
2026-02-13 22:41:04 -05:00
MajorTanya
c1df5da062
This is SY not Mihon ( #1549 )
2026-01-31 11:24:37 -05:00
Jobobby04
f8f645772d
Crashfix
...
Co-authored-by: name <arkon@users.noreply.github.com >
preview-181
2026-01-01 12:26:13 -05:00
Jobobby04
b1e6fa65d6
Or
2025-12-26 23:31:31 -05:00
Jobobby04
01e8c6cc12
Use ComposeStars from RatingBar library.
preview-180
2025-12-26 14:56:38 -05:00
Jobobby04
b4668c6829
Lint
preview-179
2025-12-25 17:43:46 -05:00
Jobobby04
08d6c604bc
Cleanup
2025-12-25 17:42:40 -05:00
Constantin Piber
02cec06535
Implement automatic removal of downloads on Suwayomi after reading, configurable via extension settings ( #2673 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
(cherry picked from commit 1263df9d4111511e49a43463c9808060433ce76d)
# Conflicts:
# CHANGELOG.md
2025-12-25 17:26:02 -05:00
Weblate (bot)
ebdb3f7478
Translations update from Hosted Weblate ( #2711 )
...
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/ar/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/ka/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ar/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/bn/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/eo/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ka/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/ko/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/tr/
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon/vi/
Translation: Mihon/Mihon
Translation: Mihon/Mihon Plurals
Co-authored-by: Anderhale <anderhale@users.noreply.hosted.weblate.org >
Co-authored-by: Frosted <frosted@users.noreply.hosted.weblate.org >
Co-authored-by: Hasanur Rahman Biplob <hrbiplob10@gmail.com >
Co-authored-by: Jakub Szafranek13 Fabijan <jakubfabijan@tuta.io >
Co-authored-by: Nguyễn Trung Đức <vaicato16@gmail.com >
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com >
Co-authored-by: ابْنُ السَدِيمِ <amarlubs2@gmail.com >
Co-authored-by: 안세훈 <on9686@gmail.com >
(cherry picked from commit c96b6ae562cee1220b9fec74708d447413ab8c35)
2025-12-25 17:25:49 -05:00
Mend Renovate
3724d79825
Update dependency androidx.compose:compose-bom to v2025.12.01 ( #2651 )
...
(cherry picked from commit 23c427cf60701e46e470fee8b0a7564804ec599e)
2025-12-25 17:25:46 -05:00
Mend Renovate
c3e2eb6672
Update markdown to v0.39.0 ( #2804 )
...
(cherry picked from commit e3260d56f713d4f5411ae00dfd3da2aba87f4cf2)
2025-12-25 17:25:39 -05:00
Mend Renovate
fa91695add
Update aboutlib.version to v13.2.1 ( #2803 )
...
(cherry picked from commit f37afbcec9f21823cd894036b6ca7f464eb34481)
2025-12-25 17:25:35 -05:00
MajorTanya
e7786bd16f
Fix pre-1970 upload date display in chapter list ( #2779 )
...
A user in #2777 was using the ComicInfo.xml Year/Month/Day fields to
indicate date of publication for some American comics, which often
predate the UNIX Epoch of 1970.
They were seeing "N/A" displays because this line of code discarded
date information for any time before Jan 1st, 1970.
The `toRelativeString` extension function used in the other
`relativeDateText` function already accounts for very distant dates
(anything >7 days away turns into full date, not relative, regardless
of setting, though disabling the relative timestamp setting
circumvents this with the same result). Removing this line should not
cause any issues as it is purely a display difference and the use case
of backdating comics to pre-1970 is worth it in my opinion.
(cherry picked from commit 7a1c8a1b61e07d2e1a402b5daf0e7c04c232f655)
# Conflicts:
# CHANGELOG.md
2025-12-25 17:25:31 -05:00
Mend Renovate
3d70476b9f
Update dependency androidx.activity:activity-compose to v1.12.2 ( #2797 )
...
(cherry picked from commit 532b5cf290b448814ce5370bde461d9d5c8f086a)
2025-12-25 17:25:07 -05:00
Mend Renovate
e74e0de8f5
Update kotlin monorepo to v2.3.0 ( #2794 )
...
(cherry picked from commit 3cb1b2e17a5f77d6133e6bf244304c2d6719aa04)
2025-12-25 17:24:59 -05:00
Luca Auer
a2f552d6d2
Minimize memory usage by reducing in-memory cover cache size ( #2266 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
(cherry picked from commit 4c9cfd8da5f9c67daa4b6401a910f979fd79179f)
# Conflicts:
# CHANGELOG.md
2025-12-25 17:24:53 -05:00
AntsyLich
a6bd0bbd2a
Fix reader not saving read duration when changing chapter ( #2784 )
...
(cherry picked from commit 2e0786f699cc6d4863eb20331739c8325a451e63)
# Conflicts:
# CHANGELOG.md
2025-12-25 17:24:36 -05:00
Mend Renovate
fd42bba188
Update dependency com.google.firebase:firebase-bom to v34.7.0 ( #2782 )
...
(cherry picked from commit e7e4d9b6b35033a0568f40e32e94aaf336c96c39)
2025-12-25 17:24:06 -05:00
AntsyLich
a0ec735066
Use AGP provided NDK and Build Tools version
...
(cherry picked from commit 5fe7dd9f0612412afabd7646f89ba38b230fb7e7)
# Conflicts:
# buildSrc/src/main/kotlin/mihon/buildlogic/AndroidConfig.kt
2025-12-25 17:23:59 -05:00
Mend Renovate
89f5fce19d
Update dependency com.android.tools.build:gradle to v8.13.2 ( #2780 )
...
(cherry picked from commit 4cb05cc738862be52c5f53e43c943f20712c6153)
2025-12-25 17:23:18 -05:00
Jobobby04
bf711a995c
Fix build
2025-12-25 17:23:01 -05:00
AntsyLich
d977614b7a
Update tracker icons ( #2773 )
...
(cherry picked from commit 876c3f951b7e9782054d8f788ab39772ae6cf440)
# Conflicts:
# CHANGELOG.md
# app/src/main/java/eu/kanade/tachiyomi/data/track/shikimori/Shikimori.kt
2025-12-25 17:22:53 -05:00
Mend Renovate
d282df6973
Update dependency androidx.activity:activity-compose to v1.12.1 ( #2760 )
...
(cherry picked from commit 08a61a42e9b01f5591615e298c2fecc9f59762ac)
2025-12-25 16:55:40 -05:00
Mend Renovate
db5b3a69cc
Update dependency io.mockk:mockk to v1.14.7 ( #2771 )
...
(cherry picked from commit cadd36ad9a5721d19ea51b68910b8b3276965b3d)
2025-12-25 16:55:35 -05:00
Mend Renovate
c70c5dff25
Update dependency io.kotest:kotest-assertions-core to v6.0.7 ( #2749 )
...
(cherry picked from commit 556371e1c89bfb0961b63629e79d3fed6a8e7999)
2025-12-25 16:55:24 -05:00
AntsyLich
25ace80419
Cleanup BaseOAuthLoginActivity and TrackLoginActivity ( #2748 )
...
(cherry picked from commit c222a28bd14c989b6fa0d53d7497bf063887c9ec)
2025-12-25 16:55:13 -05:00
Jobobby04
b8b468cea7
Minor fixes
2025-12-25 16:49:01 -05:00
NGB-Was-Taken
0ffc798e9a
Add preference to toggle chapter URL hash for downloads ( #1533 )
2025-12-25 16:47:56 -05:00