Skip to content

Releases: rubensousa/BottomSheetBuilder

1.6.0

20 Feb 17:05
Compare
Choose a tag to compare

Added support for manual insertion of items #13

1.5.1

24 Jan 22:51
Compare
Choose a tag to compare

1.5

15 Nov 18:01
Compare
Choose a tag to compare
1.5
  • Improved styling
  • Added support to resolved colors
  • Updated support library to 25.0.1

1.4

27 Oct 23:44
Compare
Choose a tag to compare
1.4
  • Fix issue with long titles
  • Fix issue that caused grid bottom sheet to not expand on start
  • Set title as fixed if it's the only one in a list

1.3

29 Aug 16:21
Compare
Choose a tag to compare
1.3
  • Add icon tint support
  • Add tablet layouts
  • Fix text size to match the material design spec.
  • Improve peek height on landscape
  • Use a BottomSheet style by default instead of setting a default background

1.2

27 Aug 18:00
Compare
Choose a tag to compare
1.2
  • Call Dialog's onCancel method if the user hides the bottom sheet
  • Add option to avoid overlapping with AppBarLayout
  • BREAKING: Pass MenuItem object instead of BottomSheetMenuItem to click listener
  • Animate dialog dismiss and cancel
  • Add java docs and sources to gradle config
  • Update support library to 24.2.0

1.1

19 May 15:17
Compare
Choose a tag to compare
1.1
  • Update support library to 23.4.0
  • Only add visible menu items

1.0

26 Apr 17:23
Compare
Choose a tag to compare
1.0
  • Update support lib to 23.3.0
  • Improve dismiss on item click

0.3

01 Mar 01:20
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release
  • Add setMenu(Menu menu) to BottomSheetBuilder
  • Ellipsize adapter Textviews
  • Add BottomSheetMenuDialog as a workaround for BottomSheetDialog issues

0.2.1

28 Feb 14:12
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Refactor click listener