Releases: nasduck/GiantPandaDialog
Releases · nasduck/GiantPandaDialog
1.2.4
- add 'showHtmlDialog' method for html data
1.2.3
- In this release, guidelines have been added to make it easier for users to use.
1.2.2
- Separate toast from this lib.
- Now users could show Dialog directly by DuckDialog.showDialog(); or use ToastBuilder to customize a new Dialog.
1.2.1
Text toast set default vertical padding value to 20.
1.2.0
- Update TextToast Usage and optimize the project structure
- Now users could show Toast directly by
DuckDialog.showToast(this, "Toast Default");
or use ToastBuilder
to customize a new Toast.
1.1.0
optimize no title select dialog, no title tip dialog and title tip di…