Releases: nasduck/LesserPandaToast
Releases · nasduck/LesserPandaToast
2.0.0
- 将提示性toast从原来的toast体系中分离出来,基于Android原生的toast。
- loading toast的使用方式与原来一样。
- 保留原来的toast体系,依然可以用来自定义。
1.0.3
Merge pull request #9 from nasduck/develop
Develop
1.0.1
- change lib name to LesserPandaToast.
- In this release, guidelines have been added to make it easier for users to use.
1.0.0
- Detach from the GiantPandaDialog.
- Now users could show Toast directly by DuckToast.showXXX(); or use ToastBuilder to customize a new Toast.
- use dismiss() way for making toast dismiss.