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
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
Jobobby04
f8f645772d
Crashfix
...
Co-authored-by: name <arkon@users.noreply.github.com >
2026-01-01 12:26:13 -05:00
Jobobby04
01e8c6cc12
Use ComposeStars from RatingBar library.
2025-12-26 14:56:38 -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
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
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
Jobobby04
3ae6c0131b
Lanraragi delegation
2025-12-05 13:44:58 -05:00
Mend Renovate
20e1cc0a7d
Update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0 ( #2708 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
(cherry picked from commit 13552c5ffa796aa9bf5db5e12c758a4b3763bf2b)
2025-11-26 15:02:17 +05:45
Jobobby04
e9ed861f00
Minor cleanup
2025-11-20 12:49:42 -05:00
NGB-Was-Taken
01dc277877
Replace topbar in ReaderAppBars with ReaderTopBar
2025-11-16 20:35:50 +05:45
NGB-Was-Taken
b809ae5c6f
Optimize imports
2025-11-16 18:48:51 +05:45
NGB-Was-Taken
4c563122f8
Spotless apply
2025-11-16 18:14:20 +05:45
NGB-Was-Taken
4c1124fdb0
Fix compile time errors and make it build
2025-11-16 18:07:44 +05:45
Trevor Paley
edcf939611
Improve WebView multi-window UX ( #2662 )
...
- Navigation history for lower windows is preserved when a popup is opened
- Back gesture will close a popup window rather than the entire WebView activity when there is no previous page
- The leftmost close button closes the entire activity as before
- When a popup window is shown, a new button appears to close just that window
(cherry picked from commit 855eea2ada8c09404dee99a965325913b246618f)
2025-11-16 18:07:44 +05:45
bapeey
67c4b71b88
Fix WebView crash introduced in v0.19.2 ( #2649 )
...
(cherry picked from commit bdb0ce4779d565fc528e97bd38133a72ff3c1724)
2025-11-16 18:07:43 +05:45
AntsyLich
19c23943ec
Handle reader cutout setting with Insets to support Android 15+ ( #2640 )
...
(cherry picked from commit 0e0b6d92833f8e4f3aebdcc1f7c8c175084175d6)
2025-11-16 18:07:43 +05:45
AntsyLich
8e6b5b8bee
Make reader edge-to-edge ( #1908 )
...
(cherry picked from commit 5f0c4606681cd59b38ae0855c7827e149fa5488c)
# Conflicts:
# CHANGELOG.md
# app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsReaderScreen.kt
# app/src/main/java/eu/kanade/presentation/reader/ReaderPageIndicator.kt
# app/src/main/java/eu/kanade/presentation/reader/appbars/ReaderAppBars.kt
# app/src/main/java/eu/kanade/presentation/reader/appbars/ReaderBottomBar.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderActivity.kt
2025-11-16 18:07:43 +05:45
Trevor Paley
e71f0afd99
Added proper multi window support in WebView instead of treating everything as a redirect ( #2584 )
...
(cherry picked from commit 6ab87c793122165f98c36b4b7d9158069ea40f5a)
2025-11-16 18:07:43 +05:45
c2y5
eb7465e6f9
Fix extension download stuck at pending state in some cases ( #2483 )
...
Also auto update extension list whenever a repository is added or removed
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
(cherry picked from commit 87c6f34a558b009be4d316e396ec3eeb4cfbbbf8)
2025-11-16 18:07:43 +05:45
AntsyLich
ff6ad20a77
Add option to customize concurrent downloads, increase page concurrency ( #2637 )
...
(cherry picked from commit 643762f91325a460c74398d472a555fb00ed9f63)
2025-11-16 18:07:43 +05:45
AntsyLich
63f4034a7f
Add subtitle support to slider preference and general cleanup ( #2635 )
...
(cherry picked from commit f36c259c1faf2ee4a108fd98a5d27d93014ba34c)
2025-11-16 18:07:43 +05:45
Radon Rosborough
ef4d3e6c4d
Improve handling of downloads for chapters with same metadata and optionally for OSes that don't support Unicode in filename ( #2305 )
...
Co-authored-by: jkim <jhskim@hotmail.com >
Co-authored-by: fatotak <111342761+fatotak@users.noreply.github.com >
Co-authored-by: MajorTanya <39014446+MajorTanya@users.noreply.github.com >
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
(cherry picked from commit 58b25d697f7987e9888344e815d5646ec010a663)
2025-11-16 18:07:43 +05:45
Secozzi
4f0292b000
Update markdown to 0.37.0 ( #2516 )
...
(cherry picked from commit 27a4f6f45c0ba639450428f5f58b1c938fe3032e)
2025-11-16 18:07:43 +05:45
Secozzi
d76d25379e
Don't hardcode app name in strings.xml ( #2394 )
...
(cherry picked from commit 3d3c36078a3b8cb741adffd46931aeab9cb38578)
2025-11-16 18:07:43 +05:45
Secozzi
c96cf4b11a
Fix height of description not being calculated correctly if images are present ( #2382 )
...
(cherry picked from commit c6a96b3970f0ba4643f438155653790973fa00f6)
2025-11-16 18:07:27 +05:45
AntsyLich
f7030ed800
Fix 'Default' category showing in library with no user-added categories ( #2371 )
...
(cherry picked from commit 7d717ee7fd9779b85fee29cadc946292cfdcee89)
2025-11-16 17:48:12 +05:45
AntsyLich
7458eff2d8
Revert "Add full predictive back support ( #2085 )" ( #2362 )
...
This reverts commit c12bdbae8e7bc14da8966e45a3c450913e32129f.
(cherry picked from commit 1c3e96bf7f463949997c03e2119cfa55fd63dcd0)
2025-11-16 17:48:11 +05:45
MajorTanya
014c697773
Add label to privately installed extensions ( #2349 )
...
Just adds the same word as the install option ("Private" in English)
next to the extension version and 18+ label.
(cherry picked from commit 549d74a2c9aef0eb41ea18378cd29d4ab9eee2b4)
2025-11-16 17:48:11 +05:45
AntsyLich
3ac5dcd66e
Potentially fix library IndexOutOfBound crash ( #2341 )
...
(cherry picked from commit c4407eda0eed5a7faed47d4470d79e6b1512b5c2)
2025-11-16 17:48:11 +05:45
AntsyLich
b525c0988a
Support mass migration in 'Browse -> Migrate' ( #2338 )
...
(cherry picked from commit 22f851173b1eca242645f328a46e6038c035d5ec)
2025-11-16 17:48:11 +05:45
AntsyLich
691efe0831
Support mass migration for selected library items ( #2336 )
...
(cherry picked from commit 982ebcf777215c90584ad28fae79e9ca8a22a951)
# Conflicts:
# CHANGELOG.md
# app/src/main/java/eu/kanade/presentation/manga/components/MangaBottomActionMenu.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryTab.kt
2025-11-16 17:48:11 +05:45
AntsyLich
8317a30d6e
Optimize and cleanup library code ( #2329 )
...
(cherry picked from commit e62cd0e816402303fdf12513816894624f77e208)
# Conflicts:
# .editorconfig
# CHANGELOG.md
# app/src/main/java/eu/kanade/presentation/library/components/LibraryContent.kt
# app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateJob.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryScreenModel.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryTab.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/stats/StatsScreenModel.kt
# data/src/main/sqldelight/tachiyomi/migrations/6.sqm
# data/src/main/sqldelight/tachiyomi/view/libraryView.sq
2025-11-16 17:48:11 +05:45
Secozzi
f8cb08ce52
Add option for rendering images in description ( #2076 )
...
# Conflicts:
# CHANGELOG.md
# app/src/main/java/eu/kanade/domain/ui/UiPreferences.kt
2025-11-16 17:48:03 +05:45
AntsyLich
8d794560a0
Add more migration config options and remove skipping option ( #2193 )
...
(cherry picked from commit 288f577a45a6835c34ad41caab95794f164b7a0b)
2025-11-16 12:37:36 +05:45
AntsyLich
4a52898f08
Add option to skip migration config
...
(cherry picked from commit 8714653a2f3b1a1f536494bcefbe66e7a7bbb4f7)
# Conflicts:
# app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsBrowseScreen.kt
2025-11-16 12:37:36 +05:45
claymorwan
33361ea7f6
Add Catppuccin theme ( #2117 )
...
Mocha for dark and Latte for light, mauve accent
(cherry picked from commit 77eb55874278b7740d43b9144d9253a075cc593c)
2025-11-16 12:37:36 +05:45
AntsyLich
5156248a96
Add migration config screen to select and prioritize target sources ( #2144 )
...
(cherry picked from commit 2e180005a01f633ad7fafc5cfb3079f0bc858448)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/migration/manga/MigrateMangaScreen.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/migration/search/MigrateSearchScreenModel.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaScreen.kt
2025-11-15 18:19:53 +05:45
Jobobby04
887311b440
Fix notification settings under api 26
2025-06-16 14:44:30 -04:00
Jobobby04
3ad9765dcf
Remove +1 in Page Layout reader settings
2025-06-10 14:40:28 -04:00
NGB-Was-Taken
71470b9e02
Remove the unused mark duplicate as read preference. ( #1448 )
...
* Remove the unused mark duplicate as read preference.
* Migrate the old preference to new preference
2025-05-24 20:16:44 -04:00
Jobobby04
9b6c5effc9
Minor refactors
2025-05-15 13:38:03 -04:00
Jobobby04
129841d5c2
SpotlessApply and up version code due to database migration
2025-05-11 20:23:10 -04:00
AntsyLich
ef3d9626c1
Add full predictive back support ( #2085 )
...
Co-authored-by: p
(cherry picked from commit c12bdbae8e7bc14da8966e45a3c450913e32129f)
# Conflicts:
# app/src/main/java/eu/kanade/presentation/manga/components/MangaCoverDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/home/HomeScreen.kt
2025-05-11 20:18:11 -04:00
FlaminSarge
f5e714f794
Add advanced option to always update manga title from source ( #1182 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
(cherry picked from commit 8b45ef0e5d5d368e0925df9816ae423defaed4d9)
# Conflicts:
# CHANGELOG.md
# app/src/main/java/eu/kanade/domain/manga/interactor/UpdateManga.kt
# app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsAdvancedScreen.kt
2025-05-11 20:10:28 -04:00
AwkwardPeak7
3091f63504
Fix pressing Enter while searching also triggering navigation back on physical keyboards ( #2077 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
(cherry picked from commit 86ebf5581598f28feab4090ac3bf627f54b511d7)
# Conflicts:
# CHANGELOG.md
2025-05-11 20:00:59 -04:00
AntsyLich
211d090a2d
Add autofill support to tracker login dialog and update processing text ( #2069 )
...
(cherry picked from commit 7deeabe844d41d2b5e918ad747ddd548163c9fe3)
# Conflicts:
# CHANGELOG.md
2025-05-11 19:59:44 -04:00