-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Version History
Weiping Huang edited this page Sep 11, 2017
·
12 revisions
What's more for every version?
- Add an exception-protect to the bug issue 134.
- Expose the 'button' layout of boom-button for issue 117.
- Boom-button is able to access from builder.
- Orientation-adaptable for issue 147.
- Support customize numbers and positions of pieces and boom-buttons.
- Support draggable.
- Support fade-views on BMB.
- Support 3D animations of boom-buttons.
- Correct some orders of piece-placing and button-placing. Now pieces and boom-buttons are placed from left-top to right-bottom.
- Support auto-boom and auto-boom-immediately of BMB, which is helpful when BMB is supposed to boom at start-up.
- Now BMB supports to dynamically change contents in boom-button even when they're already boomed out.
- Optimize the structure of builder with generic types.
- Add methods to set text color with resource of color.
- Delete the blank after the enum of button place enum of ham button.
- Fix a little bug of inclined distance of pieces.
- Add a toolbar example of BMB.
- Support square buttons base on the simple circle/text inside circle/text outside button.
Square Simple Circle Button
Square Text Inside Circle Button
Square Text Outside Button - Support piece corner radius.
- Support change boom buttons' content(image, text and sub-text) dynamically.
Change Boom Button Dynamically
- Now BMB is able to work in battery saver mode(duration of animations is set to zero).
- delete allowBackup attribute in AndroidManifest.xml of BMB module.
- Update build sdk version to 25.
- Try to fix bug "Different effects by the HamButton".
- Try to fix bug "App Crashes on click".
- Optimize some animations.
- Add some methods for builder to set color by resource. Check the wiki of boom-buttons for details.
- Now you can re-boom BMB by clicking back-button.
- Adjust some default values.
- Fix some bugs in low android system.
- Now the colors of boom-buttons and pieces are able to be different. Use
builder.pieceColor(Color.WHITE)
to set the color of piece. BMB will do a color-transform animation for every boom-button whose piece-color and button-color are different. Check the Action Bar Gif and Share Gif in README and first page of wiki to see the effect. - Fix some bugs.
- State-getter for BMB.
- Now BMB has click-effect in action-bar/list-view/recycler-view.
- Now boom-buttons of BMB are not able to click at the same time.
The whole start.
- Basic Usage
- Simple Circle Button
- Text Inside Circle Button
- Text Outside Circle Button
- Ham Button
- Share Style
- Custom Position
- Button Place Alignments
- Different Ways to Boom
- Ease Animations for Buttons
- Different Order for Buttons
- Other Animations Attributes for Buttons
- Click Event and Listener
- Control BMB
- Use BMB in Action Bar
- Use BMB in Tool Bar
- Use BMB in List
- Use BMB in Fragment
- Attributes for BMB or Pieces on BMB
- Cache Optimization & Boom Area
- Change Boom Buttons Dynamically
- Fade Views
- Version History
- Structure for BMB