Commit graph

28 commits

Author SHA1 Message Date
renovate[bot]
f90e2a1425
fix(deps): Update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.1 (#440)
* fix(deps): Update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.1

* fix: Fix build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
2025-06-01 16:43:59 +07:00
renovate[bot]
54df9436b8
fix(deps): Update serialization to v1.8.1 (#446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-31 07:33:22 +07:00
renovate[bot]
a77d315922
fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.4.0 (#442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-31 07:25:49 +07:00
renovate[bot]
9453c3e808
fix(deps): Update kotlin monorepo to v2.1.21 (#419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-31 07:09:41 +07:00
renovate[bot]
6f03935c17
fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.2 (#418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-31 07:09:25 +07:00
c09c4045e2
refactor: Rework buildSrc
Co-authored-by: AntsyLich <59261191+antsylich@users.noreply.github.com>
2024-12-25 10:37:47 +07:00
renovate[bot]
bcf21858ee
fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.1 (#321)
* fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.1

* docs: Sync changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
2024-12-23 08:29:38 +07:00
renovate[bot]
00aa93d189
chore(deps): Update kotlin monorepo to v2.1.0 (#291)
* chore(deps): Update kotlin monorepo to v2.1.0

* docs: Sync changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
2024-12-14 11:49:47 +07:00
renovate[bot]
14efd1b96d
fix(deps): Update xml.serialization to v0.90.3 (#254)
* fix(deps): Update xml.serialization to v0.90.3

* fix: Fix build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
2024-11-20 13:19:31 +07:00
renovate[bot]
2a49f2437b
chore(deps): Update kotlin monorepo to v2.0.21 (#244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 11:50:56 +07:00
renovate[bot]
c744f35ffc
fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26 10:25:25 +07:00
renovate[bot]
2b09434837
fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.9.0 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26 10:24:54 +07:00
renovate[bot]
d41c21d128
fix(deps): Update serialization to v1.7.3 (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26 10:24:41 +07:00
renovate[bot]
2c6382c0c3
chore(deps): Update kotlin monorepo to v2.0.20 (#168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 18:09:00 +07:00
5e5f27c353
chore(deps): Update kotlin to v2.0.10 2024-08-08 07:53:27 +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
b29d51e30e
chore(deps): Kotlin 2.0 2024-06-23 08:18:24 +07:00
2b46f94a5a
revert: Revert "Revert "Modularize the app""
This reverts commit f59f2346dc.
2024-06-16 18:44:15 +07:00
f59f2346dc
revert: Revert "Modularize the app"
Epic fail, not sure what happened, but I am sure that I don't want to spend the rest of the day debugging no error crash, I'll just try again later. It is what it is, I guess...
2024-06-16 13:26:29 +07:00
Ahmad Ansori Palembani
24ce2683d4
refactor: Modularize the project (#97)
* refactor: Modularize the project

* chore: Move okhttp stuff back to androidMain

OkHttp decided to cancel multiplatform plan on 5.0

REF: https://square.github.io/okhttp/changelogs/changelog/#version-500-alpha13

* feat: Start using moko for i18n

* fix: Solve some errors

* chore: Remove manga from domain module

We'll do this later

* fix: Duplicate error

* fix: Conflict function name error

* fix: Target SManga

* fix: Breaking changes after the split

* fix: Not enough heap memory

* chore: Update proguard rules

Sorta similar to upstream

* refactor: Fix namespace
2024-06-16 09:34:02 +07:00
9eef555fee
test: Unit test for Migrator
Co-authored-by: Andreas <andreas.everos@gmail.com>
Co-authored-by: "Cuong M. Tran" <cuongtran.tm@gmail.com>
2024-06-15 12:06:45 +07:00
2c2daa0cd7
fix: Immutables 2024-06-09 16:11:53 +07:00
66ac6201e5
chore: Prepare ComicInfo 2024-05-29 07:59:12 +07:00
bf368e88ed
chore: Update dependencies 2024-05-25 21:01:08 +07:00
af87ccf8f1
refactor: Migrate to upstream's preference abstraction 2024-01-10 17:07:58 +07:00
9a2815d277
refactor: Migrate to gradle version catalog 2024-01-10 12:10:43 +07:00