Skip to content

Releases: MFlisar/ComposePreferences

0.4.7

24 Apr 17:26
Compare
Choose a tag to compare

compose dialog dependency updated

0.4.6

24 Apr 16:09
Compare
Choose a tag to compare

updated kotpreferences dependency to 0.5.1

0.4.5

06 Apr 20:28
Compare
Choose a tag to compare

Compose Version: 2024.04.00

  • PreferenceStyleDefaults: fixed surfaceVariant and header versions

  • PreferenceInputNumber does support a formatter and validator now (directly derived from the input dialog that's used underneath)

Full Changelog: 0.4.4...0.4.5

0.4.4

30 Mar 18:13
Compare
Choose a tag to compare

added an onAfterValueChanged to to kot preference extension for easier reactions to changes

Full Changelog: 0.4.3...0.4.4

0.4.3

30 Mar 17:30
Compare
Choose a tag to compare

added ability to cancel changes in bool preference as well (was already possible elsewhere) as well as in the KotPreference versions

0.4.2

30 Mar 13:31
Compare
Choose a tag to compare

updated compose bom: 2024.02.01 => 2024.03.00

and removed one forgotten log line

Full Changelog: 0.4.1...0.4.2

0.4.1

23 Mar 19:34
Compare
Choose a tag to compare

PreferenceContentText: does align text on the left, if contentPlacementBottom is used inside the ItemSetup

0.4

26 Feb 10:38
Compare
Choose a tag to compare
0.4
  • updated compose bom: 2023.10.01 => 2024.02.01
  • versions updated to latest stable
  • BasePreference: setup renamed to itemSetup
  • Info/Bool/Color/Date/Input/List/Number/Time allow to adjust the internal itemSetup now to adjust content placement, icon sizes and similar
  • PreferenceInfo: use the itemSetup class to adjust alignment and ignoreMinItemHeight

Full Changelog: 0.3...0.4

0.3

02 Nov 20:12
Compare
Choose a tag to compare
0.3

changed preference title/text style + added customisation option

0.2

26 Oct 18:27
Compare
Choose a tag to compare
0.2
  • updated compose bom: 2023.10.00 => 2023.10.01
  • updated dialog dependency: 1.0.3 => 1.0.4
  • code cleanup