Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
7 years ago
Guy Carmeli
0211af8bf6
Fixes overlapping fab. (#620 )
This commit also introduces a tempprary fix to an issue where fab is
displayed on wrong screen when switching between bottom tabs rapidly.
8 years ago
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
8 years ago
Guy Carmeli
cfaa8fef88
Switch fab on ViewPager screen change
8 years ago
Guy Carmeli
1142b437d8
Animate fab in and out when screen changes
8 years ago
Guy Carmeli
d25ab7ce19
Assasinate LocalBroadcastReceiver in favor of a simple EventBus implementation
This is needed since some of the data we need to send in the events
can not be serialised and added to a Bundle.
8 years ago
Guy Carmeli
9e3715e523
Fix Snackbar not dismissing bug
When Snackbar was displayed while another Snackbar was displayed,
the last ref to the current Snackbar was removed and it didn't get removed
when onScreenChange was called.
8 years ago
Guy Carmeli
c40dbecdc6
f
8 years ago
Guy Carmeli
cf34e02c2d
Add fabs to FloatingActionButtonCoordinator
8 years ago
Guy Carmeli
91d1bac43c
Initial commit
8 years ago
Guy Carmeli
5cd911c6f8
Hide Snacker when ViewPager screen changes
8 years ago
Guy Carmeli
a76e7b25d8
Getting there
* Created Snakbar class to encapsulate Snackbar logic.
* Clicking the action now emits event to current screen
* Action color works
8 years ago
Guy Carmeli
df30086c6c
Snacker works on BottomTabsLayout
8 years ago
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
8 years ago