All Versions
7
Latest Version
Avg Release Cycle
149 days
Latest Release
2457 days ago

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
  • 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() or dismiss() within 1 ms after initialization would not hide the toast.
  • v1.0.7 Changes

    July 03, 2015

    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.

  • 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