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
b645a208cd
chore(renovate): Disable renovate for custom dependencies
2024-08-17 09:02:13 +07:00
d7a59686d2
chore: Editor config for json files
2024-08-17 08:54:19 +07:00
b15d7c4dee
docs: Update FUNDING.yml
2024-08-17 08:52:34 +07:00
4e6ab3360f
chore: Target Android 15
2024-08-17 08:21:40 +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
eb8727afcf
docs: Sync changelog [skip ci]
2024-08-16 10:18:46 +07:00
e5a7416284
docs: Sync changelog
2024-08-16 10:10:14 +07:00
db03bcec15
fix: Exclude :presentation:widget
...
Not yet ready to be used
2024-08-16 09:38:26 +07:00
fb705b9605
ci: Fix run name
2024-08-16 09:36:48 +07:00
6580a217fe
fix: Fix build
2024-08-16 09:27:31 +07:00
Naputt1
4549f937f2
fix(chapter): Fixed chapter number parsing when number is after unwanted tag
2024-08-16 09:22:27 +07:00
b34ca34d1c
test(chapter): Incorrect expected value
2024-08-16 09:19:06 +07:00
0842a3014d
test(chapter): Fix test
2024-08-16 09:15:30 +07:00
59845065fb
ci: Run subproject unit test
2024-08-16 09:11:28 +07:00
97fc65a28d
test(chapter): Fix test
2024-08-16 08:59:00 +07:00
4adddcf6ac
test(chapter): (Re)added test for chapter recognition
2024-08-16 08:49:01 +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
842ca9ec4a
ci: Run name for manually triggered runs [skip ci]
2024-08-16 07:21:33 +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
a60776b0a5
revert(deps): Downgrade gradle
...
It broke KMP somehow
REF: https://youtrack.jetbrains.com/issue/KT-67162/KGP-Kotlin-Native-with-Isolated-Projects-kotlinNativeBundleBuildService-cannot-be-changed-any-futher
2024-08-15 16:44:29 +07:00
renovate[bot]
07c62405df
fix(deps): Update lifecycle to v2.8.4 ( #158 )
...
* fix(deps): Update lifecycle to v2.8.4
* docs: Sync changelog [skip ci]
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com>
2024-08-15 15:40:28 +07:00
renovate[bot]
c1828da229
chore(deps): Update null2264/actions digest to a4d6620 ( #157 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-15 15:32:05 +07:00
renovate[bot]
282ba25332
fix(deps): Update dependency co.touchlab:kermit to v2.0.4 ( #156 )
...
* fix(deps): Update dependency co.touchlab:kermit to v2.0.4
* chore: Sync changelog
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com>
2024-08-15 15:27:56 +07:00
f432d32776
chore: Setup renovate bot [skip ci]
2024-08-15 15:21:12 +07:00
bc944dab12
chore(deps): Update gradle to v8.10
2024-08-15 14:58:37 +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
3202d8cdde
ci: Message input [skip ci]
2024-08-14 12:04:46 +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
480d5a3f61
ci: Simplify script [skip ci]
2024-08-14 09:07:59 +07:00
e33addcae3
docs: Add missing credits and use mihon git instead of archive.org
2024-08-14 08:30:21 +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
6c8bd82d41
fix: Unread badge wont show up for some sources
...
Always happened on Komga apparently, but not as frequent on other sources
Fixes GH-95
2024-08-12 18:07:54 +07:00