Skip to content

Releases: rohankhayech/AndroidUtils

v0.2.0

20 Sep 14:09
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

08 Sep 08:10
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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.