Releases: code-mc/loadtoast Releases · code-mc/loadtoast
1.0.12 03 Oct 18:40
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 30 Jan 20:58
Compare Sorry, something went wrong.
No results found Added a more material-like loader animation.
1.0.9 28 Sep 09:14
Compare Sorry, something went wrong.
No results found Fixed IllegalStateException when used in AppCompatActivity.
1.0.8 03 Jul 23:12
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 03 Jul 22:21
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 27 Apr 21:36
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 26 Apr 16:01
Compare Sorry, something went wrong.
No results found Fixed not displaying after show Added setTranslationY method Added nineoldandroid animations -> minsdk now 8