Commit Graph

8 Commits

Author SHA1 Message Date
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
junkfood 349603b7e0 build(deps): bump up dependencies, compile sdk, and gradle version (#502)
* build(deps): bump up dependencies, compile sdk, and gradle version

* build(deps): remove redundant safe-args plugin

* build(deps): update Compose BOM to `2024.01.00` & compiler to `1.5.8`
2024-02-07 01:19:17 +08:00
Licaon_Kter e5be7b16ad
Use stable gradle (#409) 2023-05-17 15:27:28 +08:00
WreckingBANG c357cb5bb7
Upgraded Gradle from AGP 7.1.1 to 7.4.1 (#345) 2023-02-23 20:33:11 +08:00
Ashinch f21a0c9fd8
Add reading page style settings (#132)
* Add reading page style settings

* improved german language (#134)

* Add Hindi translation

Thanks augurer

* Add auto hide toolbar and image maximize setting

* Add tonal elevation setting in reading page

* Add reading dark theme and previews

* Add dynamic custom reading theme preview

Co-authored-by: helloworldtest123 <36381315+helloworldtest123@users.noreply.github.com>
2022-07-10 14:43:09 +08:00
Ash 9c82890640 Update dependency 2022-04-20 22:36:54 +08:00
Ash 8d296b4b01 Init 2022-03-02 04:28:05 +08:00