(Indicator) Implemented AUTO visible mode for indicator
authorSinjae Lee <sinjae4b.lee@samsung.com>
Fri, 9 May 2014 13:57:43 +0000 (22:57 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 27 May 2014 14:26:04 +0000 (15:26 +0100)
Implemented AUTO visible mode for indicator
For full screen application in portrait, or almost application in landscape mode,
indicator should be hidden in default and it can be shown by user's touch

The conditions for showing in AUTO mode
- indicator want to notify something to user
- user swipe down on top of the screen

The conditions for hiding in AUTO mode
- After n seconds
- When user touch anywhere except for indicator area


No differences found