Releases: maxkeppeler/sheets
Releases · maxkeppeler/sheets
Bottom-Sheets 1.0.6
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
tobottomSheetOptionSelectedTextColor
bottomSheetOptionActiveImageColor
tobottomSheetOptionSelectedImageColor
Bottom-Sheets 1.0.5
- 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
- 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
- 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
- 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
- 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
Initial release with the modules core, time, time-clock, calendar, info, color, input and options.