8 Commits

Author SHA1 Message Date
junkfood
5862cf36ae
Merge branch 'main' into adaptive 2024-11-10 22:41:55 +08:00
junkfood
ed7c272193
fix(ui): RTL in swipe actions 2024-11-08 00:51:12 +08:00
junkfood
5eb0edcc78
Migrate to Compose 1.7 (#845)
* refactor: migrate to compose 1.7 (wip)

* feat(ui): migrate to swipe
2024-09-30 00:02:41 +08:00
junkfood
aca2028f5d
feat(ui): ArticleListReaderPage 2024-09-26 10:54:02 +08:00
junkfood
d1f9641976
feat(ui): migrate to swipe 2024-09-26 09:55:16 +08:00
junkfood
8140df4b30
refactor: migrate to compose 1.7 (wip) 2024-09-26 09:53:45 +08:00
aualbert
81dbe094f9
Fix several deprecation notices (#758)
* migrate to Gradle Kotlin DSL, version catalog and ksp

* replace buildDir with layout.buildDirectory

* declare plugins in version catalogs

* add room plugin

* specify type of keyPropsFile

* added missing version number in [versions]

* use alias instead of id whenever possible

* finishes replacing id with alias

* migrate pager

* Migrate to androidx.compose.foundation FlowLayouts

* add optin to avoid warning during build

* use nonFinalResIds for faster compilation

* use nonTransitiveRclass for faster compilation

* migrate smallTopAppBarColors to topAppBarColors

* migrate 'with(ExitTransition): ContentTransform' to togetherWith

* migrate fromHtml

* migrate TextFieldDefaults.textFieldColors to TextFieldDefaults.colors

* migrate get(...).toString() to getString(...)

* add optin

* rename Divider to HorizontalDivider
2024-06-19 17:09:00 +08:00
aualbert
573fead2da
Migrate to Gradle Kotlin DSL, version catalog and ksp (#744) 2024-06-15 23:12:15 +08:00