Skip to content

Releases: michael-rapp/AndroidBottomSheet

Version 2.0.0

30 Oct 22:29
Compare
Choose a tag to compare

A major release, which introduces the following changes:

  • Migrated library to Android X.
  • Updated dependency "AndroidUtil" to version 2.0.0.
  • Updated targetSdkVersion to 28.

Version 1.4.6

04 May 22:49
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated AppCompat v7 support library to version 27.1.1.
  • Updated dependency "AndroidUtil" to version 1.20.2.

Version 1.4.5

26 Jan 12:28
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated targetSdkVersion to API level 27 (Android 8.1).
  • Updated dependency "AndroidUtil" to version 1.19.0.

Version 1.4.4

30 Dec 16:51
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated targetSdkVersion to API level 26 (Android 8.0). This required to increase the minimum API level to 14.
  • Updated AppCompat v7 support library to version 27.0.2.
  • Updated dependency "AndroidUtil" to version 1.18.3.

Version 1.4.3

26 Jan 03:32
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated targetSdkVersion to API level 25 (Android 7.1).
  • Updated AppCompat v7 support library to version 25.1.0.
  • Updated dependency "AndroidUtil" to version 1.12.3.

Version 1.4.2

13 Sep 01:26
Compare
Choose a tag to compare

A bugfix release, which fixes the following issue:

  • Increased minSdkVersion to 9 as this is required by the AppCompat v7 support library 24.2.0.

Version 1.4.1

11 Sep 23:01
Compare
Choose a tag to compare

A minor release, which introduces the following changes:

  • Updated targetSdkVersion to API level 24 (Android 7.0).
  • Updated AppCompat v7 support library to version 24.2.0.
  • Updated dependency "AndroidUtil" to version 1.11.1.

Version 1.4.0

19 Aug 21:38
Compare
Choose a tag to compare

A feature release, which introduces the following changes:

  • The properties of a BottomSheet are now stored/restored in its onSaveInstanceState- and onRestoreInstanceState-method. This does not include properties, which are not serializable, e.g. listeners.
  • Updated dependency "AndroidUtil" to version 1.11.0.

Version 1.3.0

26 May 18:21
Compare
Choose a tag to compare

A feature release, which introduces the following changes:

  • It is now possible to globally change the theme, which is used by a BottomSheet by the default, by using the theme attribute bottomSheetTheme.
  • Updated AppCompat v7 support library to version 23.4.0.

Version 1.2.0

23 Apr 01:18
Compare
Choose a tag to compare

A feature release, which introduces the following changes:

  • Each item of a BottomSheet is now associated with an id. This allows to reference individual items regardless of their current position. The id of an item is passed to the registered OnItemClickListener when it is clicked.