All Versions
10
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v1.1.3 Changes

    • Added int constantsSUCCESS_STATE_PROGRESS = 100 and INDETERMINATE_STATE_PROGRESS = 50 to CircularProgressButton
    • Fixed issue #40 Attribute cpp_iconError doesn't work when cpp_iconSuccess is not set
    • ๐Ÿ›  Fixed issue #49 Changed progress from float to int
    • ๐Ÿ›  Fixed issue #47 Removed unused resources from the library. Added cpb_ prefix to all resourced inside library to limit name conflict.
  • v1.1.2 Changes

    • โšก๏ธ Gradle build script update
  • v1.1.1 Changes

    • โž• Added Getters and Setters for idle, complete and error text
    • โž• Added cpb_textProgressattribute to display text in progress mode
    • โšก๏ธ Gradle build script update: Intellij IDEA 13 uses gradle 0.10.+ / Android Studio uses gradle 0.12.+
    • โž• Added Android Arsenal, Maven Badges
  • v1.1.0 Changes

    • Implement selector for button background #4
    • โž• Added Custom Selector Sample
    • Replaced cpb_colorComplete with cpb_selectorComplete
    • Replaced cpb_colorError with cpb_selectorError
    • Replaced cpb_colorIdle with cpb_selectorIdle
    • โœ‚ Removed cpb_colorDisabled (now you can use above selector)
  • v1.0.5 Changes

    • Implemented #9 Maintain state when rotate screen.
    • ๐Ÿ›  Fixed issue #17 Setting progress before view was drawn cause unexpected results
    • ๐Ÿ›  Fixed issue #16 Setting progress to 0 after indeterminate progress cause unexpected results
    • ๐Ÿ›  Fixed issue #19 Added methods setBackgroundColor and setStrokeColor
    • ๐Ÿ›  Fixed issue #21 Progress changes are ignored when the animations are running.
    • โž• Added cpb_colorDisabled attribute, to change color when you call setEnabled(false) method.
  • v1.0.4 Changes

    • โž• Added support to some state changes with animation, eg. Idle to Complete or Idle to Error (Thanks to Joรฃo Gouveia)
    • Implemented morph progress drawable to different size #14 (Thanks to Balys Valentukevicius)
    • โœ‚ Removed 'allowBackup="true"' in AndroidManifest #10
    • โž• Added prefix 'cpb_' for all custom attributes to avoid conflict #12
    • ๐Ÿšš Moved all samples to separate activities
  • v1.0.3 Changes

    • Implemented indeterminate progress
    • ๐Ÿ›  Fixed performance issue
  • v1.0.2 Changes

    • ๐Ÿ›  Fixed issue when wrap_content width was breaking morphing animation
  • v1.0.1 Changes

    • ๐Ÿ›  Fixed issue when app:colorIdle attribute was ignored
  • v1.0.0 Changes

    • ๐ŸŽ‰ Initial release