Releases: marcoscgdev/DialogSheet
Releases · marcoscgdev/DialogSheet
2.2.0
2.1.2
- You can now use DialogSheet2 class if you want the new dialog style.
2.1.1
2.1.0
- 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
- Text size support.
- Some bugs fixed.
- NOTE: Upcoming releases will be based on AndroidX.
2.0.8
- Keyboard input bug fixed.
- Now with buttons coloring support (again) via code.
2.0.7
- Neutral button support (thanks to @owenlejeune).
2.0.6
- Possibility to prevent dialog to be dismissed on button click (thanks to @owenlejeune).
2.0.5
- Added AndroidX support.
2.0.4
- 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.