Skip to content

Releases: tingyik90/snackprogressbar

6.4.2

12 Jun 19:33
Compare
Choose a tag to compare
  • Resolved issue #33.

6.4.1

20 May 15:27
Compare
Choose a tag to compare
  • Resolved issue #32.

6.4.0

05 May 08:50
Compare
Choose a tag to compare

Rounded corner background as per latest Material Design is now added!

6.3.0

25 Mar 14:56
Compare
Choose a tag to compare
  • Updated gradle.
  • Resolved #30, which changed the internal behaviour but no change to public API.

6.2.1

27 Feb 02:41
Compare
Choose a tag to compare
  • Updated gradle.
  • Replace deprecated setColorFilter method.

6.2.0

19 Dec 13:21
7ff2dc5
Compare
Choose a tag to compare
  • Solved #26 and #28
  • Updated gradle.

6.1.1

30 Jul 13:29
Compare
Choose a tag to compare

Resolved issue #23.

6.1

09 May 14:52
544f958
Compare
Choose a tag to compare
6.1

Fixed compilation error of v6.0 by setting minifyEnabled to false.

6.0

08 May 17:46
40d74ac
Compare
Choose a tag to compare
6.0

v6.0 does not break migration from v5.0. Added the following features:

  • SnackProgressBarLayout is now public, so you can directly edit the layout in OnDisplayListener.onLayoutInflated.
  • WeakReference is now used for views to prevent memory leak.
  • LifeCycle Architecture is used to call SnackProgressBarManager.disable() automatically in OnDestroy to prevent memory leak.

See README.md and KDoc for more.

5.0

22 Oct 10:29
e5c360e
Compare
Choose a tag to compare
5.0

Mirgrate to androidx.