Gustavo Pagani
Gustavo Pagani
#### WHAT Add `SectionedScreen`. Small rounded devices preview Square device previews #### WHY In order to provide screens that contain sections with individual states. #### Checklist :clipboard: - [x] Add...
Player screen in media sample goes to wrong state after going back (swipe back without selecting any output) from Audio output screen. Video: https://user-images.githubusercontent.com/878134/179996574-cb9b4ec3-bca9-4c07-a21d-b1de7c09428e.mp4 Device: Galaxy Watch4 Classic (4W2J) -...
https://github.com/google/horologist/pull/352#discussion_r916860906
#### WHAT Change implementation of [SecondaryPlaceholderChip](https://github.com/google/horologist/blob/c0fed820b2d7154a22104e54f52d19c5aefecda8/media-ui/src/main/java/com/google/android/horologist/media/ui/components/base/SecondaryPlaceholderChip.kt) to use [Chip](https://github.com/androidx/androidx/blob/5775cb72bdc32a90328bf39e212fab31c5960316/wear/compose/compose-material/src/commonMain/kotlin/androidx/wear/compose/material/Chip.kt#L282) instead of building everything from scratch, and pass the grey shapes as params to `label`, `secondaryLabel`, and `icon`. PS: remember to...
[StandardChip](https://github.com/google/horologist/blob/c5fb2c1461dd04ecf1c4aba27d00a50cd8be6441/media-ui/src/main/java/com/google/android/horologist/media/ui/components/base/StandardChip.kt) **placeholder** icon should have an alpha applied in order to change the color when on disabled state. Compare:  Our [implementation](https://github.com/google/horologist/blob/63d4d99cfdee41cf531bc3677d15c9a9705fff2c/media-ui/src/main/java/com/google/android/horologist/media/ui/components/base/SecondaryChip.kt#L109) relies on...
Improve CI script to check and fail when snapshot images are added without using Git LFS as per https://github.com/cashapp/paparazzi#git-lfs
Since: https://github.com/google/horologist/pull/271
From Josef: > One thing we should priotise is making sure the haptics are felt when users scroll the RSB to move up / down the screen > Premium haptics...
#### WHAT Upgrade Android Gradle plugin to 7.3.0. #### HOW Applied all suggested changes by Android Studio. #### Checklist :clipboard: - [N/A] Add explicit visibility modifier and explicit return types...
#### WHAT Address some of the warnings found with compose rules ktlint. #### WHY #610 #### Checklist :clipboard: - [x] Add explicit visibility modifier and explicit return types for public...