Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
пре 8 година
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
пре 8 година
Guy Carmeli
689ac03cf9
Android right side menu (#547 )
* Implement right SideMenu on Android
* Adapt toggleSideMenu and toggleSideMenuVisible to right SideMenu
пре 8 година
Chaitanya Bhagvan
490e66e458
NavigationActivity implements PermissionAwareActivity (#470 )
* NavigationActivity implements PermissionAwareActivity
* NavigationActivity implements PermissionAwareActivity
* Fixed code styling
* Removed Hungarian notation.
* Removed empty line
пре 8 година
Guy Carmeli
bb3a74c60f
Fix npe when appStyle is undefined (#494 )
fixes #493
пре 8 година
Guy Carmeli
ca512832d6
Set activity layout color from appStyle (#482 )
closes #464
пре 8 година
Matt Davies
cc393b6cdf
When starting the app, pass through extras included in the launch intent (#433 )
пре 8 година
Guy Carmeli
7c3b95f35d
Add ActivityCallbacks to Android
пре 8 година
Guy Carmeli
dd111f53cb
Handle deep links when app is created
пре 8 година
Guy Carmeli
08f4d4dc07
Implement ContextualMenu in Modals
пре 8 година
Guy Carmeli
5899330858
Implement navigator.dismissContextualMenu
пре 8 година
Guy Carmeli
3c31e158da
Add support for ContextualMenu in TopBar
пре 8 година
Guy Carmeli
6d179ea3e6
Add NPE check in onBackPress
пре 8 година
Guy Carmeli
18fabcc87b
Notify modalDismiss if no modals are displayed
Notify the Activity layout that the top most Modal was dismissed only
if no other modals are displayed. Currently this event is used as a
`onVisible` event to to the layout. This whole logic can be simplified
when we implement proper screen visibility events.
пре 8 година
Guy Carmeli
66230e2a49
Check if modal contains navigator
When ivoking navigation actions such as push, pop etc, instead of
checking modal visibility, check if modal actually contains the given
navigator. This fix alows to change navigation state in screens while
modal is displayed.
пре 8 година
Daniel Zlotin
bb3b494bea
handling incorrect starts of splashActivity
пре 8 година
Daniel Zlotin
527bb3a8d9
fixed BadWindowToken (react needs permission to run in dev mode)
пре 8 година
Daniel Zlotin
8fe55fb1f3
exposed JS path params for ReactNativeHosts, refactored ReactGateway
пре 8 година
Guy Carmeli
01fbdd66f5
Update fab when modal is dismissed
пре 8 година
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
пре 8 година
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
пре 8 година
Daniel Zlotin
39ca5c807f
fix killed in background bug && update package.json
пре 8 година
Daniel Zlotin
5626528d69
Revert "Call recreate instead of finish and startActivity"
This reverts commit d3582d2780 .
пре 8 година
Guy Carmeli
661fec6b79
Add limited support for animationType on Android
This commit adds support for displaying an activity with no animation
by setting `animationType: none` when calling `startApp`. In the future
we can support more animation types if there's a demand for it.
пре 8 година
Guy Carmeli
d3582d2780
Call recreate instead of finish and startActivity
пре 8 година
Guy Carmeli
2628683e0f
Implement setTabBadge in Android
пре 8 година
Guy Carmeli
c93d4d93c8
Split selectBottomTab into two methods to prevent passing null parameters
пре 8 година
Guy Carmeli
57deff049c
Initial implementation
пре 8 година
Daniel Zlotin
9cd0788661
react and activity lifecycle race conditions fix
пре 8 година
Guy Carmeli
b53481d285
Implement setSideMenuVisible and toggleSideMenuVisible
пре 8 година
Daniel Zlotin
58620a9b9c
lifecycle of reactContext fix, refactored the tangled mess in the Application
пре 8 година
Guy Carmeli
4f1ed3a0fd
Add toggle bottomTabs
works best with drawUnderTabBar
пре 8 година
Yedidya Kennard
3b7c11f869
All stack actions routed through NavigationActivity are also forwarded to ModalController
пре 8 година
Guy Carmeli
f17b1f024c
Set left button dynamically
пре 8 година
Daniel Zlotin
70ecfeffd1
fixed
пре 8 година
Daniel Zlotin
85cf841e5d
dismissAllModals
пре 8 година
Daniel Zlotin
5311972d40
dismissModal working
пре 8 година
Daniel Zlotin
9a85260af9
connected Modal
пре 8 година
Daniel Zlotin
c58f15a0b8
ScreenStackContainer + modals
пре 8 година
Daniel Zlotin
7c5d60b14f
working on modals
пре 8 година
Guy Carmeli
3ea4cfa850
Initial setButtons implementation
пре 8 година
Daniel Zlotin
7397a9d795
work on modal
пре 8 година
Guy Carmeli
f6a768afd0
set TitleBar title
пре 8 година
Guy Carmeli
72c9faa0f3
SetTopBarVisibility
пре 8 година
Daniel Zlotin
65fe5346ce
unmount fix
пре 8 година
Daniel Zlotin
35cff65b7c
popToRoot
пре 8 година
Daniel Zlotin
5cf4aca522
pop
пре 8 година
Daniel Zlotin
6c414310b2
BANDURU
пре 8 година
Daniel Zlotin
9ef726853e
LayoutFactory
пре 8 година
Daniel Zlotin
92a53593ef
work on screenLayout
пре 8 година