Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
vor 8 Jahren
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.
vor 8 Jahren
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
vor 8 Jahren
Guy Carmeli
cfaa8fef88
Switch fab on ViewPager screen change
vor 8 Jahren
Guy Carmeli
1142b437d8
Animate fab in and out when screen changes
vor 8 Jahren
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.
vor 8 Jahren
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.
vor 8 Jahren
Guy Carmeli
c40dbecdc6
f
vor 8 Jahren
Guy Carmeli
cf34e02c2d
Add fabs to FloatingActionButtonCoordinator
vor 8 Jahren
Guy Carmeli
91d1bac43c
Initial commit
vor 8 Jahren
Guy Carmeli
5cd911c6f8
Hide Snacker when ViewPager screen changes
vor 8 Jahren
Guy Carmeli
a76e7b25d8
Getting there
* Created Snakbar class to encapsulate Snackbar logic.
* Clicking the action now emits event to current screen
* Action color works
vor 8 Jahren
Guy Carmeli
df30086c6c
Snacker works on BottomTabsLayout
vor 8 Jahren
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
vor 8 Jahren