Skip to content

Releases: marcoscgdev/DialogSheet

2.2.0

27 Jan 20:27
Compare
Choose a tag to compare
  • Gradle was updated to v8.2.2
  • Target Android SDK was updated to 34
  • Dialog landscape width was parameterized (as requested on issue #31)

2.1.2

07 Nov 16:22
Compare
Choose a tag to compare
  • You can now use DialogSheet2 class if you want the new dialog style.

2.1.1

17 Sep 17:07
Compare
Choose a tag to compare
  • Issue #25 was fixed.
  • Kotlin was updated to v1.4.0.

2.1.0

18 Aug 23:44
4a287ee
Compare
Choose a tag to compare
  • New dialog style was added.
  • Now you can use different colors for buttons.

NOTE: This library is using Kotlin and AndroidX from this version onwards.

2.0.9

20 Dec 17:40
8f5fea1
Compare
Choose a tag to compare
  • Text size support.
  • Some bugs fixed.
  • NOTE: Upcoming releases will be based on AndroidX.

2.0.8

13 Oct 17:53
d742d9a
Compare
Choose a tag to compare
  • Keyboard input bug fixed.
  • Now with buttons coloring support (again) via code.

2.0.7

04 Aug 15:17
469d8b3
Compare
Choose a tag to compare

2.0.6

12 Jul 15:39
1e09997
Compare
Choose a tag to compare
  • Possibility to prevent dialog to be dismissed on button click (thanks to @owenlejeune).

2.0.5

21 Apr 16:47
Compare
Choose a tag to compare
  • Added AndroidX support.

2.0.4

20 Apr 14:10
c543851
Compare
Choose a tag to compare
  • OnDismissListener added.
  • Possibility to dynamically remove views by setting them to null. Ex: setNegativeButton(null, null);
  • Possibility to use custom typefaces for all dialog elements.