Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
7 years ago
Guy Carmeli
5640718604
Missing fab in pushed screen (#613 )
* Fix navigator buttons immutability issue
* Show fab in pushed screen
8 years ago
Guy Carmeli
12684b5418
Change topTabParams to PageParams
TopTabParams are a subset of ScreenParams, moved the properties that
are shared by both classes to BaseScreenParams.
This change was needed to report screen changes properly in ViewPagerScreen
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