index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
ZoomManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update fix to restore view and text wrap scales.
Mangesh Ghiware
2011-11-03
1
-1
/
+1
*
Fix setInitialScale() to take display density into account.
Mangesh Ghiware
2011-11-01
1
-11
/
+4
*
Fix restore of view and text wrap scales.
Mangesh Ghiware
2011-10-27
1
-3
/
+5
*
Fix issue# 5492404: Reading level check thread error.
Mangesh Ghiware
2011-10-21
1
-5
/
+9
*
Fix null ptr exception in getReadingLevelScale()
Mangesh Ghiware
2011-10-18
1
-1
/
+4
*
Add setting for configuring zoom level on double-tap.
Mangesh Ghiware
2011-10-12
1
-7
/
+17
*
Use overview scale when restored scale is 0.
Mangesh Ghiware
2011-09-21
1
-6
/
+0
*
On zoom to overview, reflow text, if necessary.
Mangesh Ghiware
2011-09-09
1
-0
/
+5
*
Set reading level scale to display density instead of a fixed minimum.
Mangesh Ghiware
2011-09-01
1
-19
/
+22
*
b/5080166 Enalbe multi-touch on external touch escreen.
Huahui Wu
2011-07-26
1
-3
/
+7
*
b/4070489 Jumpy motion when switching fingers during zoom gesture.
Huahui Wu
2011-07-21
1
-0
/
+2
*
Set mActualScale when initialScale is set.
Shimeng (Simon) Wang
2011-07-11
1
-0
/
+2
*
Merge "Prevent set mInitialScale being overridden by mDefaultScale."
Shimeng (Simon) Wang
2011-07-08
1
-2
/
+3
|
\
|
*
Prevent set mInitialScale being overridden by mDefaultScale.
Shimeng (Simon) Wang
2011-07-08
1
-2
/
+3
*
|
Treat restored defaultScale as overview.
Shimeng (Simon) Wang
2011-07-06
1
-0
/
+6
|
/
*
Merge "Keep initial zoom overview for non-standard load."
Shimeng (Simon) Wang
2011-06-30
1
-0
/
+5
|
\
|
*
Keep initial zoom overview for non-standard load.
Shimeng (Simon) Wang
2011-06-30
1
-0
/
+5
*
|
Initial zoom overview flag only meaningful in page overview mode.
Shimeng (Simon) Wang
2011-06-29
1
-1
/
+2
|
/
*
Fix reflow for mobile sites.
Shimeng (Simon) Wang
2011-06-10
1
-9
/
+8
*
Better handle double tap for smooth reflow and zoom.
Shimeng (Simon) Wang
2011-06-09
1
-1
/
+10
*
Make sure scale will not go beyond overview scale after rotation.
Shimeng (Simon) Wang
2011-06-02
1
-2
/
+3
*
Fix overview scale setting for mobile sites.
Shimeng (Simon) Wang
2011-06-01
1
-6
/
+10
*
Fix zoom overview width and postscale for non-wide-viewport mode.
Shimeng (Simon) Wang
2011-05-26
1
-4
/
+7
*
Simplify viewport logic in webviewcore and zoom-manager.
Shimeng (Simon) Wang
2011-05-24
1
-11
/
+3
*
Prevent intermediate scale updates from being sent to WebKit while zooming.
Derek Sollenberger
2011-03-18
1
-1
/
+1
*
Fix bug 4083825 - Gesture zoom locked along content edges under some
Adam Powell
2011-03-11
1
-2
/
+12
*
b/4080388 Improving the performance of ZoomManager
Huahui Wu
2011-03-10
1
-18
/
+46
*
Don't limit zoom scale change by the minimum increment.
Shimeng (Simon) Wang
2011-03-09
1
-1
/
+1
*
Merge "b/4075349 Make the pinch to zoom more responsive after limits." into h...
Huahui Wu
2011-03-09
1
-14
/
+29
|
\
|
*
b/4075349 Make the pinch to zoom more responsive after limits.
Huahui Wu
2011-03-09
1
-14
/
+29
*
|
Merge "Consider mInitialScale when setting min zoom scale." into honeycomb-mr1
Shimeng (Simon) Wang
2011-03-09
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Consider mInitialScale when setting min zoom scale.
Shimeng (Simon) Wang
2011-03-08
1
-2
/
+3
*
|
b/3307761 Tuning two fingers pan.
Huahui Wu
2011-03-08
1
-1
/
+49
|
/
*
Shorten the animation length to make it snappier.
Shimeng (Simon) Wang
2011-03-03
1
-1
/
+1
*
Adjust actual scale when zoom density changes.
Shimeng (Simon) Wang
2011-03-02
1
-3
/
+11
*
Merge "Revert "Remove the limitation that zoom can't go beyond overview scale.""
Shimeng (Simon) Wang
2011-03-02
1
-13
/
+25
|
\
|
*
Revert "Remove the limitation that zoom can't go beyond overview scale."
Shimeng (Simon) Wang
2011-03-02
1
-13
/
+25
*
|
Don't update webkit at every stage of a zoom animation.
Derek Sollenberger
2011-03-01
1
-3
/
+4
|
/
*
Remove the limitation that zoom can't go beyond overview scale.
Shimeng (Simon) Wang
2011-02-28
1
-25
/
+13
*
Make sure pinch zoom and overview scale are within limits
Shimeng (Simon) Wang
2011-02-24
1
-2
/
+4
*
Pre-calculate view scale and text wrap scale for webkit.
Shimeng (Simon) Wang
2011-02-24
1
-4
/
+6
*
Make sure zoom width is changed before fit-to-screen.
Shimeng (Simon) Wang
2011-02-18
1
-1
/
+1
*
Reset initial zoom overview state when user takes zoom action.
Shimeng (Simon) Wang
2011-02-17
1
-0
/
+6
*
Fine tune the zoom overview behavior.
Shimeng (Simon) Wang
2011-02-17
1
-3
/
+20
*
Remember zoom overview state since the postscale callback is async.
Shimeng (Simon) Wang
2011-02-16
1
-3
/
+8
*
Merge "Fit to screen for the first new picture with enough different width."
Shimeng (Simon) Wang
2011-02-16
1
-3
/
+6
|
\
|
*
Fit to screen for the first new picture with enough different width.
Shimeng (Simon) Wang
2011-02-15
1
-3
/
+6
*
|
Merge "Keep overview mode when screen is rotated."
Shimeng (Simon) Wang
2011-02-15
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Keep overview mode when screen is rotated.
Shimeng (Simon) Wang
2011-02-15
1
-2
/
+5
*
|
Keep mobile site's text wrap scale unchanged.
Shimeng (Simon) Wang
2011-02-14
1
-4
/
+11
|
/
[next]