Skip to content

Releases: nasduck/LesserPandaToast

2.0.1

11 Nov 05:46
dd4f927
Compare
Choose a tag to compare
  • 解决tip toast的显示消失问题

2.0.0

09 Aug 09:29
b20cbd1
Compare
Choose a tag to compare
  • 将提示性toast从原来的toast体系中分离出来,基于Android原生的toast。
  • loading toast的使用方式与原来一样。
  • 保留原来的toast体系,依然可以用来自定义。

1.0.3

08 Aug 09:36
4feb2bc
Compare
Choose a tag to compare
Merge pull request #9 from nasduck/develop

Develop

1.0.1

30 May 03:29
aa4640c
Compare
Choose a tag to compare
  • change lib name to LesserPandaToast.
  • In this release, guidelines have been added to make it easier for users to use.

1.0.0

05 May 06:10
7d909e8
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release
  • 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.