d41f9359f1
fix(manga/details): Update header on confirm delete from controller itself
...
Should reduce crashes
2024-08-21 08:15:02 +07:00
2e0fca04ca
fix(manga/details): Use presenterScope
2024-08-21 07:49:51 +07:00
e52a55e4f4
fix(manga/details): Update header much sooner
2024-08-21 07:32:15 +07:00
29a30b30e5
fix(manga/details): Update header on confirm delete
2024-08-21 07:06:34 +07:00
7564566452
refactor(coil): Turn "useCustomCover" into an extension method
2024-08-21 06:45:19 +07:00
b044842475
feat(cover): Custom cover now shown globally
2024-08-21 06:27:04 +07:00
e8fc16d166
refactor(coil): Move ImageView.loadManga() to its own directory
2024-08-21 06:01:21 +07:00
8a168f5581
chore(coil): Actually make it the default
2024-08-20 18:40:49 +07:00
e1c0d1a9d7
fix(coil): Use original size and in-exact precision by default
2024-08-20 18:02:14 +07:00
1d825e25c0
fix(coil): Only use original size if grid item size is not fixed
2024-08-20 17:41:33 +07:00
5d29c0a6cf
fix(coil): Use original size if it has ratio
...
Should fix flickering (or at least reduced it)
Fixes GH-160
2024-08-20 16:48:03 +07:00
d002642697
chore: Convert all cover usage to use MangaCover data class
2024-08-19 20:06:54 +07:00
839f762fa7
refactor(cover): Data class for manga cover
2024-08-18 18:44:04 +07:00
8ad123956c
fix(coil): Unsatisfied request error when both disk and network read is enabled
2024-08-18 14:56:01 +07:00
2c0c17f287
fix(coil): Set ratio and colors never called for URI
2024-08-18 12:03:45 +07:00
b220705492
chore(coil): Move stuff around
2024-08-18 11:36:24 +07:00
103fae06d3
refactor(coil): Simplify cover fetcher code
...
Co-authored-by: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-08-18 11:33:26 +07:00
7fc73ddcdc
feat: Toggle for double tap to zoom
...
Closes GH-161
2024-08-18 10:10:21 +07:00
dd808a4240
feat: Toggle for chapter swipe action
2024-08-17 20:10:16 +07:00
8827e4433c
refactor(library): Simplify library item hashcode
2024-08-17 19:38:05 +07:00
7e1ce69d7f
refactor(cover): Adjust cover cache key and how cover update is prepared
2024-08-17 19:12:32 +07:00
c9b302ab21
refactor: Add cover_last_modified
2024-08-17 14:26:57 +07:00
653b2d7839
refactor(cover): Adjust cover (memory) cache key
...
Hopefully fix library image flickering on resume/bind
2024-08-17 11:45:15 +07:00
df66327996
chore(coil): Remove explicit memoryCache config
2024-08-17 09:59:23 +07:00
1e68e55cf7
refactor(chapter): Migrate more queries to SQLDelight
2024-08-17 07:59:39 +07:00
fac21dbab7
refactor(backup/restore): Migrate bulk insert chapter to SQLDelight
2024-08-17 06:39:52 +07:00
16a51f00c4
fix(recents): Fix get recent chapters query
2024-08-16 20:07:22 +07:00
ce94bd2ad6
refactor(reader): Use SQLDelight to load chapter url
2024-08-16 20:01:00 +07:00
a6ef46a90f
refactor(recents): Migrate getRecentChapters to SQLDelight
2024-08-16 19:46:14 +07:00
497d387c4b
refactor(chapter): Make chapter recognition return its value
...
Also move it to domain module
2024-08-16 08:32:03 +07:00
stevenyomi
1cd40907ef
refactor(chapter): Improve chapter recognition
2024-08-16 08:11:15 +07:00
0280c4e00d
chore(release): v1.8.5.2
2024-08-16 07:12:49 +07:00
f15fbdc8cb
fix(preference): Minus and Plus assign missing set(...) call
2024-08-16 07:06:22 +07:00
0374942a34
refactor(library): Remove unnecessary lazy
2024-08-15 18:56:19 +07:00
e52ee9289f
refactor(library): More migration effort to flow
2024-08-15 17:54:32 +07:00
a9b2ec06cd
refactor(library): Some adjustments
2024-08-15 17:09:53 +07:00
bf164608a0
refactor(library): Simplify code
2024-08-15 17:07:34 +07:00
1d736b0bab
chore(release): v1.8.5.1
2024-08-15 14:28:13 +07:00
f2b2767a23
fix(library): Entry list should be unique
2024-08-15 14:05:36 +07:00
9c29758a5d
fix(theme): Accidentally pushed this change
2024-08-14 12:35:34 +07:00
MajorTanya
0b1ed293f3
fix: Fixed MAL start date parsing
...
The previous approach would always throw an Exception because
`SimpleDateFormat.format()` expects the input to be of type `Date` or
`Number`, not `String`.
2024-08-14 11:54:51 +07:00
c0059846b7
style: Adjust notification icon
2024-08-14 11:21:09 +07:00
4827ee0583
style: Increase monochrome icon spacing
2024-08-14 11:16:00 +07:00
615c18a01f
refactor: Attach Tachiyomi preferenceStore to Preference widget on bound
...
Hopefully fix ClassCastException issues
2024-08-14 08:03:19 +07:00
d3149abf9c
chore: Remove unused migrations
...
Yokai earliest version starts at version code 111 anyway, so older
migrations are basically useless
2024-08-14 07:14:37 +07:00
65260e8bd7
fix: Try loading custom cover if non-custom cover is not found
...
Fixes GH-150
2024-08-12 15:49:58 +07:00
945c2c28cd
fix: Kitsu domain change from kitsu.io to kitsu.app
...
REF: 244fdccca9
2024-08-12 13:30:00 +07:00
1720472f33
fix: Splash state assignment only happened on empty library
...
Hopefully fixed long splash time (GH-147, GH-26)
2024-08-12 10:27:30 +07:00
a8e8fe01b7
fix(theme): Status bar stays on dark mode when app is following system theme
...
Fixes GH-146
2024-08-12 08:10:32 +07:00
0bdecfe60f
chore: Information about Legacy installer
...
It's currently only there so that backup from upstream won't crash the app
2024-08-12 07:52:14 +07:00