Daniel Zlotin
1d9a852533
moving stuff around to work on everything locally without hacks
8 년 전
Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
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
9e3715e523
Fix Snackbar not dismissing bug
When Snackbar was displayed while another Snackbar was displayed,
the last ref to the current Snackbar was removed and it didn't get removed
when onScreenChange was called.
8 년 전
Guy Carmeli
91d1bac43c
Initial commit
8 년 전
Guy Carmeli
9cb46fa547
Minor fixes to Snackbar
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 년 전