Guy Carmeli
074ec58c6c
Collapsing react view header with top tabs
Add expendOnTopTabChange style property which defaults to true. Setting it to false
преди 8 години
Guy Carmeli
758c7414ff
Pass header height as style param from Js
consider changing this later on
преди 8 години
Guy Carmeli
4a9bd78bad
Pass collapsingToolBarComponent param from Java
преди 8 години
Royce Townsend
20dd48480f
Notification auto dismiss timer (#696 )
* Add showInAppNotification autoDismissTimerSec param
* Default autoDismissTimerSec of notification to 5, like on iOS
* Add param to disable notification auto-dismiss behaviour.
* Update showInAppNotification example with optional params
преди 8 години
Royce Townsend
5135d298ad
dismissInAppNotification support on android. (#687 )
* Add .hideInAppNotification on android.
- Separate hide and show animations.
- Implement a little bit of throttling around successive calls to .showInAppNotification
* Update example to demo dismiss.
преди 8 години
Guy Carmeli
9b618b2368
Return rightButtons instead of navigatorButtons (#688 )
преди 8 години
timxyz
849292f243
Fixed issue with rightButtons getting ignored in preference for empty Screen buttons (#589 )
преди 8 години
Guy Carmeli
6e073f8bee
Fix tabs with out icons (#683 )
преди 8 години
Guy Carmeli
75b5d53f35
TopTabs icons (#680 )
This commit adds support for icons in TopTabs.
It’s possible to have icons with text, or only icons.
Use topTabIconColor and selectedTopTabIconColor to color the icons
преди 8 години
Ioannis Kokkinidis
35e5b86b25
Android: If the user has specified navigatorButtons on the showModal params use those instead of the default navigatorButtons of the registered screen. (#675 )
преди 8 години
Guy Carmeli
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 години
Guy Carmeli
502b83e217
Remove bottom tab badge when calling setTabBadge with empty object (#668 )
преди 8 години
d4vidi
e283d44f2f
Sliding overlay (#651 )
* WIP
* Core function works e2e
* Queued overlays support
* Remove unneeded activity ref
* Add post-PR changes
преди 8 години
Daniel Zlotin
8ffed6a463
fixed Screen navigatorStyle statically overriding command
преди 8 години
Daniel Zlotin
7540fa7c13
Revert "added showOverlay temp API"
This reverts commit c2ef2608c1 .
преди 8 години
Daniel Zlotin
c2ef2608c1
added showOverlay temp API
преди 8 години
Guy Carmeli
d43b8f2112
Temp fix for set buttons immutability issue (#630 )
преди 8 години
Guy Carmeli
5640718604
Missing fab in pushed screen (#613 )
* Fix navigator buttons immutability issue
* Show fab in pushed screen
преди 8 години
Guy Carmeli
bd94837a62
Minor contextualMenu fixes (#601 )
* Pass showAsAction property to native. It was left out by mistake
* Support textual icons in contextual menu
преди 8 години
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
преди 8 години
Guy Carmeli
5721f7ba17
Add topBarElevationShadowEnabled style property (#579 )
related to #557 #474 #125
преди 8 години
b_d
5e1708beb7
Menu set style fix (#549 )
* Fix drawer param conversion method
* Added side identifier
* Updated setStyle
* Removed presumptive eval
* Removed debug import
* Removed unneeded flag
преди 8 години
Guy Carmeli
689ac03cf9
Android right side menu (#547 )
* Implement right SideMenu on Android
* Adapt toggleSideMenu and toggleSideMenuVisible to right SideMenu
преди 8 години
Daniel Zlotin
466b8d49bd
fix for deepFreeze (temp)
преди 8 години
d4vidi
e3f1b9c380
Fix (#504 )
преди 8 години
Guy Carmeli
7074da20a0
Add Support for all common color formats on Android (#497 )
closes #454
преди 8 години
Guy Carmeli
4a993de4cc
Screen background color android (#465 )
* Implement screenBackgroundColor
* Collapse ViewPagerScreen on TopTab select
преди 8 години
Guy Carmeli
0b701b997d
Fix fab (#458 )
* Only destroy CollapsingContentView
* Fix Fab
преди 8 години
Guy Carmeli
3dbcc28d86
Collapsing view pager screen (#448 )
Implement collapsing TopTabs on Android
specify `navBarHideOnScroll: true` in your `TopTabsScreen`
преди 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 години
Daniel Zlotin
0863bff91d
fixed deepFreezeAndThrowOnMutationInDev
преди 8 години
Guy Carmeli
1a8f01a607
Expose navBarTransparent to Js
closes #21
преди 8 години
Guy Carmeli
37b96449ec
Implement CollapsingTopBar
преди 8 години
Guy Carmeli
08f4d4dc07
Implement ContextualMenu in Modals
преди 8 години
Guy Carmeli
5899330858
Implement navigator.dismissContextualMenu
преди 8 години
Guy Carmeli
f2ca102b1e
Add ability the change ContextualMenu colors
преди 8 години
Guy Carmeli
3c31e158da
Add support for ContextualMenu in TopBar
преди 8 години
Guy Carmeli
30991e3077
Support navBarTransparent on Android
преди 8 години
Guy Carmeli
20945d8bf7
Override BottomTabs props only if props are undefined
closes #312
преди 8 години
Daniel Zlotin
ab0926b375
setting up java unit tests
преди 8 години
Guy Carmeli
2ad0aecb82
Fix missing fab expended icon
преди 8 години
Guy Carmeli
053fbf5aa9
Check if fab icon was resolved when creating fab
преди 8 години
Guy Carmeli
6d38148359
Save the world
преди 8 години
Guy Carmeli
cfaa8fef88
Switch fab on ViewPager screen change
преди 8 години
Guy Carmeli
d25ab7ce19
Assasinate LocalBroadcastReceiver in favor of a simple EventBus implementation
This is needed since some of the data we need to send in the events
can not be serialised and added to a Bundle.
преди 8 години
Guy Carmeli
91d1bac43c
Initial commit
преди 8 години
Guy Carmeli
e610223e1c
Support navBarTextSubtitleColor on Android
преди 8 години
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
преди 8 години
Guy Carmeli
9cb46fa547
Minor fixes to Snackbar
преди 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 години