Skip to content

Releases: code-mc/loadtoast

1.0.12

03 Oct 18:40
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Added a more material-like loader animation.

1.0.9

28 Sep 09:14
Compare
Choose a tag to compare

Fixed IllegalStateException when used in AppCompatActivity.

1.0.8

03 Jul 23:12
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare

Fixed:

  • Load toast does not show on top of views added after it is initialized

1.0.5

26 Apr 16:01
Compare
Choose a tag to compare
  • Fixed not displaying after show
  • Added setTranslationY method
  • Added nineoldandroid animations -> minsdk now 8