Commit graph

6091 commits

Author SHA1 Message Date
7a20537cf9
fix: Category data is not migrated 2024-11-30 08:40:15 +07:00
07c1e7e67f
refactor(db): Fully migrated from StorIO to SQLDelight 2024-11-30 08:22:16 +07:00
a832e4d6dc
fix: current is not supposed to be there 2024-11-29 20:17:07 +07:00
393ccb822e
fix: Another potential NPE 2024-11-29 19:40:35 +07:00
42b3dce0ef
fix: NPE 2024-11-29 19:24:39 +07:00
e8054855ac
refactor(db): Migrate mangaCategory queries (that can be migrated) to SQLDelight 2024-11-29 19:11:29 +07:00
726613e6d7
refactor(db): Migrate track queries (that can be migrated) to SQLDelight 2024-11-29 18:02:45 +07:00
93ec13f324
refactor(db): Migrate last manga queries (that can be migrated) to SQLDelight 2024-11-29 17:30:43 +07:00
17b07cd836
refactor(db): Migrate last history queries (that can be migrated) to SQLDelight 2024-11-29 17:05:59 +07:00
8cef33d9c6
refactor(stats): Remove some runBlocking usage 2024-11-29 15:21:10 +07:00
e25f330118
refactor(db): Migrate getChapters query to SQLDelight 2024-11-29 15:08:42 +07:00
83cb898068
refactor(db): Migrate deleteTrack query to SQLDelight 2024-11-29 14:44:13 +07:00
333a7eea68
refactor(db): Migrate insertManga queries to SQLDelight 2024-11-29 14:35:41 +07:00
aae9a68c8b
refactor(db): Migrate getManga queries to SQLDelight 2024-11-29 14:21:16 +07:00
312f9e197b
chore(db): Disable search_metadata 2024-11-29 13:58:17 +07:00
da1f60c5c5
refactor(db): Migrate clear database queries to SQLDelight 2024-11-29 13:46:37 +07:00
cf06ebdb8b
fix(library): Accidentally swap global open random manga with non-global 2024-11-29 13:13:21 +07:00
a4a7f8fb6d
refactor(db): Migrate last category queries (that can be migrated) to SQLDelight 2024-11-29 12:08:17 +07:00
663360c283
refactor(db): Migrate some more category queries to SQLDelight part 2 2024-11-29 12:02:18 +07:00
ca41e02fe1
refactor(db): Migrate some more category queries to SQLDelight 2024-11-29 11:28:38 +07:00
9c40aadca2
fix: Fix build 2024-11-29 10:29:12 +07:00
fa846d68e2
refactor(db): Migrate most getCategoriesForManga queries to SQLDelight 2024-11-29 10:24:03 +07:00
87bd36d025
refactor(db): Migrate GetCategories to SQLDelight 2024-11-29 09:52:02 +07:00
97eacbbaea
refactor(db): Handle the addition from SQL directly instead from code 2024-11-29 08:07:01 +07:00
renovate[bot]
39428f8c79
chore(deps): Update agp to v8.7.2 (#249)
* chore(deps): Update agp to v8.7.2

* docs: Sync changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
Co-authored-by: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com>
2024-11-28 21:37:03 +07:00
445395200a
fix: Make it case-insensitive 2024-11-28 21:26:40 +07:00
291d4ffc35
fix(db): Fix incorrect query 2024-11-28 21:12:46 +07:00
c183802096
refactor(db): Migrate GetTrack to SQLDelight 2024-11-28 20:53:26 +07:00
MajorTanya
e9a68f661f
fix: Add weird Honor app to list of invalid browsers 2024-11-28 11:25:24 +07:00
97e72e3b4b
docs: Sync changelog [skip ci] 2024-11-27 14:23:47 +07:00
5d2a08f2b0
chore(backup/create): Remove fixme note [skip ci]
The issues I was having with auto backup was caused by my device's Power
Saving, unfortunately I don't think there's a way around it...
2024-11-27 13:47:49 +07:00
34818eb7de
fix(settings/general): Incorrect sorting 2024-11-27 13:37:34 +07:00
65682bb5bd
refactor(locale): Simplify locale list parsing 2024-11-27 13:24:44 +07:00
0c6f86c1ae
fix(webview): Add imePadding 2024-11-26 23:04:13 +07:00
ba837c75e7
fix(webview): Don't try to get binding 2024-11-26 22:41:29 +07:00
arkon
5e84586ff5
refactor(webview): Replace WebView with its Compose counterpart
Co-authored-by: null2264 <palembani@gmail.com>
2024-11-26 22:26:33 +07:00
a199ff326d
refactor(db): Replace deleteHistoryNoLastRead StorIO with SQLDelight eqv 2024-11-26 09:05:36 +07:00
f14118a8c1
chore: Clean up 2024-11-26 08:50:16 +07:00
128e14882d
refactor(source/local): Convert to list after .map() 2024-11-26 08:42:33 +07:00
b8a2a4de47
chore(source/local): Create local dir when possible 2024-11-26 08:17:28 +07:00
7df619ac13
fix(source/local): Double orEmpty 2024-11-25 14:49:18 +07:00
8f9194c4a9
feat(source/local): Scan external storage for entries (GH-197)
An experimental feature that allow user to store local entries on `/storage/sdcard/Android/data/<yokai>/local/`
2024-11-25 14:44:57 +07:00
f9bfb0b423
refactor(DiskUtil): Simplify code 2024-11-25 13:18:37 +07:00
4f9e5bfe62
refactor(db): Replace some more StorIO queries with SQLDelight 2024-11-24 19:08:42 +07:00
nonproto
e9d22f4dba
fix: Up the delay for tryToSetForeground 2024-11-24 10:32:14 +07:00
27f4cea4c4
docs: Sync changelog 2024-11-24 08:55:10 +07:00
renovate[bot]
ed23afa32d
chore(deps): Update mikepenz/action-junit-report action to v5 (#264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-24 08:54:45 +07:00
renovate[bot]
4c4163f270
chore(deps): Update dependency gradle to v8.11.1 (#263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-24 08:54:25 +07:00
6e76ab125e
fix(chapter): Read state is not saved 2024-11-23 20:37:29 +07:00
00b7ac6c25
sync: Sync project 2024-11-23 20:14:40 +07:00