This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 395
Floating actions menu #2335
Merged
bmarty
merged 21 commits into
element-hq:feature/new_fab
from
Dominaezzz:floating_actions_menu
Jul 2, 2018
Merged
Floating actions menu #2335
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0d48801
Migrate RelativeLayouts in activity_home.xml to a single ConstraintLa…
Dominaezzz b60c6c6
Migrate AlertDialog for VectorHomeActivity to use a FloatingActionMenu.
Dominaezzz c738e96
Migrate RelativeLayouts in activity_home.xml to a single ConstraintLa…
Dominaezzz 8f00609
Migrate AlertDialog for VectorHomeActivity to use a FloatingActionMenu.
Dominaezzz d5043fc
Add credit to the library "FloatingActionMenu".
Dominaezzz e965e19
Rename and create new methods handling the Floating Action Menu for c…
Dominaezzz 7511580
Make Floating Action Menu collapse after selection.
Dominaezzz 7a7186b
Remove unnecessary comment.
Dominaezzz 5f7489d
Remove previous FloatingActionButton onClick() handler.
Dominaezzz 603e4ef
Get main Floating Action Button only once.
Dominaezzz 9a0de73
Better handling of touch guard.
Dominaezzz 958e425
Remove old click listener.
Dominaezzz d396dd3
Remove unnecessary barrier.
Dominaezzz e3cb8ae
Use existing tinting utility.
Dominaezzz 329a813
Improve on hiding Floating Action Button on scroll.
Dominaezzz 1f7310f
Merge remote-tracking branch 'origin/floating_actions_menu' into floa…
Dominaezzz b0c1905
Merge remote-tracking branch 'remotes/upstream/develop' into floating…
t3chguy b1a038d
post-merge fix
t3chguy dc8a80c
fix merge-broken indentation and split intermediate variable for linter
t3chguy e95b4b4
Fix touchGuard to not be clickable when floating action menu is closed.
Dominaezzz 83e2a85
Remove unused 'mFabDialog' member variable.
Dominaezzz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you credit this library in the file
open_source_licenses.html
please? There is already a section for Apache 2.0 licenseThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have credited the library as requested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks