Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
8 years ago
Guy Carmeli
9cb46fa547
Minor fixes to Snackbar
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
Guy Carmeli
2628683e0f
Implement setTabBadge in Android
8 years ago
Guy Carmeli
c93d4d93c8
Split selectBottomTab into two methods to prevent passing null parameters
8 years ago
Guy Carmeli
57deff049c
Initial implementation
8 years ago
Guy Carmeli
f8af1bdaba
CR fixes
8 years ago
Guy Carmeli
b53481d285
Implement setSideMenuVisible and toggleSideMenuVisible
8 years ago
Daniel Zlotin
339bf42225
topTab passProps works
8 years ago
Daniel Zlotin
d52ed003bf
passProps android working
8 years ago
Daniel Zlotin
c6bf2f1226
passProps android
8 years ago
Daniel Zlotin
f3e8b3f316
reverted throttled commands, refactored uniqueIds
8 years ago
Guy Carmeli
4f1ed3a0fd
Add toggle bottomTabs
works best with drawUnderTabBar
8 years ago
Guy Carmeli
7f8f1fa29c
Initial BottomTabs implementation
8 years ago
Guy Carmeli
07d204ad74
Move initialIconState to parser
8 years ago
Daniel Zlotin
85cf841e5d
dismissAllModals
8 years ago
Daniel Zlotin
5311972d40
dismissModal working
8 years ago
Daniel Zlotin
9a85260af9
connected Modal
8 years ago
Guy Carmeli
3ea4cfa850
Initial setButtons implementation
8 years ago
Guy Carmeli
f6a768afd0
set TitleBar title
8 years ago
Guy Carmeli
72c9faa0f3
SetTopBarVisibility
8 years ago
Daniel Zlotin
a109e51b45
newStack
8 years ago
Daniel Zlotin
4699d0947b
popToRoot works
8 years ago
Daniel Zlotin
35cff65b7c
popToRoot
8 years ago
Daniel Zlotin
5cf4aca522
pop
8 years ago
Daniel Zlotin
882aa4d051
push not working
8 years ago
Daniel Zlotin
badeb80f6f
comment out old code
8 years ago
Guy Carmeli
1b8a22a47c
Keep Using navigatorEventId for now
8 years ago
Guy Carmeli
116f3d93fb
Register event listeners with screenInstanceId instead of navigatorEventId
8 years ago
Guy Carmeli
f8f3e9a0be
convertNavigationStyleToScreenStyle
8 years ago
Daniel Zlotin
98be5f91b2
deprecate API
8 years ago
Daniel Zlotin
6a3d1436a6
f
8 years ago
Daniel Zlotin
787f3b94ee
commented all old code to make the example run
8 years ago
Daniel Zlotin
7ce30d9f3d
basic FAB support
8 years ago
Guy Carmeli
1bc6eeab40
Throw exception when tab is missing an icon on Android
8 years ago
Amit Davidi
3c154f8203
Add support in switchToTab() with no parameters
8 years ago
Jason Skuby
a37239d2a2
Inherit from base navigation styles so nav bar updates properly on screen change
8 years ago
Jason Skuby
b96c05fd8d
Drawer implementation
8 years ago
Jason Skuby
ab595a4b79
Add toolbar toggle, not sure if animation is working
8 years ago
Jason Skuby
abcbfdb5d7
Wire up Android setTabBadge
8 years ago
Jason Skuby
5e29cc03fd
Wire up tab show/hide and tab selection
8 years ago
Jason Skuby
1d49d576ad
Add basic setNavigationTitle method
8 years ago
Guy Carmeli
a2a892d660
Support navigatorButtons
8 years ago
Jason Skuby
4a7672805c
Implement resetTo
8 years ago
Guy Carmeli
8667a56097
Fix crash when calling navigator.pop
8 years ago
Jason Skuby
b80b8d29e1
Implement popToRoot
8 years ago
Guy Carmeli
98e9666598
Generate navigatorEventID by screen
navigatorEventID was generated from navigator, probably by mistake.
This caused a bug which was noticeable when showing modals from
a pushed screen. In this case two components shared the same
navigatorEventID thus they both responded to events from native.
8 years ago
Yedidya Kennard
f7191db17b
Added setButtons to navigator fixed bug where old buttons wouldn't be cleared
8 years ago