Skip to content

Releases: maxkeppeler/sheets

Bottom-Sheets 1.0.6

18 Dec 21:44
Compare
Choose a tag to compare

General

  • CalendarSheet: Fix disabled days of a timeline (past or future) still being selectable
  • CalendarSheet: Fix in and out day style which previously led to glitches
  • CalendarSheet: Disabled days of a timeline are still displayed for the current month, with an equal design as specific disabled dates.
  • ClockTimeSheet: Disabled keys issue fixed
  • ClockTimeSheet: Fix bug which leads to invalid time if user switches between indices multiple times
  • Some methods for Input types renamed
  • OptionsSheet: Options don't require a drawable anymore, you can just display a list of texts. (I recommend an icon though.)
  • OptionsSheet: Throws exception in single choice mode if an item is already selected and disabled - therefore can't be changed.
  • General cleanup, documentation added etc.

New style attrs:

  • Custom style attr for disabled text color bottomSheetOptionDisabledTextColor
  • Custom style attr for disabled image color bottomSheetOptionDisabledImageColor
  • Custom style attr for disabled background color bottomSheetOptionDisabledBackgroundColor

Changed attrs:

  • bottomSheetOptionActiveTextColor to bottomSheetOptionSelectedTextColor
  • bottomSheetOptionActiveImageColor to bottomSheetOptionSelectedImageColor

Bottom-Sheets 1.0.5

14 Dec 20:00
Compare
Choose a tag to compare
  • Fixes missing repo JitPack issue
  • Removes feature dataBinding, which lead to issues when implementing the core module.
  • Fixes color issue in CalendarView in night mode
  • Modified packagingOptions to exclude 'META-INF/core.kotlin_module'

Bottom-Sheets 1.0.4

13 Dec 17:29
Compare
Choose a tag to compare
  • Fixes a problem with the TimeSheet
  • Adds more TimeFormat options (hh, mm)
  • Fixes regarding disabled keys for the 24h and 12h format with the ClockSheet

Bottom-Sheets 1.0.3

12 Dec 22:15
Compare
Choose a tag to compare
  • NumericalInput is now a custom view and be a reused in your custom bottom sheet
  • Highlight color is now by default generated based on the colorPrimary / bottomSheetPrimaryColor
  • Fixes regarding the ripple colors and selected color in the OptionsSheet
  • Corner radius and family attrs added to set for all bottom sheets
  • Reduce corner radius in background ripple
  • Simplified access to hierarchical attr values for frequently used color attrs (e.g. primaryColor)
  • Fixes typos and formatting issues and general cleanups

Bottom-Sheets 1.0.2

09 Dec 16:24
Compare
Choose a tag to compare
  • Restructuring hierarchy, reduce views
  • Various Bug fixes
  • Improvements to easily make a custom bottom sheet while using library's components
  • Strings added and translated into German

Bottom-Sheets 1.0.1

06 Dec 22:15
Compare
Choose a tag to compare
  • Fixes bugs leading to crashes when building InputSheet
  • Fixes bug that prevents collapsing items in the OptionsSheet for the horizontal and vertical expanded grid

Bottom-Sheets 1.0.0

06 Dec 12:37
Compare
Choose a tag to compare

Initial release with the modules core, time, time-clock, calendar, info, color, input and options.