All Versions
20
Latest Version
Avg Release Cycle
42 days
Latest Release
2754 days ago

Changelog History
Page 2

  • v1.2.4 Changes

    October 07, 2014
    • ๐Ÿ› BUG FIX: A crash with MaterialMenuView inflation
  • v1.2.3 Changes

    October 05, 2014
    • MaterialMenuView now takes padding into account and position MaterialMenuDrawable accordingly
  • v1.2.2 Changes

    September 22, 2014

    Now:

    app:mm_color="color"             
    app:mm_transformDuration="integer" 
    app:mm_pressedDuration="integer"   
    app:mm_scale="integer"            
    app:mm_strokeWidth="integer" 
    
  • v1.2.1 Changes

    September 21, 2014
    • ๐Ÿ› BUG FIX: Added ConstantState to MaterialMenuDrawable, so it behaves correctly with Expandable ActionBar items. The implementation is not correct per se cause it doesn't provide a static ConstantState but it does the job.
  • v1.2.0 Changes

    September 09, 2014
    • โž• added new attribute Stroke. It adjusts icon paint stroke width for further customisation. Possible values are Stroke.REGULAR, Stroke.THIN and Stroke.EXTRA_THIN

    Usage: Provide Stroke value to a constructor or use xml attribute strokeWidth for MaterialMenuView

  • v1.1.3 Changes

    September 03, 2014
    • ๐Ÿ‘Œ improved CHECK to ARROW animation by adding more motion to the transformation
  • v1.1.2 Changes

    August 29, 2014
    • โœ… animatePressedState(), animateState() and setState() now cancels running transformation so you can spam the button and result in a correct state.
  • v1.1.1 Changes

    August 27, 2014
    • ๐Ÿ”„ Changed Maven ArtifactId to com.balysv.materialmenu for extras support
    • โž• Added support to API 9 and higher using NineOldAndroids
    • โž• Added EXTRAS: ActionBarCompat and ActionBarSherlock support

    Usage:

    • import com.balysv.materialmenu:material-menu-abs:1.1.1 for ActionBarSherlock and use MaterialMenuIconSherlock
    • import com.balysv.materialmenu:material-menu-abc:1.1.1 for ActionBarCompat and use MaterialMenuIconCompat.
  • v1.1.0 Changes

    August 26, 2014
    • โž• Added new morphing icon - CHECK

    Usage: Use standard API with IconState.CHECK

  • v1.0.0 Changes

    July 11, 2014

    ๐ŸŽ‰ Initial release.