Daniel Zlotin
904fa36357
android: better lifecycle, splash is the responsibility of the user
8 年前
Daniel Zlotin
db958390b3
fixing nvm
8 年前
Daniel Zlotin
8428f8f8a3
android: e2e still not there
8 年前
Daniel Zlotin
372ea473c3
android: NavigationReactNativeHost
8 年前
Daniel Zlotin
3572f8543d
android: device orientation
8 年前
Daniel Zlotin
44d783add0
android: fixing app lifecycle
8 年前
Daniel Zlotin
3ac0c008c9
removed logs
8 年前
Daniel Zlotin
8011daebbf
fixing android e2e
8 年前
Daniel Zlotin
93f49300c2
android: splash, removed singleton, dependency injection, fixed e2e
8 年前
Daniel Zlotin
6765921bac
android: no more activity singleton
8 年前
Daniel Zlotin
bd7e110a94
android: clearing the activity from view concerns
8 年前
Daniel Zlotin
7aa098eb98
android: refactor
8 年前
Guy Carmeli
a21b2e08fb
Pop from ContainerStack
8 年前
Daniel Zlotin
7fd8580674
android:fixed android first e2e using espresso
8 年前
Guy Carmeli
143474c741
layoutFactory
8 年前
Guy Carmeli
7926633fc5
It shows welcome screen
8 年前
Guy Carmeli
28ab2c2c60
Emit appLaunchedEvent and call setRoot
8 年前
Guy Carmeli
3072a90284
Requesting overlay permission and isDebug
8 年前
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 年前