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.
hace 8 años
Guy Carmeli
502b83e217
Remove bottom tab badge when calling setTabBadge with empty object (#668 )
hace 8 años
d4vidi
e283d44f2f
Sliding overlay (#651 )
* WIP
* Core function works e2e
* Queued overlays support
* Remove unneeded activity ref
* Add post-PR changes
hace 8 años
Daniel Zlotin
8ffed6a463
fixed Screen navigatorStyle statically overriding command
hace 8 años
Daniel Zlotin
7540fa7c13
Revert "added showOverlay temp API"
This reverts commit c2ef2608c1 .
hace 8 años
Daniel Zlotin
c2ef2608c1
added showOverlay temp API
hace 8 años
Guy Carmeli
d43b8f2112
Temp fix for set buttons immutability issue (#630 )
hace 8 años
Guy Carmeli
5640718604
Missing fab in pushed screen (#613 )
* Fix navigator buttons immutability issue
* Show fab in pushed screen
hace 8 años
Guy Carmeli
bd94837a62
Minor contextualMenu fixes (#601 )
* Pass showAsAction property to native. It was left out by mistake
* Support textual icons in contextual menu
hace 8 años
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
hace 8 años
Guy Carmeli
5721f7ba17
Add topBarElevationShadowEnabled style property (#579 )
related to #557 #474 #125
hace 8 años
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
hace 8 años
Guy Carmeli
689ac03cf9
Android right side menu (#547 )
* Implement right SideMenu on Android
* Adapt toggleSideMenu and toggleSideMenuVisible to right SideMenu
hace 8 años
Daniel Zlotin
466b8d49bd
fix for deepFreeze (temp)
hace 8 años
d4vidi
e3f1b9c380
Fix (#504 )
hace 8 años
Guy Carmeli
7074da20a0
Add Support for all common color formats on Android (#497 )
closes #454
hace 8 años
Guy Carmeli
4a993de4cc
Screen background color android (#465 )
* Implement screenBackgroundColor
* Collapse ViewPagerScreen on TopTab select
hace 8 años
Guy Carmeli
0b701b997d
Fix fab (#458 )
* Only destroy CollapsingContentView
* Fix Fab
hace 8 años
Guy Carmeli
3dbcc28d86
Collapsing view pager screen (#448 )
Implement collapsing TopTabs on Android
specify `navBarHideOnScroll: true` in your `TopTabsScreen`
hace 8 años
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
hace 8 años
Daniel Zlotin
0863bff91d
fixed deepFreezeAndThrowOnMutationInDev
hace 8 años
Guy Carmeli
1a8f01a607
Expose navBarTransparent to Js
closes #21
hace 8 años
Guy Carmeli
37b96449ec
Implement CollapsingTopBar
hace 8 años
Guy Carmeli
08f4d4dc07
Implement ContextualMenu in Modals
hace 8 años
Guy Carmeli
5899330858
Implement navigator.dismissContextualMenu
hace 8 años
Guy Carmeli
f2ca102b1e
Add ability the change ContextualMenu colors
hace 8 años
Guy Carmeli
3c31e158da
Add support for ContextualMenu in TopBar
hace 8 años
Guy Carmeli
30991e3077
Support navBarTransparent on Android
hace 8 años
Guy Carmeli
20945d8bf7
Override BottomTabs props only if props are undefined
closes #312
hace 8 años
Daniel Zlotin
ab0926b375
setting up java unit tests
hace 8 años
Guy Carmeli
2ad0aecb82
Fix missing fab expended icon
hace 8 años
Guy Carmeli
053fbf5aa9
Check if fab icon was resolved when creating fab
hace 8 años
Guy Carmeli
6d38148359
Save the world
hace 8 años
Guy Carmeli
cfaa8fef88
Switch fab on ViewPager screen change
hace 8 años
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.
hace 8 años
Guy Carmeli
91d1bac43c
Initial commit
hace 8 años
Guy Carmeli
e610223e1c
Support navBarTextSubtitleColor on Android
hace 8 años
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
hace 8 años
Guy Carmeli
9cb46fa547
Minor fixes to Snackbar
hace 8 años
Guy Carmeli
a76e7b25d8
Getting there
* Created Snakbar class to encapsulate Snackbar logic.
* Clicking the action now emits event to current screen
* Action color works
hace 8 años
Guy Carmeli
df30086c6c
Snacker works on BottomTabsLayout
hace 8 años
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
hace 8 años
Yedidya Kennard
62d61f0d6a
Slightly more backwards compatibility in android leftButtons
hace 8 años
Guy Carmeli
eb8579c24e
Use leftButtons api on Android like in iOS
This commit closes #224 and fixes #252 . Calling `setButtons` with
`leftButton` object still works for now but is deprecated and will be
removed in future version.
hace 8 años
Guy Carmeli
661fec6b79
Add limited support for animationType on Android
This commit adds support for displaying an activity with no animation
by setting `animationType: none` when calling `startApp`. In the future
we can support more animation types if there's a demand for it.
hace 8 años
Guy Carmeli
098f0e509f
Add badge styling options
hace 8 años
Guy Carmeli
2628683e0f
Implement setTabBadge in Android
hace 8 años
Edvinas Bartkus
c1a35a063a
Remove debugger
hace 8 años
Guy Carmeli
c93d4d93c8
Split selectBottomTab into two methods to prevent passing null parameters
hace 8 años
Guy Carmeli
57deff049c
Initial implementation
hace 8 años