0.5.15
- New Paintable type for data class safe type for images
- Remove hard Coil dependency
- Data Layer improvements
- Optimise Media background rendering
- Draft App/Screen/Page Scaffold
What's Changed
- Adds Paintable class to represent generic image by @fstanis in #1868
- fix(deps): update all dependencies by @renovate-bot in #1869
- Improve datalayer samples by @luizgrp in #1872
- Remove record override by @yschimke in #1873
- Add Hilt to datalayer sample by @luizgrp in #1874
- Fix UI progress indicator for Loading state in datalayer sample app by @luizgrp in #1875
- chore(deps): update all dependencies by @renovate-bot in #1877
- Fix crash with instrumentation tests by @luizgrp in #1878
- Moves coil code into new library by @fstanis in #1870
- Add surfacesInfo property to WearDataLayerAppHelper by @luizgrp in #1880
- chore(deps): update dependency com.google.devtools.ksp 1.9.21-1.0.15 to v1.9.21-1.0.16 by @renovate-bot in #1876
- Adds round icon, update target for media sample by @kul3r4 in #1882
- Add AppHelper tracking screen to datalayer sample app by @luizgrp in #1883
- Add Hilt to datalayer watch sample app by @luizgrp in #1885
- Optimize background rendering. by @clickxu in #1884
- Adds icon to MediaUiModel and display components by @fstanis in #1864
- Fix chip layout by @yschimke in #1889
- Ignore A11y test by @yschimke in #1890
- Fix crash with instrumentation tests by @luizgrp in #1892
- Snap with responsive sample. by @yschimke in #1891
- Make model public in CoilPaintable by @fstanis in #1893
- App/Screen/Page Scaffold by @yschimke in #1886
- Makes CoilPaintable a data class and fixes typo by @fstanis in #1894
Full Changelog: v0.5.14...v0.5.15