0.5.19
The minSdk change introduces a need to coreLibraryDesugaring, see java8-support for instructions
While Horologist minSdk is 25, this doesn't indicate support, specifically Wear libraries might have higher minSdk or lack support on older devices. But won't stop your app from building.
- Reduce the minSdk to 25 across horologist, and adopt coreLibraryDesugaring for java.time.
- Deprecate WearNavScaffold in favour of AppScaffold. See guide.
- General improvements to data layer functionality for engagement.
- Media UI Fixes.
What's Changed
- Review comments for AI UI by @yschimke in #1948
- Update CustomMediaActionButton UI to be in line with MediaButton. by @kpaikena in #1950
- fix(deps): update all dependencies by @yschimke in #1953
- Add demo for Install App Prompt to datalayer phone sample app by @luizgrp in #1956
- AI Sample app by @yschimke in #1955
- Fix time text on NodeDetailsScreen by @luizgrp in #1961
- Improve error message from Install App Prompt demo by @luizgrp in #1962
- Add explanation to counter sample by @kul3r4 in #1963
- Improve explanation of install prompt demo for Gmail by @kul3r4 in #1964
- Markdown support by @yschimke in #1960
- fix(deps): update all dependencies by @renovate-bot in #1967
- fix(deps): update dependency com.mikepenz:multiplatform-markdown-renderer 0.11.0 to v0.12.0 by @renovate-bot in #1969
- chore(deps): update dependency com.diffplug.spotless 6.23.3 to v6.24.0 by @renovate-bot in #1970
- Update Install App Prompt to dismiss bottomsheet when not now button is tapped by @luizgrp in #1971
- Update Install App Prompt demo to display this sample app by @luizgrp in #1965
- Add loading state to Install App Prompt demo 2 by @luizgrp in #1973
- Describe API stability by @yschimke in #1974
- Fix crash with instrumentation tests by @luizgrp in #1976
- Deprecate WearNavScaffold by @yschimke in #1975
- Reduce libraries to minSdk 25 by @yschimke in #1972
- fix(deps): update all dependencies 1.2.0 to v1.2.1 by @renovate-bot in #1982
- Remove foreground check from sendRequestWithTimeout by @luizgrp in #1983
- Define the min sdk policy by @yschimke in #1984
- Improve kdocs and samples of datalayer functions by @luizgrp in #1985
- Remove SuppressLint annotation by @luizgrp in #1988
- Improve installOnNode kdocs and implementation by @luizgrp in #1989
Full Changelog: v0.5.18...v0.5.19