Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B BoomMenu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 114
    • Issues 114
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 黄伟平
  • BoomMenu
  • Wiki
  • Version History

Version History · Changes

Page history
Updated Version History (markdown) authored Apr 06, 2017 by Weiping Huang's avatar Weiping Huang
Hide whitespace changes
Inline Side-by-side
Version-History.md
View page @ a7e2ab8b
What's more for every version?
#### V2.0.0
The whole start.
#### 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](https://github.com/Nightonke/BoomMenu/wiki/Simple-Circle-Button#square-button)
[Square Text Inside Circle Button](https://github.com/Nightonke/BoomMenu/wiki/Text-Inside-Circle-Button#square-button)
[Square Text Outside Button](https://github.com/Nightonke/BoomMenu/wiki/Text-Outside-Circle-Button#square-button)
5. Support piece corner radius.
6. Support change boom buttons' content(image, text and sub-text) dynamically.
[Change Boom Button Dynamically](https://github.com/Nightonke/BoomMenu/wiki/Change-Boom-Buttons-Dynamically)
#### V2.0.1
1. [State-getter](https://github.com/Nightonke/BoomMenu/wiki/Click-Event-and-Listener#state-of-bmb) 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.7
1. Now BMB is able to work in battery saver mode(duration of animations is set to zero).
#### 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](https://github.com/Nightonke/BoomMenu/blob/master/Pictures/actionbar-example.gif) and [Share Gif](https://github.com/Nightonke/BoomMenu/blob/master/Pictures/share-example.gif) in README and first page of wiki to see the effect.
2. Fix some bugs.
#### V2.0.6
1. delete allowBackup attribute in AndroidManifest.xml of BMB module.
#### V2.0.3
1. Fix some bugs in low android system.
#### 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.
......@@ -21,25 +29,17 @@ The whole start.
3. [Now you can re-boom BMB by clicking back-button](https://github.com/Nightonke/BoomMenu/wiki/Click-Event-and-Listener#re-boom-bmb-when-back-button-is-clicked).
4. Adjust some default values.
#### 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.3
1. Fix some bugs in low android system.
#### V2.0.6
1. delete allowBackup attribute in AndroidManifest.xml of BMB module.
#### 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](https://github.com/Nightonke/BoomMenu/blob/master/Pictures/actionbar-example.gif) and [Share Gif](https://github.com/Nightonke/BoomMenu/blob/master/Pictures/share-example.gif) in README and first page of wiki to see the effect.
2. Fix some bugs.
#### V2.0.7
1. Now BMB is able to work in battery saver mode(duration of animations is set to zero).
#### V2.0.1
1. [State-getter](https://github.com/Nightonke/BoomMenu/wiki/Click-Event-and-Listener#state-of-bmb) 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.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](https://github.com/Nightonke/BoomMenu/wiki/Simple-Circle-Button#square-button)
[Square Text Inside Circle Button](https://github.com/Nightonke/BoomMenu/wiki/Text-Inside-Circle-Button#square-button)
[Square Text Outside Button](https://github.com/Nightonke/BoomMenu/wiki/Text-Outside-Circle-Button#square-button)
5. Support piece corner radius.
6. Support change boom buttons' content(image, text and sub-text) dynamically.
[Change Boom Button Dynamically](https://github.com/Nightonke/BoomMenu/wiki/Change-Boom-Buttons-Dynamically)
\ No newline at end of file
#### V2.0.0
The whole start.
\ No newline at end of file
Clone repository
Chapters
  1. Basic Usage
  2. Simple Circle Button
  3. Text Inside Circle Button
  4. Text Outside Circle Button
  5. Ham Button
  6. Share Style
  7. Button Place Alignments
  8. Different Ways to Boom
  9. Ease Animations for Buttons
  10. Different Order for Buttons
  11. Other Animations Attributes for Buttons
  12. Click Event and Listener
  13. Control BMB
  14. Use BMB in Action Bar
  15. Use BMB in Tool Bar
  16. Use BMB in List
  17. Use BMB in Fragment
  18. Attributes for BMB or Pieces on BMB
  19. Cache Optimization & Boom Area
  20. Version History
  21. Structure for BMB
  22. Change Boom Buttons Dynamically