Releases: code-mc/loadtoast
Releases · code-mc/loadtoast
1.0.12
- 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
Added a more material-like loader animation.
1.0.9
Fixed IllegalStateException when used in AppCompatActivity.
1.0.8
- 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
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
Fixed:
- Load toast does not show on top of views added after it is initialized
1.0.5
- Fixed not displaying after show
- Added setTranslationY method
- Added nineoldandroid animations -> minsdk now 8