Skip to content

Releases: tingyik90/snackprogressbar

4.1

26 Apr 13:08
Compare
Choose a tag to compare
4.1

Removed application tag in AndroidManifest.xml. Use this version if you have build issue.

4.0

18 Apr 16:32
Compare
Choose a tag to compare
4.0
  • Changed from TYPE_ACTION, TYPE_MESSAGE, TYPE_DETERMINATE, TYPE_INDETERMINATE to TYPE_NORMAL, TYPE_HORIZONTAL, TYPE_CIRCULAR.
  • Added bundle support to carry information.
  • Allow action to be added for all types.

3.4

30 Jan 14:51
Compare
Choose a tag to compare
3.4
  • Added setProgressTextColor() method.

3.3

09 Dec 17:02
Compare
Choose a tag to compare
3.3
  • Added setTextSize() and setMessageMaxLines() in SnackProgressBarManager.
  • Rewrite of onMeasure() in SnackProgressBarLayout.

3.2

03 Dec 06:17
Compare
Choose a tag to compare
3.2

Hides an exposed SnackProgressBar constructor.

3.1 - Kotlin

03 Dec 04:54
cc1c9a0
Compare
Choose a tag to compare
  • Same as 3.0 with minor update due to jitpack.io error
  • Updated to Kotlin.
  • API calls are still similar.
  • Fixed a bug where overlayLayout is not dismissed when CoordinatorLayout is used.
  • Fixed a minor animation bug during swipe in.

2.2

02 Jul 13:21
Compare
Choose a tag to compare
2.2

Solved an alpha animation bug for swipe to dismiss when using non-CoordinatorLayout.

2.1

25 Jun 06:39
Compare
Choose a tag to compare
2.1

Added setOverlayLayoutColor().

2.0

10 Jun 18:21
Compare
Choose a tag to compare
2.0

SnackProgressBar now extends BaseTransientBottomBar.

1.1

31 May 18:03
Compare
Choose a tag to compare
1.1
Removed variable "id" from SnackProgressBar.