Skip to content

Releases: philipk99/android-util

0.3.2

03 Nov 02:17

Choose a tag to compare

EventHandler

  • EventHandler now ensures that no event is lost

ThemeMode

  • Added ThemeMode enum

0.3.1

15 Oct 14:50

Choose a tag to compare

Bump version to include minor changes

0.3.0

15 Oct 02:25

Choose a tag to compare

Upgraded lib to Material 3

  • Upgraded all dependencies
  • Upgraded project to my standart approach
  • Removed unnecessary dependencies
  • Added libs.versions.toml
  • Updated components to Material 3
  • Removed lib components which were introduced through Material 3:
    - ButtonToggleGroup -> Segmented buttons

Added basic util objects, functions and composables

  • Added necessary dependencies
  • Added RatingBar composable
  • Added Crypto datastore with serializer factory
  • Added AsyncUtil
  • Added Result, Error and NetworkError classes
  • Added responseToResult and safeCall networking methods

0.2.0

13 Jun 14:05

Choose a tag to compare

Added leading and trainling icons to ButtonToggleGroup and DropDownSpinner
Added Resource and OrderDirection classes as data utils

0.1.0

12 Jun 14:41

Choose a tag to compare

Initial release