All Versions
7
Latest Version
Avg Release Cycle
149 days
Latest Release
2179 days ago
Changelog History
Changelog History
-
v1.0.12 Changes
October 03, 2017- โ Added LTR/RTL support (
setTextDirection
) - โ Added
hide
method. - Rewrote elevation logic, view should now always appear on top
- โ Added border (
setBorderColor
,setBorderWidth
) - ๐ Fixed a memory leak caused by the loading circle AnimatedDrawable
- โ Added LTR/RTL support (
-
v1.0.10 Changes
January 30, 2016โ Added a more material-like loader animation.
-
v1.0.9 Changes
September 28, 2015๐ Fixed IllegalStateException when used in AppCompatActivity.
-
v1.0.8 Changes
July 03, 2015- When no text is provided, the toast shrinks to only show the circular loader.
- ๐ Fixed a bug where calling
error()
ordismiss()
within 1 ms after initialization would not hide the toast.
-
v1.0.7 Changes
July 03, 2015If the text is too long to display inside the toast, it will no longer be cut off but it will now marque.
I still highly suggest only using these for very short (<15 char) messages.
-
v1.0.6 Changes
April 27, 2015๐ Fixed:
- Load toast does not show on top of views added after it is initialized
-
v1.0.5 Changes
April 26, 2015- ๐ Fixed not displaying after show
- โ Added setTranslationY method
- โ Added nineoldandroid animations -> minsdk now 8