Skip to content

Releases: Kennyc1012/BottomSheetMenu

Release 5.1.1

16 Jun 12:20
Compare
Choose a tag to compare

Release 5.1

15 Oct 13:34
Compare
Choose a tag to compare
  • Make use of ViewModel to save state of the Builder object
  • Fixes #71. If the app process was killed, the dialog will not attempt to display.

Release 5.0

08 Oct 15:27
Compare
Choose a tag to compare
  • Target android SDK 34
  • Remove createShareBottomSheet methods
  • Add way to disable items in menu
  • Remove retainInstance = true calls inside of BottomSheetMenuDialogFragment
  • Update material library to 1.10.0
  • Updated Kotlin to 1.8.22

Release 4.3.2

12 May 12:18
Compare
Choose a tag to compare
  • Exclude kotlin from packaging options #67

Release 4.3.1

12 May 12:14
Compare
Choose a tag to compare
  • Update to java 17 to fix builds

Release 4.3

12 May 12:07
Compare
Choose a tag to compare
  • Remove QUERY_ALL_PACKAGES permission. Thanks @unbiaseduser
  • Update Kotlin to V1.8.10
  • Update annotations to V1.6.0
  • Update Material to V1.9.0
  • Update compile SDK to V33
  • Update gradle for latest android studio. Thanks @unbiaseduser

Release 4.2

02 Jul 10:41
Compare
Choose a tag to compare
  • Update Kotlin to 1.7.0
  • Update Material library to 1.6.1

Release 4.1

20 Feb 01:17
Compare
Choose a tag to compare
  • Create the close title. This will only show if the bottom sheet expands to fill the entire screen.
  • Simplified styles by removing the BottomSheetMenu.Title BottomSheetMenu.ListItem and BottomSheetMenu.GridItem styles.

Release 4.0

05 Feb 15:42
a9631e3
Compare
Choose a tag to compare
  • Update to SDK 31. Min SDK is now 21
  • Update kotlin to 1.6.10
  • Update gradle and gralde build tools
  • Java 11 now required for project
  • Update styles for Material3 themeing.
  • DayNight theme added

Release 3.3.0

13 Jul 11:49
Compare
Choose a tag to compare
  • Update material library to 1.4.0
  • Update Kotlin to 1.5.20
  • Update gradle plugin to 4.2.2
  • Fix grid title placement
  • Fix crash on rotation #66 #68