Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Releases: M3DZIK/android-libs

v1.8.0

18 Jul 13:36
v1.8.0
782beea
Compare
Choose a tag to compare
  • Updated repository url in publish config
  • Used kotlin std for hex encoding
  • Sorted parameters in TopAppBarMultiColor composable
  • Extended LifecycleOwner by bind function
  • Removed verticalPadding extensions from Modifier
  • Added additional bottom padding for bottom sheet
  • Updated rememberMutable function and make it as inline
  • Add support in ComboBoxDropdown for values that are not enum

Full Changelog: v1.7.1...v1.8.0

v1.7.1

02 Jul 12:02
v1.7.1
1097cb8
Compare
Choose a tag to compare

Compose

  • Added LoadingButton that changes loading state when clicked

Full Changelog: v1.7.0...v1.7.1

v1.7.0

30 Jun 20:57
v1.7.0
84af787
Compare
Choose a tag to compare

Compose

  • Deleted @Composable annotation from custom colors variables
  • Added ColorScheme.isDark
  • Added default value for state parameter in TextFieldValue.fromMutableState function
  • Changed color package to theme
  • Added Spacing class and extension property MaterialTheme.spacing
  • Added some Modifier extensions for horizontal padding
  • Deleted (not-needed) additional bottom padding from BaseBottomSheet
  • Deleted statically added height from PickerBottomSheet and added modifier to apply to this row
  • Added DialogTitle and some other small changes in dialogs
  • Updated spacings in preferences and text fields

Full Changelog: v1.6.1...v1.7.0

v1.6.1

21 Jun 19:02
v1.6.1
42bae29
Compare
Choose a tag to compare

Compose

  • Changed vertical padding of PreferenceGroupTitle to 4dp
  • Fixed bottom sheet - navigation bars padding compliance

Full Changelog: v1.6.0...v1.6.1

v1.6.0

18 Jun 21:06
v1.6.0
47700bd
Compare
Choose a tag to compare

Features

  • Added NavigationAnimations

Fixes

  • Change focus state in AnimatedTextField only if the value is editable

Changes

  • Added rememberSaveableMutable function and removed rememberMutableString etc.
  • Changed java version from 1.8 to 17
  • Deleted unneeded build features

Breaking

  • Moved dialogs to dialog package
  • Move TestFieldValue class to ui.textfield package
  • Rename module components to composable

Full Changelog: v1.5.2...v1.6.0

v1.5.2

09 Jun 17:03
v1.5.2
f534302
Compare
Choose a tag to compare

Components

  • Fixed VerticalDivider color in AnimatedTextField
  • Changed min height of AnimatedTextField to 50dp
  • Make AnimatedTextField read-only when value is not editable (Fixed logic of value.editable)
  • Fixed icons in VisibilityIcon component
  • Changed text style in GroupText component to labelLarge
  • Changed min height of PreferenceEntry to 50dp
  • Changed visible of all Preview functions to private
  • Moved preferences components to new preference package
  • Added IconBox composable

Other changes

  • Added and updated documentation
  • Fixed generating javadoc jar

Full Changelog: v1.5.1...v1.5.2

v1.5.1

01 Jun 14:49
v1.5.1
c6e29e3
Compare
Choose a tag to compare

Components

  • Fixed text color of value in PlainTextField component
  • Changed min height of AnimatedTextField from 42dp to 46dp

v1.5.0

01 Jun 14:00
v1.5.0
e0b1ea5
Compare
Choose a tag to compare

Components

  • Deleted navigation utils due to new type-safe navigation in official library
  • Moved ui components to ui package
  • Created new ui components: ExpandedIfNotEmpty, ExpandedIfNotEmptyRow, AnimatedTextField, MaskedAnimatedTextField and PasswordAnimatedTextField
  • Added VisualTransformation for colorizePassword function

Crypto

  • Refactored EncryptedDataStore
  • Deleted unused function KeyStore.deleteKey(String)

Other

  • Updated dependencies
  • Migrated to Kotlin 2.0.0

Full Changelog: v1.4.0...v1.5.0

v1.4.0

06 May 16:48
v1.4.0
eab39fb
Compare
Choose a tag to compare
Release v1.4.0

v1.3.0

29 Feb 22:27
5623035
Compare
Choose a tag to compare
Bump Gradle to 8.6