Releases: Kennyc1012/BottomSheetMenu
Releases · Kennyc1012/BottomSheetMenu
Release 2.0.5
- Added attributes from Pull Request thanks to @liuguangqiang #21
Release 2.0.4
- #11 Fix Scrolling Issues
Release 2.0.3
- Update support library to 23.1.0
- Remove allowBackup node
Release 2.0.2
- Fix crash that occurs when no icons are defined.
Release 2.0.1
- 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
- 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
- Added background color to builder
- Fixed error caused by drawing while being destroyed.
Release 1.2.1
- Add better menu inflating
- Fix Ellipsis
- Add Builder method that adds MenuItems to the BottomSheet
Release 1.2.0
- 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
- Additional builder methods created for passing a Menu or List of MenuItems to use when creating the BottomSheet. Thanks @Evisceration for this pull request.