Skip to content

Releases: GeniusRUS/MultiProgressBar

Release with improvements and fixes from issues

Choose a tag to compare

@GeniusRUS GeniusRUS released this 31 Mar 18:42

#6: Added the ability to start progress from a specific cell
#9: The ValueAnimator has been replaced with a Timer implementation. This will make the progress animation work more correctly.
#12: The reasons for this behavior have been fixed. Please reopen the issue again if the problem persists
#14: XML attributes have been changed for unique identifiers:

  • lineColor -> progressLineColor
  • isNeedRestoreProgress -> progressIsNeedRestoreProgress
  • singleDisplayedTime -> progressSingleDisplayedTime
  • orientation -> progressOrientation

Release with some fixes

Choose a tag to compare

@GeniusRUS GeniusRUS released this 27 Jan 08:40
- fix: fix behavior on changing steps

- refactor: added required attribute to activity in AndroidManifest.xml

Direction support

Choose a tag to compare

@GeniusRUS GeniusRUS released this 16 May 07:03
206d4bb

From issue #10

Release with improvements from issues

Choose a tag to compare

@GeniusRUS GeniusRUS released this 23 Feb 16:31
a39dfac

This version includes changes from the following issues:
#4 Crash when measuredWidth becomes 0
#5 onProgressStepChange receive value greater than progressCount

Added runtime change of single displayed time

Choose a tag to compare

@GeniusRUS GeniusRUS released this 11 Feb 11:03

Thanks @zahirahmed for issue #2