summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/ZoomManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Revert "Remove the limitation that zoom can't go beyond overview scale."Shimeng (Simon) Wang2011-03-021-13/+25
* | Don't update webkit at every stage of a zoom animation.Derek Sollenberger2011-03-011-3/+4
|/
* Remove the limitation that zoom can't go beyond overview scale.Shimeng (Simon) Wang2011-02-281-25/+13
* Make sure pinch zoom and overview scale are within limitsShimeng (Simon) Wang2011-02-241-2/+4
* Pre-calculate view scale and text wrap scale for webkit.Shimeng (Simon) Wang2011-02-241-4/+6
* Make sure zoom width is changed before fit-to-screen.Shimeng (Simon) Wang2011-02-181-1/+1
* Reset initial zoom overview state when user takes zoom action.Shimeng (Simon) Wang2011-02-171-0/+6
* Fine tune the zoom overview behavior.Shimeng (Simon) Wang2011-02-171-3/+20
* Remember zoom overview state since the postscale callback is async.Shimeng (Simon) Wang2011-02-161-3/+8
* Merge "Fit to screen for the first new picture with enough different width."Shimeng (Simon) Wang2011-02-161-3/+6
|\
| * Fit to screen for the first new picture with enough different width.Shimeng (Simon) Wang2011-02-151-3/+6
* | Merge "Keep overview mode when screen is rotated."Shimeng (Simon) Wang2011-02-151-2/+5
|\ \ | |/ |/|
| * Keep overview mode when screen is rotated.Shimeng (Simon) Wang2011-02-151-2/+5
* | Keep mobile site's text wrap scale unchanged.Shimeng (Simon) Wang2011-02-141-4/+11
|/