14c1c38e6f
								
							 
						 
						
							Create layout params from screen params in newStack (#679 ) 
							
							
						 
						пре 8 година  
				
					
						
							
								 
						
							
								4648a3bdf9
								
							 
						 
						
							Reset to (#671 ) 
							
							
* Don’t create SideMenu button automatically on Android
* Remove left button and add it dynamically
* Fix resetTo animation on Android
Up until now resetTo would destroy the current stack and create a new
one. This was an easy implementation but resulted in jurky
(none existent) animations.
This commit changes resetTo behavior. Instead of recreating the stack,
the we reset to is pushed to the stack, and the other elements are
removed when show animation ends. 
							
							
						 
						пре 8 година  
				
					
						
							
								 
						
							
								e4f575f15c
								
							 
						 
						
							Fix popToRoot when keyboard is visible (#655 ) 
							
							
* Fix bug in popToRoot when keyboard is visible
* Add comments
* code review changes
* Add final to function parameters 
							
							
						 
						пре 8 година  
				
					
						
							
								 
						
							
								e283d44f2f
								
							 
						 
						
							Sliding overlay (#651 ) 
							
							
* WIP
* Core function works e2e
* Queued overlays support
* Remove unneeded activity ref
* Add post-PR changes 
							
							
						 
						пре 8 година  
				
					
						
							
								 
						
							
								0211af8bf6
								
							 
						 
						
							Fixes overlapping fab. (#620 ) 
							
							
This commit also introduces a tempprary fix to an issue where fab is
displayed on wrong screen when switching between bottom tabs rapidly. 
							
							
						 
						пре 8 година  
				
					
						
							
								 
						
							
								8ddd52b298
								
							 
						 
						
							Sends a nav event whenever the sideMenu button is clicked. (Android) (#617 ) 
							
							
* Dispatch a navigation event whenever the side menu button is clicked (BottomTabsLayout)
* Dispatch a navigation event whenever the side menu button is clicked (SingleScreenLayout)
* Changed the way the navigatorEventId is retrieved in SingleScreenLayout. 
							
							
						 
						пре 8 година  
				
					
						
							
								 
						
							
								e1d67727a4
								
							 
						 
						
							Send bottomTabSelected event (#600 ) 
							
							
The event is sent to the top most screen displayed in the current screenStack. 
							
							
						 
						пре 8 година  
				
					
						
							
								 
						
							
								f3d0ea4072
								
							 
						 
						
							Remove Fab when when calling setButtons (#599 ) 
							
							
call setButtons with empty fab object to remove it 
							
							
						 
						пре 8 година  
				
					
						
							
								 
						
							
								689ac03cf9
								
							 
						 
						
							Android right side menu (#547 ) 
							
							
* Implement right SideMenu on Android
* Adapt toggleSideMenu and toggleSideMenuVisible to right SideMenu 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								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 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								ec01544bd2
								
							 
						 
						
							Set BottomTabs background color only if it is defined 
							
							
This change means that in a tab based app, when pushing a screen
which did not declare `tabBarBackgroundColor` - the BottomTabs color
will persist from the previous screen and not be set to the default
color which is white. This eliminates the unwanted BottomTabs
background color change in this specific use case.
closes #409  
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								08f4d4dc07
								
							 
						 
						
							Implement ContextualMenu in Modals 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								5899330858
								
							 
						 
						
							Implement navigator.dismissContextualMenu 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								3c31e158da
								
							 
						 
						
							Add support for ContextualMenu in TopBar 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								a9253c4b9a
								
							 
						 
						
							Create tabs Left to Right 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								27b18c3a08
								
							 
						 
						
							Discard tabSelectedEvent if tab was already selected 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								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. 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								01fbdd66f5
								
							 
						 
						
							Update fab when modal is dismissed 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								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 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								1142b437d8
								
							 
						 
						
							Animate fab in and out when screen changes 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								91d1bac43c
								
							 
						 
						
							Initial commit 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								62877cf47c
								
							 
						 
						
							Send sideMenu button press event when drawer not defined 
							
							
fixes #274  
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								86886d31f7
								
							 
						 
						
							Fix newStack crash 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								7e0b9ed132
								
							 
						 
						
							Add TitleBar subtitle support on Android 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								8999785b09
								
							 
						 
						
							Hide Snackbar on screen changes 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								5cd911c6f8
								
							 
						 
						
							Hide Snacker when ViewPager screen changes 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								a76e7b25d8
								
							 
						 
						
							Getting there 
							
							
* Created Snakbar class to encapsulate Snackbar logic.
* Clicking the action now emits event to current screen
* Action color works 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								df30086c6c
								
							 
						 
						
							Snacker works on BottomTabsLayout 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								af4e990660
								
							 
						 
						
							Add infra for adding Snackbar to Layouts. 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								2628683e0f
								
							 
						 
						
							Implement setTabBadge in Android 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								c93d4d93c8
								
							 
						 
						
							Split selectBottomTab into two methods to prevent passing null parameters 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								57deff049c
								
							 
						 
						
							Initial implementation 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								8b580ca2a9
								
							 
						 
						
							Fix selectedTab event 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								b58d9c4f67
								
							 
						 
						
							Implement overrideBackPress 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								f8af1bdaba
								
							 
						 
						
							CR fixes 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								fafc52a124
								
							 
						 
						
							Support pushing screens to unselected tabs 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								55eb1f5790
								
							 
						 
						
							Implement SideMenu in BottomTabsLayout 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								b53481d285
								
							 
						 
						
							Implement setSideMenuVisible and toggleSideMenuVisible 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								72dd351d1f
								
							 
						 
						
							Open SideMenu on burger button click 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								221d02167c
								
							 
						 
						
							Hide keyboard before screen pop animation 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								0429c781a7
								
							 
						 
						
							Show first screen in modal 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								36bcfd03de
								
							 
						 
						
							Get screen LayoutParams from parent 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								2edaa046db
								
							 
						 
						
							Apply drawAboveBottomTabs on screen instead of ScreenStack 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								1996de6d1b
								
							 
						 
						
							Add ability to push pop screens without animation 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								187144675e
								
							 
						 
						
							Add push and pop screen transition 
							
							
This commit is the first step in adding proper screen transition
animations to push and pop actions. 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								d6d704450e
								
							 
						 
						
							Fix TitleBar back button in Modal 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								a9e4e2c4bb
								
							 
						 
						
							Support drawScreenAboveBottomTabs 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								4f1ed3a0fd
								
							 
						 
						
							Add toggle bottomTabs 
							
							
works best with drawUnderTabBar 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								aa2ce1c432
								
							 
						 
						
							Set BottomTab style after TitleBar back button click 
							
							
						 
						пре 9 година  
				
					
						
							
								 
						
							
								488a563c14
								
							 
						 
						
							Fix BottomTabs style after pop 
							
							
						 
						пре 9 година