Releases: rohankhayech/AndroidUtils
Releases · rohankhayech/AndroidUtils
v0.2.0
Minor pre-release.
Theme Utils
Features Added
- Added composition locals for true dark and dynamic theme added to
AdaptiveMaterialTheme
.
Technical Changes
- Updated dependencies.
v0.1.0
Initial Pre-Release
Features
Preview Utils
Utilities for Compose previews.
- Preview annotations for combinations of theme, devices, orientation and more.
- Wrapper to correctly display previews with a background and theme.
- Color swatch that can be used to preview the colors of a material theme.
Theme Utils
Utilities for theming Compose UI.
- Adaptable material theme composable that handles dark theme and dynamic color logic internally.
- True dark (AMOLED black) color set and associated color methods.
- Dynamic color sets for Material 2, including color harmonisation methods for Compose.
- Extended default component colors including secondary (de-emphasised) button colors.