Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
пре 7 година
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
пре 7 година
Guy Carmeli
c10f41ff0e
Search android (#432 )
* Move event emmiter logic out of Application
* Implement searchView
Usage:
```js
rightButtons: [
{
id: 'searchView',
label: 'Search',
hint: 'Search...'
}
]
```
* Translucent TitleBar
* Collapse TopBar
* Less noticeable translucent effect
* Implement ScrollViewDetector
* Collapse on fling
* Collapse on touch up
Complete collapse on touch up instead of fling
пре 8 година
Guy Carmeli
08f4d4dc07
Implement ContextualMenu in Modals
пре 8 година
Guy Carmeli
3c31e158da
Add support for ContextualMenu in TopBar
пре 8 година
Daniel Zlotin
d431dc24db
renamed to clear intentions
пре 8 година
Guy Carmeli
8324657f77
Remove react hacks
This commit removes necessary hacks which were introduced due to
limitations of previous React Native apis.
Mount/unmount logic isn't coupled to view attached/detached
to window callbacks. Instead, `unmountReactApplication` was added.
We can safely call it when a screen is popped and when application is
reloaded in debug.
пре 8 година
Guy Carmeli
f7250b2753
Various fab fixes
* Don't show fab of a screen that's pushed to a none active tab
* Change fab when navigating back in the stack with back button
* Add screens before SnackbarAndFabContainer
пре 8 година
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
пре 8 година
Guy Carmeli
c3bda3e0f9
Fix push to modal results in invisible modal
пре 8 година
Guy Carmeli
27844bec58
Fix screen style in modal's initial screen
пре 8 година
Guy Carmeli
26136d3cb6
Show modal with animation
пре 8 година
Guy Carmeli
9ccdd124ed
Remove keyboard listener once it's called
пре 8 година
Guy Carmeli
01ba0cbcad
Check if previous screen is already attached to window when swaping screen
пре 8 година
Guy Carmeli
8b580ca2a9
Fix selectedTab event
пре 8 година
Guy Carmeli
c48f51b14b
Add screens in invisible state
пре 8 година
Guy Carmeli
d1598962ec
Show screen after RN view has rendered
пре 8 година
Guy Carmeli
b58d9c4f67
Implement overrideBackPress
пре 8 година
Guy Carmeli
90dae5ec63
Set correct screen style after pop and when screen is first displayed
пре 8 година
Guy Carmeli
fafc52a124
Support pushing screens to unselected tabs
пре 8 година
Guy Carmeli
72dd351d1f
Open SideMenu on burger button click
пре 8 година
Guy Carmeli
221d02167c
Hide keyboard before screen pop animation
пре 8 година
Guy Carmeli
0429c781a7
Show first screen in modal
пре 8 година
Guy Carmeli
36bcfd03de
Get screen LayoutParams from parent
пре 8 година
Guy Carmeli
2edaa046db
Apply drawAboveBottomTabs on screen instead of ScreenStack
пре 8 година
Guy Carmeli
1996de6d1b
Add ability to push pop screens without animation
пре 8 година
Guy Carmeli
187144675e
Add push and pop screen transition
This commit is the first step in adding proper screen transition
animations to push and pop actions.
пре 8 година
Guy Carmeli
aa2ce1c432
Set BottomTab style after TitleBar back button click
пре 8 година
Guy Carmeli
107549894a
Check is parent exists before removing stack from screen
пре 8 година
Guy Carmeli
9eaf610e0a
Remove ScreenStack after it's destroyed
пре 8 година
Guy Carmeli
7abc5f8736
AppStyle
пре 8 година
Daniel Zlotin
3911e8cdc3
minor fixes
пре 8 година
Guy Carmeli
be537459b3
Some work towards proper bottom tabs styling
пре 8 година
Guy Carmeli
352fe2d817
Prevent mount when re-adding previous screen after pop
пре 8 година
Guy Carmeli
80b11fb522
Additional work on BottomTabs
пре 8 година
Daniel Zlotin
5016c3cc44
FragmentScreen
пре 8 година
Guy Carmeli
7f8f1fa29c
Initial BottomTabs implementation
пре 8 година
Guy Carmeli
f17b1f024c
Set left button dynamically
пре 8 година
Guy Carmeli
5dabdc225b
left button
пре 8 година
Daniel Zlotin
41c17ec8e0
moved screens to screens
пре 8 година
Guy Carmeli
3ea4cfa850
Initial setButtons implementation
пре 8 година
Guy Carmeli
f6a768afd0
set TitleBar title
пре 8 година
Daniel Zlotin
878c0009d6
visibilityAnimator refactor
пре 8 година
Guy Carmeli
72c9faa0f3
SetTopBarVisibility
пре 8 година
Daniel Zlotin
ac6c0afa82
topTab params
пре 8 година
Daniel Zlotin
378854bc57
refactoed
пре 8 година
Daniel Zlotin
3d0a7c386c
fix stack
пре 8 година
Daniel Zlotin
212c496385
fixed push pop mechanism
пре 8 година
Daniel Zlotin
a109e51b45
newStack
пре 8 година
Daniel Zlotin
65fe5346ce
unmount fix
пре 8 година