Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
8 年之前
Guy Carmeli
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 年之前
Ioannis Kokkinidis
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 年之前
Guy Carmeli
e1d67727a4
Send bottomTabSelected event (#600 )
The event is sent to the top most screen displayed in the current screenStack.
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 年之前
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
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
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 年之前
Yedidya Kennard
a9253c4b9a
Create tabs Left to Right
8 年之前
Guy Carmeli
27b18c3a08
Discard tabSelectedEvent if tab was already selected
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 年之前
Guy Carmeli
01fbdd66f5
Update fab when modal is dismissed
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
1142b437d8
Animate fab in and out when screen changes
8 年之前
Guy Carmeli
91d1bac43c
Initial commit
8 年之前
Guy Carmeli
62877cf47c
Send sideMenu button press event when drawer not defined
fixes #274
8 年之前
Guy Carmeli
86886d31f7
Fix newStack crash
8 年之前
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
8 年之前
Guy Carmeli
8999785b09
Hide Snackbar on screen changes
8 年之前
Guy Carmeli
5cd911c6f8
Hide Snacker when ViewPager screen changes
8 年之前
Guy Carmeli
a76e7b25d8
Getting there
* Created Snakbar class to encapsulate Snackbar logic.
* Clicking the action now emits event to current screen
* Action color works
8 年之前
Guy Carmeli
df30086c6c
Snacker works on BottomTabsLayout
8 年之前
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
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 年之前
Guy Carmeli
8b580ca2a9
Fix selectedTab event
8 年之前
Guy Carmeli
b58d9c4f67
Implement overrideBackPress
8 年之前
Guy Carmeli
f8af1bdaba
CR fixes
8 年之前
Guy Carmeli
fafc52a124
Support pushing screens to unselected tabs
8 年之前
Guy Carmeli
55eb1f5790
Implement SideMenu in BottomTabsLayout
8 年之前
Guy Carmeli
b53481d285
Implement setSideMenuVisible and toggleSideMenuVisible
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
d6d704450e
Fix TitleBar back button in Modal
8 年之前
Guy Carmeli
a9e4e2c4bb
Support drawScreenAboveBottomTabs
8 年之前
Guy Carmeli
4f1ed3a0fd
Add toggle bottomTabs
works best with drawUnderTabBar
8 年之前
Guy Carmeli
aa2ce1c432
Set BottomTab style after TitleBar back button click
8 年之前
Guy Carmeli
488a563c14
Fix BottomTabs style after pop
8 年之前
Guy Carmeli
28a2f01873
Set BottomTabs style after stack changes
8 年之前
Guy Carmeli
9eaf610e0a
Remove ScreenStack after it's destroyed
8 年之前
Guy Carmeli
b12b899b93
Draw all views above BottomTabs
Since we don't fully support hideOnScroll property yet, draw all views
above BottomTabs
8 年之前