Commit graph

31 commits

Author SHA1 Message Date
ece849b008
fix(AppBar): Use maxLayoutHeight instead of constraints.maxHeight
Also revert padding changes
2025-01-17 10:16:57 +07:00
d2ddf7dfb0
fix(AppBar): Also adjust the other placeables' padding 2025-01-17 09:35:32 +07:00
8b53e5ad10
fix(AppBar): Adjust title padding 2025-01-17 09:26:22 +07:00
63cdf247b4
chore: Sync AppBar code with upstream 2025-01-17 09:14:35 +07:00
258708b038
fix: Fix build 2025-01-10 11:10:28 +07:00
c6da3325b3
fix(AppBar): Wrap scroll behaviour with remember { } 2025-01-10 11:06:11 +07:00
d655c3e09a
chore: WIP compose library page 2025-01-07 07:36:00 +07:00
54a3059730
chore: Move core module to core.main 2025-01-01 08:21:55 +07:00
1b92ae2e5f
chore: License and FIXME note 2024-12-31 12:53:37 +07:00
ac0d2e9fc0
revert: "fix: Emit scrolled event from onPreScroll" 2024-12-31 12:46:33 +07:00
8a28d1d484
fix: Emit scrolled event from onPreScroll 2024-12-31 12:24:45 +07:00
6747795690
refactor: Use fast*() util functions 2024-12-30 20:28:44 +07:00
e554513392
style: Scrollbar
And add fast scroller component for later
2024-12-30 20:05:28 +07:00
cab40214d2
refactor: Use Compose for About page 2024-12-28 10:53:01 +07:00
23d4fb1fdd
fix(AppBar): Actions aren't aligned properly 2024-12-26 07:56:15 +07:00
f78d4e9e6a
fix(AppBar): Sizing issue when user flick too hard 2024-12-25 21:08:23 +07:00
120d2cfb96
feat(AppBar): EnterAlwaysCollapsed for Compose
Google left out EnterAlwaysCollapsed for some reason
2024-12-25 16:19:59 +07:00
dec1a70091
fix(AppBar): Re-introduce snap but only do it to the top bar 2024-12-25 16:12:11 +07:00
448c93365a
refactor: Try to mimic ExpandedAppBarLayout for Compose 2024-12-25 13:21:42 +07:00
c09c4045e2
refactor: Rework buildSrc
Co-authored-by: AntsyLich <59261191+antsylich@users.noreply.github.com>
2024-12-25 10:37:47 +07:00
d002642697
chore: Convert all cover usage to use MangaCover data class 2024-08-19 20:06:54 +07:00
6580a217fe
fix: Fix build 2024-08-16 09:27:31 +07:00
114776bc53
refactor: Move Manga class to domain module 2024-07-30 07:01:49 +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
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
3fa07609bb
refactor: Move MokoExtensions to i18n module 2024-06-23 18:07:50 +07:00
b29d51e30e
chore(deps): Kotlin 2.0 2024-06-23 08:18:24 +07:00
18953f901c
revert: Revert "refactor(library): Use flow to update libraryManga"
This reverts commit 8e32b6b74e.
2024-06-18 11:17:54 +07:00
8e32b6b74e
refactor(library): Use flow to update libraryManga 2024-06-18 11:14:56 +07:00
66354205f1
chore(presentation/widget): Use SecurityPreferences 2024-06-17 15:09:19 +07:00
4a9a7813e0
chore: Some more effort moving widget to its own module 2024-06-17 13:21:27 +07:00