49ecfc51b1
refactor: Move source-api to source directory
...
Preparing to split local source to its own module
2024-07-28 11:38:33 +07:00
98df0773a2
chore: Sync changelog
2024-07-27 20:26:47 +07:00
9d4dc5f351
fix(extension/repo): Don't throw an error if it's a connection error
...
Fixes GH-130
2024-07-27 20:22:24 +07:00
fb92d1dcb6
chore(deps): Update Android Gradle Plugin to v8.5.1
...
They told me on 8th of July that AGP up to v8.6-alpha will be supported
on next IDEA (for EAP, because of it is... at this point I think
Ultimate Edition no longer worth it, at least for KMM developers) plugin
release, let's see if they're telling the truth.
2024-07-25 09:06:35 +07:00
f4c0df3181
chore(deps): Update compose bom to v2024.07.00-alpha01
2024-07-25 08:46:50 +07:00
8f29677400
docs: Sync changelog
...
Kermit Crashlytics is no longer used, we use custom LogWriter for it so
that it integrate better with CrashScreen
2024-07-25 08:44:39 +07:00
304688831c
docs: Sync changelog
...
Also add new section for Translation changes/updates
2024-07-18 08:05:54 +07:00
InfinityDouki56
5d69d75882
chore(i18n): Update Filipino translation ( #127 )
...
Since Weblate closed the TachiJ2K translation submissions (also used in Yokai) are closed due to "maintenance", I have to perform some grammatical fixes and makes some strings simpler to understand since modern Filipino allows foreign language texts if the translation doesn't exist or doesn't make any sense.
Changes:
- Grammatical updates from Mihon (from Weblate)
- Change some reference of TachiyomiJ2K to Yokai (except for the "extension unavailable in Tachiyomi")
2024-07-17 19:58:02 +07:00
mangkoran
72bd822c35
fix: Remove "english" tag from comic detection ( #126 )
...
Fix #125
2024-07-16 19:09:33 +07:00
91656140e5
fix: Resolve gradle build warning
2024-07-14 08:30:13 +07:00
17588ed1c6
fix: Fix build
2024-07-10 12:29:15 +07:00
arkon
859674681a
enhance: Limit parallelism for Coil image loading
...
REF: https://www.reddit.com/r/androiddev/comments/xbeizp/comment/io4ytdv/
Co-authored-by: ivaniskandar <ivaniskandar@users.noreply.github.com>
2024-07-10 12:18:34 +07:00
5785550e75
chore(deps): Bump coil version and some code reformat
2024-07-10 12:09:41 +07:00
1d7fab08cf
refactor: Allow nullable [skip ci]
2024-07-10 12:02:03 +07:00
FooIbar
73b395000f
fix: Fixed some issues when reading/saving images
2024-07-10 11:57:05 +07:00
cb6677cc91
docs: Minor adjustment
2024-07-07 11:18:11 +07:00
cc714793b2
ci: Wait instead of cancelling
2024-07-07 11:16:34 +07:00
2a20be913d
chore: Remove clown issue closer
...
No body ever read anyway, what's the point, it only cause spam.
2024-07-06 13:53:08 +07:00
c33efa26a0
ci(deps): Use build-tool
v34.0.0
2024-07-06 13:19:00 +07:00
f446ae1a3d
chore(gitignore): Ignore kls_database.db
2024-07-06 07:38:00 +07:00
df51096824
chore(deps): Comment out AndroidX KMP SQLiteDriver until SQLDelight support it
2024-07-04 13:42:08 +07:00
5c7e0ddf01
chore: Prepare KMP AndroidX SQLiteDriver
...
Currently blocked by https://github.com/cashapp/sqldelight/pull/5283
2024-07-04 13:36:10 +07:00
6e259f4721
docs: Rephrase changelog
2024-07-01 21:53:22 +07:00
4fd006c7dc
chore(deps): Redirect back to com.github.tachiyomiorg:image-decoder
2024-07-01 21:51:54 +07:00
d7b664b44c
chore(deps): Bump com.github.tachiyomiorg:image-decoder
revision
...
Temporarily redirect it to com.github.null2264:image-decoder
2024-07-01 10:42:53 +07:00
79950557bd
sync: Sync with release
2024-07-01 10:26:36 +07:00
32f1d677f2
style: Fix "Open source repo" icon colour
2024-07-01 10:10:17 +07:00
f8d1787cd6
sync: Sync with release
2024-07-01 10:05:13 +07:00
a04f209910
revert: "chore(deps): Bump image-decoder
revision to f875eb3b89"
...
This reverts commit c9715207c5
.
The library failed to build
2024-07-01 09:53:06 +07:00
29231816cf
fix(style): Change "Open source repo" icon
2024-07-01 09:47:51 +07:00
c9715207c5
chore(deps): Bump image-decoder
revision to f875eb3b89
2024-06-30 20:54:04 +07:00
3b60b0069b
fix(source/local): Crash when trying to read EPUB file
...
FileInputStream have a safeguard that prevent it from being closed twice, ArchiveInputStream doesn't have that.
Fixes GH-115
REF:
- Jsoup parse javadoc: "in: InputStream – input stream to read. The stream will be closed after reading"
2024-06-30 10:08:49 +07:00
7404712e9c
fix(source/local): Local Source should only check directory for manga list
2024-06-30 08:18:35 +07:00
81aaca02a1
refactor(source/local): Simplify code
...
* Reduce duplicate code on checking supported archive types
* Directly try to get COMIC_INFO_FILE instead of using .filter
2024-06-30 08:12:28 +07:00
78a9e1dc09
fix(deps): Downgrade AGP to 8.4.2
...
Can't sync project on Intellij IDEA. This also doesn't sync on stable
release (see REF 5), they only fix AGP support on major updates.
Thanks JetBrains, for the pain.
REF:
[1] https://youtrack.jetbrains.com/issue/FL-23919
[2] https://youtrack.jetbrains.com/issue/IDEA-348937/2024.1-Beta-missing-option-to-enable-sync-with-future-AGP-versions
"Ignore AGP compatibility check" option is removed.
[3] https://youtrack.jetbrains.com/issue/IDEA-354790/Android-Plugin-Add-supported-Android-Gradle-Plugin-to-its-description
This "ignore check" option removal especially annoying for
multiplatform devs. It's even more annoying when you paid for Ultimate
Edition yet your work is being blocked by a plugin that works
perfectly on a free version of similar but striped down edition of
your IDE.
[4] https://youtrack.jetbrains.com/issue/IDEA-355137/Support-Android-Gradle-plugin-8.5.0
It's been 7 months, we still stuck on AGP 8.2, amazing.
[5] https://youtrack.jetbrains.com/issue/IDEA-352815/Android-Gradle-Plugin-8.4.0-isnt-supported
We did get AGP 8.4.x on EAPs for 2024.2, but like... why? why can't
just do it for 2024.1? this has been an issue for a very long time where
the AGP support is fixed on EAP for a major update, almost screw up my
deadline one time, I love Kotlin, but my god this AGP stuff is just
frustrating.
2024-06-28 11:28:25 +07:00
FooIbar
740ce23d47
fix(deps): Update R8 to fix NoSuchMethodError
crash
2024-06-28 09:07:00 +07:00
cec2700706
docs: Sync changelog
2024-06-27 21:36:20 +07:00
Ahmad Ansori Palembani
975bb657c9
refactor: Some gradle housekeeping
...
* Update Gradle to v8.7
* Update AGP to v8.5.0
* Refactor all Gradle plugin to use version catalog
* Update jsoup to v1.7.1
2024-06-27 21:34:00 +07:00
9099b63e12
revert: "revert: "chore: Downgrade to gradle v8.7""
...
This reverts commit f5431c1bf2
.
2024-06-27 21:28:59 +07:00
f5431c1bf2
revert: "chore: Downgrade to gradle v8.7"
...
This reverts commit a5306ae160
.
The build somehow successful, but idk which one fixed it ._.
2024-06-27 21:24:02 +07:00
d39ca42143
chore(deps): Bump jsoup version
2024-06-27 21:08:38 +07:00
a5306ae160
chore: Downgrade to gradle v8.7
2024-06-27 21:05:56 +07:00
f824583c3f
chore: Explicitly set flavour dimension to "default"
2024-06-27 20:49:58 +07:00
7dea343be6
fix: OSS License Plugin has no plugin marker
...
REF: https://github.com/google/play-services-plugins/pull/222
Merge it already Google, for goodness sake!
2024-06-27 20:23:26 +07:00
80e7a96906
fix: Invalid formatting
2024-06-27 20:22:58 +07:00
1b10611422
fix(gradle): id
not module
2024-06-27 20:00:51 +07:00
ce1fd694cc
refactor: Convert remaining plugins to use version catalog
2024-06-27 19:57:27 +07:00
a149d5aeec
chore(deps): Converted more gradle plugins to use version catalog
2024-06-27 19:13:26 +07:00
cbdd16f6d4
chore(deps): Update agp to v8.5.0
...
Also convert some plugins to use version catalog
2024-06-27 19:08:12 +07:00
f8b462c4b5
chore(deps): Update gradle to v8.8
...
This reverts commit be0f64f28c
.
2024-06-27 18:57:23 +07:00