Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
il y a 8 ans
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
il y a 8 ans
Guy Carmeli
689ac03cf9
Android right side menu (#547 )
* Implement right SideMenu on Android
* Adapt toggleSideMenu and toggleSideMenuVisible to right SideMenu
il y a 8 ans
Chaitanya Bhagvan
490e66e458
NavigationActivity implements PermissionAwareActivity (#470 )
* NavigationActivity implements PermissionAwareActivity
* NavigationActivity implements PermissionAwareActivity
* Fixed code styling
* Removed Hungarian notation.
* Removed empty line
il y a 8 ans
Guy Carmeli
bb3a74c60f
Fix npe when appStyle is undefined (#494 )
fixes #493
il y a 8 ans
Guy Carmeli
ca512832d6
Set activity layout color from appStyle (#482 )
closes #464
il y a 8 ans
Matt Davies
cc393b6cdf
When starting the app, pass through extras included in the launch intent (#433 )
il y a 8 ans
Guy Carmeli
7c3b95f35d
Add ActivityCallbacks to Android
il y a 8 ans
Guy Carmeli
dd111f53cb
Handle deep links when app is created
il y a 8 ans
Guy Carmeli
08f4d4dc07
Implement ContextualMenu in Modals
il y a 8 ans
Guy Carmeli
5899330858
Implement navigator.dismissContextualMenu
il y a 8 ans
Guy Carmeli
3c31e158da
Add support for ContextualMenu in TopBar
il y a 8 ans
Guy Carmeli
6d179ea3e6
Add NPE check in onBackPress
il y a 8 ans
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.
il y a 8 ans
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.
il y a 8 ans
Daniel Zlotin
bb3b494bea
handling incorrect starts of splashActivity
il y a 8 ans
Daniel Zlotin
527bb3a8d9
fixed BadWindowToken (react needs permission to run in dev mode)
il y a 8 ans
Daniel Zlotin
8fe55fb1f3
exposed JS path params for ReactNativeHosts, refactored ReactGateway
il y a 8 ans
Guy Carmeli
01fbdd66f5
Update fab when modal is dismissed
il y a 8 ans
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
il y a 8 ans
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
il y a 8 ans
Daniel Zlotin
39ca5c807f
fix killed in background bug && update package.json
il y a 8 ans
Daniel Zlotin
5626528d69
Revert "Call recreate instead of finish and startActivity"
This reverts commit d3582d2780 .
il y a 8 ans
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.
il y a 8 ans
Guy Carmeli
d3582d2780
Call recreate instead of finish and startActivity
il y a 8 ans
Guy Carmeli
2628683e0f
Implement setTabBadge in Android
il y a 8 ans
Guy Carmeli
c93d4d93c8
Split selectBottomTab into two methods to prevent passing null parameters
il y a 8 ans
Guy Carmeli
57deff049c
Initial implementation
il y a 8 ans
Daniel Zlotin
9cd0788661
react and activity lifecycle race conditions fix
il y a 8 ans
Guy Carmeli
b53481d285
Implement setSideMenuVisible and toggleSideMenuVisible
il y a 8 ans
Daniel Zlotin
58620a9b9c
lifecycle of reactContext fix, refactored the tangled mess in the Application
il y a 8 ans
Guy Carmeli
4f1ed3a0fd
Add toggle bottomTabs
works best with drawUnderTabBar
il y a 8 ans
Yedidya Kennard
3b7c11f869
All stack actions routed through NavigationActivity are also forwarded to ModalController
il y a 8 ans
Guy Carmeli
f17b1f024c
Set left button dynamically
il y a 8 ans
Daniel Zlotin
70ecfeffd1
fixed
il y a 8 ans
Daniel Zlotin
85cf841e5d
dismissAllModals
il y a 8 ans
Daniel Zlotin
5311972d40
dismissModal working
il y a 8 ans
Daniel Zlotin
9a85260af9
connected Modal
il y a 8 ans
Daniel Zlotin
c58f15a0b8
ScreenStackContainer + modals
il y a 8 ans
Daniel Zlotin
7c5d60b14f
working on modals
il y a 8 ans
Guy Carmeli
3ea4cfa850
Initial setButtons implementation
il y a 8 ans
Daniel Zlotin
7397a9d795
work on modal
il y a 8 ans
Guy Carmeli
f6a768afd0
set TitleBar title
il y a 8 ans
Guy Carmeli
72c9faa0f3
SetTopBarVisibility
il y a 8 ans
Daniel Zlotin
65fe5346ce
unmount fix
il y a 8 ans
Daniel Zlotin
35cff65b7c
popToRoot
il y a 8 ans
Daniel Zlotin
5cf4aca522
pop
il y a 8 ans
Daniel Zlotin
6c414310b2
BANDURU
il y a 8 ans
Daniel Zlotin
9ef726853e
LayoutFactory
il y a 8 ans
Daniel Zlotin
92a53593ef
work on screenLayout
il y a 8 ans