KutePreferences

A beautiful, clean and extendable preferences library for Android written in Kotlin

Stars
12

Bot releases are visible (Hide)

KutePreferences - v3.0.0 Latest Release

Published by release-drafter[bot] 7 months ago

What’s Changed

  • Complete rewrite using Compose
KutePreferences - v2.0.0

Published by release-drafter[bot] about 5 years ago

What’s Changed

  • complete architectural rewrite using epoxy for displaying list of preference items
  • #9 added range preferences for int and float input (#22) by @markusressel
KutePreferences - v1.5.2

Published by markusressel almost 6 years ago

  • dependency fixes
KutePreferences - v1.5.1

Published by markusressel almost 6 years ago

  • added theme attribute for search result highlighting color
KutePreferences - v1.5.0

Published by markusressel almost 6 years ago

  • added KuteTimePreference
  • added KuteUrlPreference
  • KuteDivider is now KuteSection which acts as a group on a page
  • Search fixes
  • Duplicates in backstack are ignored from now on
  • improved documentation
KutePreferences - v1.4.0

Published by markusressel almost 6 years ago

  • refactoring to prevent duplicate classpaths
  • style/theme fixes
  • slight restyling
KutePreferences - v1.3.1

Published by markusressel almost 6 years ago

  • added color preference
  • updated dependencies
KutePreferences - v1.3.0

Published by markusressel almost 6 years ago

  • submodule refactoring for better import control on your side
  • update to MaterialDialogs v2
  • migration to androidx namespaces
KutePreferences - v1.2.2

Published by markusressel about 6 years ago

  • fix module import
KutePreferences - v1.2.1

Published by markusressel about 6 years ago

  • include sourcecode in jitpack release
  • allow single module import: implementation("com.github.markusressel.KutePreferences:library:v1.2.1")
  • dependency updates
KutePreferences - v1.2.0

Published by markusressel over 6 years ago

  • less tight coupling of KutePreferenceItem and KutePreferenceDataProvider, accepting the risk of loosing type safety
  • refactoring
  • renamed "RESET" to "DEFAULT"
KutePreferences - v1.1.1

Published by markusressel over 6 years ago

  • removed alpha from default icon
KutePreferences - v1.1.0

Published by markusressel over 6 years ago

  • reworked search bar (now in toolbar)
  • added theming attributes for menu icon color and default setting item icon color
    • kute_preferences__menu__icon_color
    • kute_preferences__setting__default_icon_color
  • added AboutLibrary string res
  • upped compileSdk to 28
KutePreferences - v1.0.2

Published by markusressel over 6 years ago

  • move cursor to end of text in KuteTextPreference
KutePreferences - v1.0.1

Published by markusressel over 6 years ago

  • wrap preference items in scrollview
KutePreferences - v1.0.0

Published by markusressel over 6 years ago

  • initial release
Badges
Extracted from project README
codebeat badge