Skip to content

Version History

Weiping Huang edited this page Sep 11, 2017 · 12 revisions

What's more for every version?

V2.1.1

  1. Add an exception-protect to the bug issue 134.
  2. Expose the 'button' layout of boom-button for issue 117.
  3. Boom-button is able to access from builder.
  4. Orientation-adaptable for issue 147.

V2.1.0

  1. Support customize numbers and positions of pieces and boom-buttons.
  2. Support draggable.
  3. Support fade-views on BMB.
  4. Support 3D animations of boom-buttons.
  5. Correct some orders of piece-placing and button-placing. Now pieces and boom-buttons are placed from left-top to right-bottom.
  6. Support auto-boom and auto-boom-immediately of BMB, which is helpful when BMB is supposed to boom at start-up.

V2.0.9

  1. Now BMB supports to dynamically change contents in boom-button even when they're already boomed out.
  2. Optimize the structure of builder with generic types.
  3. Add methods to set text color with resource of color.

V2.0.8

  1. Delete the blank after the enum of button place enum of ham button.
  2. Fix a little bug of inclined distance of pieces.
  3. Add a toolbar example of BMB.
  4. 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
  5. Support piece corner radius.
  6. Support change boom buttons' content(image, text and sub-text) dynamically.
    Change Boom Button Dynamically

V2.0.7

  1. Now BMB is able to work in battery saver mode(duration of animations is set to zero).

V2.0.6

  1. delete allowBackup attribute in AndroidManifest.xml of BMB module.

V2.0.5

  1. Update build sdk version to 25.
  2. Try to fix bug "Different effects by the HamButton".
  3. Try to fix bug "App Crashes on click".

V2.0.4

  1. Optimize some animations.
  2. Add some methods for builder to set color by resource. Check the wiki of boom-buttons for details.
  3. Now you can re-boom BMB by clicking back-button.
  4. Adjust some default values.

V2.0.3

  1. Fix some bugs in low android system.

V2.0.2

  1. 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.
  2. Fix some bugs.

V2.0.1

  1. State-getter for BMB.
  2. Now BMB has click-effect in action-bar/list-view/recycler-view.
  3. Now boom-buttons of BMB are not able to click at the same time.

V2.0.0

The whole start.