Skip to content

v2.2.0

Compare
Choose a tag to compare
@maltaisn maltaisn released this 30 Apr 22:53
· 18 commits to master since this release
v2.2.0
b941b60
  • Google's Material Components now used for UI.
  • Lowered min SDK to 14.
  • Added content description for the erase button.
  • Initial value can now be negated. Previous behavior was to clear the value.
  • Breaking changes in styling attributes:
    • Removed calcHeaderStyle and calcHeaderElevationDrawable attributes, they were replaced
      by calcHeaderColor and calcHeaderElevationColor. Note that the latter only applies to
      APIs below 21, otherwise default elevation color is used.
    • Renamed calcNumberBtnStyle to calcDigitBtnStyle, calcNumberBtnColor to calcDigitBtnColor,
      and calcDialogSepColor to calcDividerColor.
  • Fixed crashes due to NumberFormat deserialization bug during unparcelization.