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 年 前