Skip to content

Releases: Kennyc1012/BottomSheetMenu

Release 2.0.5

20 Dec 00:52
Compare
Choose a tag to compare

Release 2.0.4

12 Nov 18:11
Compare
Choose a tag to compare
  • #11 Fix Scrolling Issues

Release 2.0.3

31 Oct 11:51
Compare
Choose a tag to compare
  • Update support library to 23.1.0
  • Remove allowBackup node

Release 2.0.2

15 Oct 00:11
Compare
Choose a tag to compare
  • Fix crash that occurs when no icons are defined.

Release 2.0.1

19 Sep 19:07
Compare
Choose a tag to compare
  • Custom Views added
  • Simple Messages added
  • Class refactoring
  • Added text appearance styling for each text item
  • Removed color methods from builder.
  • Fixed maven

Release 1.2.3

28 Aug 21:26
Compare
Choose a tag to compare
  • Added ability to filter share options to specified package names. Thanks @hastoukopsaro for this pull request.
  • Updated gradle to 2.5
  • Updated build tools to 23.0.0
  • Updated android gradle build tools to 1.3.0
  • Update target/compile SDK to 23.

Release 1.2.2

25 Aug 23:37
Compare
Choose a tag to compare
  • Added background color to builder
  • Fixed error caused by drawing while being destroyed.

Release 1.2.1

20 Aug 23:26
Compare
Choose a tag to compare
  • Add better menu inflating
  • Fix Ellipsis
  • Add Builder method that adds MenuItems to the BottomSheet

Release 1.2.0

19 Aug 22:34
Compare
Choose a tag to compare
  • Added icon tinting. Thanks to @Evisceration for the pull request.
  • Added additional builder methods for styling
  • Added the ability to create a share intent picker

Release 1.1.2

18 Aug 23:34
Compare
Choose a tag to compare
  • Additional builder methods created for passing a Menu or List of MenuItems to use when creating the BottomSheet. Thanks @Evisceration for this pull request.