Guy Carmeli
2de5049a83
f
il y a 8 ans
Daniel Zlotin
51811361f3
work on bridge and react packages with guyc
il y a 8 ans
Guy Carmeli
80c3c93005
Stop notifying scrollChanged events when scroll view over scrolls
il y a 9 ans
Guy Carmeli
337ab33d5e
Toggle tabs
il y a 9 ans
Guy Carmeli
044e4da36c
Setup ScrollView with BottomNavigation in RctView
il y a 9 ans
Guy Carmeli
2683e395fd
Find proper ScrollView and detect scroll
il y a 9 ans
Guy Carmeli
9c7f5efd45
Initial commit
Use custom BottomNavigation view.
change BottomTabActivity layout, content frame is now being drawn
behind BottomTabs.
il y a 9 ans
Daniel Zlotin
be932b849b
converted layouts to CoordinatorLayout
il y a 9 ans
Guy Carmeli
e53995b7f6
Remove redundant code related to toolbar styling
il y a 9 ans
Guy Carmeli
31d7ed4eb6
Toggle bottom tabs after popToRoot
il y a 9 ans
Guy Carmeli
0aaed3300d
Support tabBarHidden property
il y a 9 ans
Amit Davidi
3c154f8203
Add support in switchToTab() with no parameters
il y a 9 ans
Guy Carmeli
34f09ff4dd
Unmount screens before handling bundle reload
When ever bundle was reloaded, all currently registered screens
where recreated since they were still attached to the react context.
This commit adds, in a very hacky way, means to respond to bundle
reload events.
il y a 9 ans
Daniel Zlotin
785170ce27
POC snackbar and FAB works. some minor formatting
il y a 9 ans
Rotem M
0ca7ab9815
each subclass needs to call super.handleOnCreate
il y a 9 ans
Jason Skuby
fe4835c116
Move drawer setup to BaseReactActivity
il y a 9 ans
Jason Skuby
b96c05fd8d
Drawer implementation
il y a 9 ans
Jason Skuby
0f69d1a91d
Style fixes
il y a 9 ans
Guy Carmeli
0975ad4020
Prevent screens pushed to ScreenStack from getting unmounted
il y a 9 ans
Guy Carmeli
1b49216a17
Remove tabs specific methods from base activity
il y a 9 ans
Jason Skuby
abcbfdb5d7
Wire up Android setTabBadge
il y a 9 ans
Jason Skuby
5e29cc03fd
Wire up tab show/hide and tab selection
il y a 9 ans
Jason Skuby
4a7672805c
Implement resetTo
il y a 9 ans
Guy Carmeli
d99b82a641
Handle back button visibility when switching tabs
il y a 9 ans
Guy Carmeli
13082dfe93
Update toolbar with correct screen after modal dismiss
il y a 9 ans
Guy Carmeli
0a5c6ff99d
Add popToRoot to example-redux
il y a 9 ans
Jason Skuby
b80b8d29e1
Implement popToRoot
il y a 9 ans
Guy Carmeli
3960f68af5
Setup Toolbar after it's measured
Since Toolbar icons' height is set according to Toolbar height,
We need to ensure the call to `setupToolbar` from `onCreate` is
called after the Toolbar is measured.
il y a 9 ans
Guy Carmeli
daee13f55a
Fix buttons not getting set in Modals
* Due to race condition when showing modal, buttons were added to
previous Toolbar.
* Minor refactor, moved `updateStyles` from BaseReactActivity to
StyleHelper class since it's now also used by RnnModal
il y a 9 ans
Yedidya Kennard
cf4a284ab9
Fixed issues in Android
Toolbar buttons not updating
Pushes into BottomTabActivity not always working
Modal not closing properly when back pressed
il y a 9 ans
Yedidya Kennard
d65a0d4073
Fixed some issues with pushing in tabs
il y a 9 ans
Guy Carmeli
923dd6eddf
Misc ToolBar fixes
Minor refactor after merging #52 .
il y a 9 ans
Matt Davies
337b1b9d25
Add support for hiding the Toolbar on Android
il y a 9 ans
Yedidya Kennard
f7191db17b
Added setButtons to navigator fixed bug where old buttons wouldn't be cleared
il y a 9 ans
Guy Carmeli
6412a29029
Minor code style fixes.
Removed propTypes from example-redux screens
il y a 9 ans
Yedidya Kennard
279a9b4a57
Add support for bottom tabs in Android
Adds BottomTabActivity which replaces TabActivity
Adds a dependency on `com.aurelhubert:ahbottomnavigation:1.2.3`
Uses iOS tabsStyle, with additional parameter that allows toggling of whether to show the titles of inactive tabs
il y a 9 ans