summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/ZoomManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fix DPI scaling on TVDPIJohn Reck2012-09-191-0/+13
* Make WebView track focal points more accuratelyAdam Powell2012-09-041-2/+2
* Fix logspamJohn Reck2012-06-051-4/+5
* Invalidate on new picture if scale/content size changesChris Craik2012-05-151-1/+5
* Delete more navcache stuffJohn Reck2012-03-051-14/+0
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-13/+13
* Fix regression in default zoom settingMangesh Ghiware2012-02-131-0/+1
* Use WebKit hit testing result for centering on double-tap zoom.Mangesh Ghiware2012-02-061-1/+1
* Update computation of reading level scale.Mangesh Ghiware2011-12-081-7/+11
* Fix updateDoubleTapZoom logicJohn Reck2011-12-011-5/+6
* Merge "WebView animation support" into ics-mr1Teng-Hui Zhu2011-11-291-0/+3
|\
| * WebView animation supportTeng-Hui Zhu2011-11-231-0/+3
* | Update Webkit with the zoom level after double tap gestureDerek Sollenberger2011-11-281-0/+5
|/
* Revert change to setInitialScale() to take display density into account.Mangesh Ghiware2011-11-161-1/+1
* Update fix to restore view and text wrap scales.Mangesh Ghiware2011-11-031-1/+1
* Fix setInitialScale() to take display density into account.Mangesh Ghiware2011-11-011-11/+4
* Fix restore of view and text wrap scales.Mangesh Ghiware2011-10-271-3/+5
* Fix issue# 5492404: Reading level check thread error.Mangesh Ghiware2011-10-211-5/+9
* Fix null ptr exception in getReadingLevelScale()Mangesh Ghiware2011-10-181-1/+4
* Add setting for configuring zoom level on double-tap.Mangesh Ghiware2011-10-121-7/+17
* Use overview scale when restored scale is 0.Mangesh Ghiware2011-09-211-6/+0
* On zoom to overview, reflow text, if necessary.Mangesh Ghiware2011-09-091-0/+5
* Set reading level scale to display density instead of a fixed minimum.Mangesh Ghiware2011-09-011-19/+22
* b/5080166 Enalbe multi-touch on external touch escreen.Huahui Wu2011-07-261-3/+7
* b/4070489 Jumpy motion when switching fingers during zoom gesture.Huahui Wu2011-07-211-0/+2
* Set mActualScale when initialScale is set.Shimeng (Simon) Wang2011-07-111-0/+2
* Merge "Prevent set mInitialScale being overridden by mDefaultScale."Shimeng (Simon) Wang2011-07-081-2/+3
|\
| * Prevent set mInitialScale being overridden by mDefaultScale.Shimeng (Simon) Wang2011-07-081-2/+3
* | Treat restored defaultScale as overview.Shimeng (Simon) Wang2011-07-061-0/+6
|/
* Merge "Keep initial zoom overview for non-standard load."Shimeng (Simon) Wang2011-06-301-0/+5
|\
| * Keep initial zoom overview for non-standard load.Shimeng (Simon) Wang2011-06-301-0/+5
* | Initial zoom overview flag only meaningful in page overview mode.Shimeng (Simon) Wang2011-06-291-1/+2
|/
* Fix reflow for mobile sites.Shimeng (Simon) Wang2011-06-101-9/+8
* Better handle double tap for smooth reflow and zoom.Shimeng (Simon) Wang2011-06-091-1/+10
* Make sure scale will not go beyond overview scale after rotation.Shimeng (Simon) Wang2011-06-021-2/+3
* Fix overview scale setting for mobile sites.Shimeng (Simon) Wang2011-06-011-6/+10
* Fix zoom overview width and postscale for non-wide-viewport mode.Shimeng (Simon) Wang2011-05-261-4/+7
* Simplify viewport logic in webviewcore and zoom-manager.Shimeng (Simon) Wang2011-05-241-11/+3
* Prevent intermediate scale updates from being sent to WebKit while zooming.Derek Sollenberger2011-03-181-1/+1
* Fix bug 4083825 - Gesture zoom locked along content edges under someAdam Powell2011-03-111-2/+12
* b/4080388 Improving the performance of ZoomManagerHuahui Wu2011-03-101-18/+46
* Don't limit zoom scale change by the minimum increment.Shimeng (Simon) Wang2011-03-091-1/+1
* Merge "b/4075349 Make the pinch to zoom more responsive after limits." into h...Huahui Wu2011-03-091-14/+29
|\
| * b/4075349 Make the pinch to zoom more responsive after limits.Huahui Wu2011-03-091-14/+29
* | Merge "Consider mInitialScale when setting min zoom scale." into honeycomb-mr1Shimeng (Simon) Wang2011-03-091-2/+3
|\ \ | |/ |/|
| * Consider mInitialScale when setting min zoom scale.Shimeng (Simon) Wang2011-03-081-2/+3
* | b/3307761 Tuning two fingers pan.Huahui Wu2011-03-081-1/+49
|/
* Shorten the animation length to make it snappier.Shimeng (Simon) Wang2011-03-031-1/+1
* Adjust actual scale when zoom density changes.Shimeng (Simon) Wang2011-03-021-3/+11
* Merge "Revert "Remove the limitation that zoom can't go beyond overview scale.""Shimeng (Simon) Wang2011-03-021-13/+25
|\