7d4e3d7bbc
fix(reader/loader): Crash trying to read archive chapters
...
I put toList() on the wrong place... Also refactor it to make it to make it more readable
2024-06-27 12:14:26 +07:00
FooIbar
17465f2719
refactor: Use libarchive for Archive support
...
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
2024-06-27 10:03:41 +07:00
c0bf67eabd
docs(reader/transition): Add todo
2024-06-27 08:30:27 +07:00
9ab5aaf1be
docs: Sync changelog
2024-06-27 08:18:41 +07:00
2471f454f8
fix(deps): Update compose to *-beta04
...
REF: https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.7.0-beta04
2024-06-27 07:41:05 +07:00
a5394c7022
fix(deps): Attempt 2 trying to fix https://issuetracker.google.com/343750859
2024-06-26 06:27:03 +07:00
be0f64f28c
revert: Revert "chore(deps): Update gradle to v8.8"
...
This reverts commit e979346d96
.
I'll deal with this later, since gradle is painful to fix
2024-06-25 21:00:00 +07:00
3b72c02f14
docs(license): Remove appendix [skip ci]
...
Supposed to be in a separate file
REF: https://www.apache.org/licenses/LICENSE-2.0
2024-06-25 20:49:27 +07:00
e979346d96
chore(deps): Update gradle to v8.8
2024-06-25 20:44:11 +07:00
12b69992d9
fix(deps): Use snapshot compose
...
REF: https://issuetracker.google.com/issues/343750859
REF: 3137316
2024-06-25 20:26:47 +07:00
dbf07686f9
chore(sync): Sync repo
2024-06-25 12:28:20 +07:00
00b726d5c8
refactor(reader): Don't use xmlutil's extension method
2024-06-25 11:49:34 +07:00
e7f84fd8ba
fix(reader): Save combined page does nothing
2024-06-25 11:34:05 +07:00
870e3467ba
fix(reader): Split page shouldn't be seen as extra page
2024-06-25 10:56:44 +07:00
42dd0183e8
chore(i18n): Ignore locales_config.xml
2024-06-25 10:10:34 +07:00
747d422ac7
docs(library): Note [skip ci]
2024-06-25 09:33:02 +07:00
45063d8830
fix(recents): Force refresh state to true on swipe
2024-06-25 08:51:24 +07:00
79f3f45e21
docs: Sync changelog
2024-06-24 14:23:36 +07:00
582e0f19b3
enhance(i18n/android): Dynamically generate locales_config.xml
2024-06-24 14:21:18 +07:00
Ahmad Ansori Palembani
875100dd6c
refactor: Migrate i18n to use Moko Resources ( #110 )
...
* fix(deps): "String index out of range" compile error
REF: https://github.com/icerockdev/moko-resources/issues/732
* refactor(i18n): Simplify gradle
* refactor: Migrate i18n files to moko-resources
Also split plurals to their own files
* fix: Only use firebase on releases
* revert: Revert "fix: Only use firebase on releases"
This reverts commit e4f40b450a
.
* ci: Just build standard release
* refactor: Fully migrate to Moko Resources for i18n
2024-06-24 13:46:42 +07:00
dc0a3c3274
ci: Upload R8 apk and R8 mapping to artifact
...
Co-authored-by: FooIbar <118464521+FooIbar@users.noreply.github.com>
2024-06-23 18:54:29 +07:00
276907770a
fix: Escape single quotes
2024-06-23 18:42:38 +07:00
e8cfc5156f
chore(deps): Add api dependency to use moko on compose
2024-06-23 18:38:16 +07:00
14b1a359aa
docs: Sync changelog
2024-06-23 18:37:19 +07:00
Pedro Azevedo
a67ef2a3b9
chore(i18n): Update Brazilian Portuguese translation ( #108 )
2024-06-23 18:34:39 +07:00
3fa07609bb
refactor: Move MokoExtensions to i18n module
2024-06-23 18:07:50 +07:00
Tran M. Cuong
4a17a7c436
test: Fix MigratorTest after update to Kotlin 2.0.0
2024-06-23 10:01:18 +07:00
a95e95ce66
fix: Fix compile failure
2024-06-23 09:55:32 +07:00
c5f4dacb57
chore(deps): Remove kapt
2024-06-23 08:55:56 +07:00
84e91712c6
refactor: Completely remove direct usage of SharedPreferences
2024-06-23 08:46:40 +07:00
4a7077a9b5
fix(core): Move default user agent to common
...
Also updated user agent
2024-06-23 08:28:48 +07:00
b29d51e30e
chore(deps): Kotlin 2.0
2024-06-23 08:18:24 +07:00
55813429b3
chore: Remove NetworkPrefsMigration
...
Not needed, I thought PreferenceStore is using dataStore or something different since 1.x do that, apparently not when it's backported to 0.x.
2024-06-23 07:27:06 +07:00
4c66025900
refactor: Import android.R
as AR
...
In order to make migration to moko-resources easier
2024-06-23 07:21:05 +07:00
31c253f724
refactor: Store hidden items on LibraryManga
...
Not sure why we need it tbh, but J2K store it for some reason
2024-06-22 10:39:50 +07:00
1e7d6cbebe
chore: Deprecate direct usage of shared preferences
2024-06-22 09:27:57 +07:00
c35f1e28fe
chore(library): Finish custom library manga map rewrite
2024-06-22 08:44:10 +07:00
a25df1eef3
enhance(library): Show "category is empty" on filtered if the category is actually empty
2024-06-21 21:26:03 +07:00
25644af5cf
refactor(library): Turn getCategory to an extension method
2024-06-21 21:04:52 +07:00
5f61a3fe4a
refactor(library): Make variable allCategories private
...
So that it's easier for me to control stuff when I transform libraryItems into libraryMap
2024-06-21 20:44:15 +07:00
a4ec39a4f2
chore(library): Finish library rewrite (unused at the moment)
2024-06-21 20:28:24 +07:00
2416037615
chore(recents): Use flow to set refresh state
2024-06-21 18:52:54 +07:00
a2a0a7e79e
chore(recents): Use sql query to filter scanlators pt.2
2024-06-21 10:15:15 +07:00
7926590c22
chore(recents): Use sql query to filter scanlators
2024-06-21 09:25:43 +07:00
7341e10822
refactor: Rename chapter interactors to use singular instead of plural
2024-06-21 08:51:25 +07:00
9879004157
fix: Should probably also sync chapters filtered by scanlators, just in
...
case
2024-06-21 07:07:56 +07:00
af02f34167
fix: Key should be Category not Int
2024-06-20 11:31:54 +07:00
e36379bd6c
chore: Simplify some code and add some comments/todo
2024-06-20 11:22:27 +07:00
ff08e19880
refactor: Move file that supposed to be in common
...
Also rename launchNonCancellable to launchNonCancellableIO and change the comment in LibraryPresenter to be more accurate.
2024-06-20 09:45:46 +07:00
8cfe5a1182
refactor(library/flow): Don't unnecessarily map categories if library is not grouped
2024-06-20 09:21:30 +07:00