Releases: code-mc/loadtoast
Releases · code-mc/loadtoast
1.0.12
Compare
Sorry, something went wrong.
No results found
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
1.0.10
Compare
Sorry, something went wrong.
No results found
Added a more material-like loader animation.
1.0.9
Compare
Sorry, something went wrong.
No results found
Fixed IllegalStateException when used in AppCompatActivity.
1.0.8
Compare
Sorry, something went wrong.
No results found
When no text is provided, the toast shrinks to only show the circular loader.
Fixed a bug where calling error() or dismiss() within 1 ms after initialization would not hide the toast.
1.0.7
Compare
Sorry, something went wrong.
No results found
If 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.
1.0.6
Compare
Sorry, something went wrong.
No results found
Fixed:
Load toast does not show on top of views added after it is initialized
1.0.5
Compare
Sorry, something went wrong.
No results found
Fixed not displaying after show
Added setTranslationY method
Added nineoldandroid animations -> minsdk now 8