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

Changelog History

  • v1.0.4 Changes

    • ๐Ÿ›  Fixed issue #37 Broken normal text behaviour
  • v1.0.3 Changes

    • โž• Added focused and selected states
  • v1.0.2 Changes

    • โž• Added library description file for About AboutLibraries
  • v1.0.1 Changes

    • ๐Ÿ›  Fixed issue: buggy behavior when an endless button gets re-sized #14
  • v1.0.0 Changes

    • ๐Ÿ›  Fixed issue: Button padding are ignored #11
    • โž• Added prefix 'pb_' for all custom attributes to avoid conflict #12
  • v0.0.7 Changes

    May 28, 2014
    • โž• Added api 10 compatibility
    • ๐Ÿ›  Fixed bug in ProgressGenerator class

    Maven Central

    dependencies {
        compile 'com.github.dmytrodanylyk.android-process-button:library:0.0.7'
    }
    
  • v0.0.6 Changes

    ๐Ÿ› Bug fixes

  • v0.0.5 Changes

    • ๐Ÿ›  Fixed repository name type from android-process-buton to android-process-button
  • v0.0.4 Changes

    Attributes

    ๐Ÿ“‡ Renamed attributes:

    • progressText -> textProgress
    • completeText -> textComplete

    โž• Added attribute to control button corner roundness:

    • cornerRadius

    ๐Ÿ–จ ProcessButton

    Now button state depends on progress:

    • normal state [0]
    • progress state [1-99]
    • success state [100]
    • error state [-1] *new

    โž• Added abstract drawProgress method to simplify creation different progress buttons.

    General code clean-up.

    Thanks to @avrahamshuk for contribution.

  • v0.0.3 Changes

    • ๐Ÿ›  Fixed bug when all buttons where sharing the same drawable state
    • Uploaded proejct to Maven Central