Guy Carmeli
6a78a3282d
Find textual buttons in TitleBar by text instead of content description
7 年前
Guy Carmeli
d089ec845b
Check for NPE when removing long press listener on buttons
7 年前
Guy Carmeli
354f60d124
Don't show title on button long press is title is undefined
Fixes #1007
7 年前
Guy Carmeli
803dccffd4
Implement custom TitleBar buttons on Android
7 年前
Darren Osadchuk
d42f7eeed4
Modal context menu fix (#1106 )
* React Native v0.40.0 fixes
* Implement disableIconTint property on Android TitleBarButtons
* Show contextual menu only on Modal, if showing
* Fix crash if font not set in title bar button parameters
8 年前
Guy Carmeli
9e9cab4150
Add null check before setting font for menu item (#1036 )
8 年前
Rui Araújo
5165389060
Support custom font in the Menu items. (#1030 )
* Support custom font in the Menu items.
* Fix check for custom font.
8 年前
Guy Carmeli
86f397b782
Support centering title and changing its font on Android
This commit adds support for the following style properties:
titleBarTitleFontFamily - string, font name in assets
titleBarTitleTextCentered - boolean, default is false
8 年前
Guy Carmeli
64928654ac
Fixes titleBarDisabledButtonColor (#490 )
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
3c31e158da
Add support for ContextualMenu in TopBar
8 年前
Guy Carmeli
1a91372a0a
Changes to event emitter
8 年前
Guy Carmeli
f1f9ea1e12
Gary out disabled buttons
8 年前
Daniel Zlotin
0268c95fab
refactored
8 年前
Guy Carmeli
fde3a31f40
Move eventEmitter to NavigationReactInstance
8 年前
Guy Carmeli
1b8a22a47c
Keep Using navigatorEventId for now
8 年前
Guy Carmeli
c70f8e379e
Some work on eventEmitter
8 年前
Guy Carmeli
ced6c9ea8d
Add MenuItem click listener
8 年前
Guy Carmeli
de0ad91452
Navigation color
8 年前
Guy Carmeli
1786f1637d
Terminate ActionMenuView creation \m/
8 年前
Daniel Zlotin
d1e5e75f38
parsers
8 年前
Daniel Zlotin
787f3b94ee
commented all old code to make the example run
8 年前
Daniel Zlotin
18b36b0899
titlebarbuttons
8 年前
Daniel Zlotin
2f70431203
animation
8 年前
Guy Carmeli
2de5049a83
f
8 年前