Releases: tingyik90/snackprogressbar
Releases · tingyik90/snackprogressbar
4.1
Removed application tag in AndroidManifest.xml. Use this version if you have build issue.
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
- Added setProgressTextColor() method.
3.3
- Added setTextSize() and setMessageMaxLines() in SnackProgressBarManager.
- Rewrite of onMeasure() in SnackProgressBarLayout.
3.2
Hides an exposed SnackProgressBar constructor.
3.1 - Kotlin
- 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
Solved an alpha animation bug for swipe to dismiss when using non-CoordinatorLayout.
2.1
Added setOverlayLayoutColor()
.
2.0
SnackProgressBar now extends BaseTransientBottomBar.
1.1
Removed variable "id" from SnackProgressBar.