summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/EdgeSwipeController.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to Edge Navigation for missing bitmapsPankaj Garg2015-11-051-10/+18
| | | | | | | | - Show prominent color from favicon when bitmap capture of a navigation entry is missing - More active purging of bitmaps on navigation Change-Id: I2c137385bd1b1179dbbb16c0c3e933783d499c34
* Fix Edge Navigation incorrect page index detectionSagar Dhawan2015-08-281-3/+14
| | | | | | | | | | | Swiping from the left edge on a new tab before the page loads, could some times leave edge navigation in a bad state. This was because there was no history for that tab. Also added minor fix for download paths and file names Change-Id: I94c94363275ceeb59b9d7756e728b535e3eaa32a
* Fix possible edge navigation failureSagar Dhawan2015-08-281-4/+0
| | | | Change-Id: I6b929986efb9c1be36e328882d03756b885699ac
* Fix edge navigation page dimmingSagar Dhawan2015-08-281-9/+3
| | | | | | | | | Stationary views are correctly dimmed when using edge navigation. Page will no longer flash when partial swiping from left and then swiping from the right. Change-Id: I4fd83793840330707cfd97a978c77294dab4b197
* Fix Edge Navigation gray bitmap positionSagar Dhawan2015-08-281-0/+16
| | | | | | | | | Sometimes the gray bitmap would be requested for the wrong page. This fix ensures that only the last active page will go gray when sliding. Change-Id: Ie5380829d5a76c33ad65d6e1e5b0d1ac3ea3b840
* Disable Edge Navigation when Keyboard is showingSagar Dhawan2015-08-281-1/+1
| | | | Change-Id: I4580a3e307c42bed7d163f9c4a25bda91d910106
* Temporal edge navigation featurePankaj Garg2015-06-011-0/+543
- User can swipe from left and right edge to go back and forward in history of a tab Change-Id: I941f91122510b004bdcb6a718eb6c05730694960