|
dabb2c622a
|
refactor: Simplify code
|
2024-06-07 13:00:52 +07:00 |
|
|
df507b6a41
|
fix: Don't group result by manga id (GH-83)
|
2024-06-07 10:39:56 +07:00 |
|
|
81cfc53589
|
fix(R8): Allow MultipartBody.Builder
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
|
2024-06-07 10:26:08 +07:00 |
|
|
dc089d6cd6
|
fix: Storage permission request for non-conforming devices
Co-authored-by: Sven <github.divv3@passmail.net>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
|
2024-06-07 10:16:51 +07:00 |
|
|
298e50627a
|
chore(settings): Move stuff around
|
2024-06-07 09:57:57 +07:00 |
|
|
ea5d29304d
|
feat: Mapper for Manga
|
2024-06-07 09:29:32 +07:00 |
|
|
c10ffe8ac5
|
fix: Delegate state instead of assign
|
2024-06-07 09:20:13 +07:00 |
|
|
41d32d4543
|
chore: Clean up unused class
|
2024-06-07 09:14:57 +07:00 |
|
|
71de83230c
|
docs: Sync changelog
|
2024-06-07 07:35:23 +07:00 |
|
|
b17578365d
|
refactor: Migrate GetLibraryManga to use SQLDelight
|
2024-06-07 07:15:31 +07:00 |
|
|
d2f493ab57
|
fix: RECURSIVE
|
2024-06-06 22:57:28 +07:00 |
|
|
b1beed687e
|
fix: Perhaps?
|
2024-06-06 22:29:21 +07:00 |
|
|
d6edbae357
|
fix: Maybe sqldelight doesn't support WITH RECURSIVE?
|
2024-06-06 22:14:58 +07:00 |
|
|
0cc7d03968
|
refactor: Move stuff around
|
2024-06-06 22:04:14 +07:00 |
|
|
08225ee6a0
|
chore: Prepare libraryView to replace libraryQuery
|
2024-06-06 21:32:19 +07:00 |
|
|
d0baff197c
|
refactor: Remove Material 2
|
2024-06-06 12:32:57 +07:00 |
|
|
e303b21657
|
chore(release): v1.8.3.4
|
2024-06-06 09:46:35 +07:00 |
|
|
fb194d7f5a
|
docs: Sync changelog
|
2024-06-06 09:14:05 +07:00 |
|
|
2a1bec25cf
|
fix: I have no clue how but XmlReader couldn't read certain element's
name
|
2024-06-06 08:57:48 +07:00 |
|
|
2c76508c92
|
fix: Trying to round NaN
|
2024-06-06 08:00:58 +07:00 |
|
|
902b6f6486
|
chore(release): v1.8.3.3
|
2024-06-06 06:56:58 +07:00 |
|
|
d60b66ac9f
|
enhance: Load GlobalExceptionHandler before Crashlytics
|
2024-06-06 06:49:26 +07:00 |
|
|
ad6c0cc358
|
chore(release): v1.8.3.2
|
2024-06-05 19:43:57 +07:00 |
|
|
ae3dd32076
|
chore: Some more NPE prevention
|
2024-06-05 19:16:19 +07:00 |
|
|
ac4a6d59e9
|
chore(release): v1.8.3.1
Attempt to fix GH-79
|
2024-06-05 18:53:22 +07:00 |
|
|
ce69203926
|
chore: Even more NPE prevention
|
2024-06-05 18:48:41 +07:00 |
|
|
fd82d987aa
|
chore: A bunch of NPE prevention
|
2024-06-05 18:40:34 +07:00 |
|
|
30d6c5c5ac
|
chore(release): v1.8.3
|
2024-06-05 07:35:52 +07:00 |
|
|
87b8430089
|
refactor: Use DB instead of file to store custom manga info
|
2024-06-05 07:29:04 +07:00 |
|
|
716cc1fac8
|
chore: Clean up commented codes
|
2024-06-05 05:51:29 +07:00 |
|
|
11e66667ff
|
feat: Trust extension by repo
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
|
2024-06-05 05:49:42 +07:00 |
|
|
2e2844a03f
|
chore: Give some indication that it is refreshing
|
2024-06-05 05:30:52 +07:00 |
|
|
55455090d1
|
refactor: Grab extension repo detail from repo.json and include in DB
Co-authored-by: Matthew Witman <mnwranger@gmail.com>
|
2024-06-05 05:21:51 +07:00 |
|
|
e9a3facba8
|
refactor(ExtensionRepo): Split item and input
|
2024-06-04 10:19:46 +07:00 |
|
|
ca5ec72c04
|
chore: Fake extension repo url so that certain K company didn't go for my *ss
|
2024-06-04 10:05:45 +07:00 |
|
|
c602b913e8
|
refactor: Separate di module for domain
|
2024-06-04 09:28:29 +07:00 |
|
|
e62c781c86
|
refactor: Move di to dev.yokai.core.di
|
2024-06-04 09:15:47 +07:00 |
|
|
56da7c548f
|
style: Marquee effect
|
2024-06-04 09:14:26 +07:00 |
|
|
cdd094c7d1
|
chore(ExtensionRepoItem): Preview
|
2024-06-04 09:06:22 +07:00 |
|
|
5a99a0322b
|
refactor: Simplify code
|
2024-06-04 08:59:32 +07:00 |
|
|
712be76112
|
feat: Functional LocalAlertDialog
Probably unnecessary in this use-case, but it's the only place I can test it lol
|
2024-06-04 08:42:33 +07:00 |
|
|
1fb0e32868
|
fix: Drop mangas_tmp later on
|
2024-06-04 08:40:18 +07:00 |
|
|
533a272342
|
style: Lowercase t
|
2024-06-04 08:38:49 +07:00 |
|
|
1dad16f996
|
refactor: Move it to migration 18 in case someone already updated to latest nightly before I can fix it
|
2024-06-04 08:37:08 +07:00 |
|
|
c589bceb84
|
fix: Sometimes I just hate to work on SQL, I blame Android's outdated SQLite
|
2024-06-04 08:16:32 +07:00 |
|
|
3132969192
|
refactor: Formatting
|
2024-06-04 07:21:17 +07:00 |
|
|
e4f59771d9
|
refactor: Use the old ways to rename column in case Android is being picky
|
2024-06-04 07:17:54 +07:00 |
|
|
9e0f94b573
|
refactor: Make StorIO consistent with SQLDelight
|
2024-06-04 07:04:00 +07:00 |
|
|
d769195eae
|
refactor: Rename column to use snake_case for consistency, also added ext repos table for later
|
2024-06-04 07:02:45 +07:00 |
|
|
e15bc047fe
|
docs: Sync changelog
|
2024-06-03 14:02:09 +07:00 |
|