Merge commit '64a663e3e13cd5d6ee99610608dd1d0b5f4a62ab'
* commit '64a663e3e13cd5d6ee99610608dd1d0b5f4a62ab':
Fix mncLength in cases with a malformed AD_DONE msg from SIM
Merge commit 'c2042f5e4910c4f7c5b812787ad2b025d93da497' into eclair-plus-aosp
* commit 'c2042f5e4910c4f7c5b812787ad2b025d93da497':
Fix mncLength in cases with a malformed AD_DONE msg from SIM
Merge commit 'bdbe87d0756a54dbc2edd24b75b9cd98cab31442'
* commit 'bdbe87d0756a54dbc2edd24b75b9cd98cab31442':
Wallpapers: new transitions, hiding when not visible, other cleanup.
Merge commit '3b8ed0371fbe122bc3b3e28591061ace5e6b4884'
* commit '3b8ed0371fbe122bc3b3e28591061ace5e6b4884':
Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element.
Merge commit '6e4b7d66998b9ec9255767f6070a2f94d83944a5' into eclair-plus-aosp
* commit '6e4b7d66998b9ec9255767f6070a2f94d83944a5':
Wallpapers: new transitions, hiding when not visible, other cleanup.
Merge commit 'da214787988ab6bf3c54d96072300723a72b9e3b' into eclair-plus-aosp
* commit 'da214787988ab6bf3c54d96072300723a72b9e3b':
Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element.
Merge commit '63aca6389ce803e469624779f9e723eea00e1dfc'
* commit '63aca6389ce803e469624779f9e723eea00e1dfc':
When zooming, do not draw the WebTextView. Resize it when done.
Merge commit '608f9f470fa562fc6a32449297110d4ec2953515' into eclair-plus-aosp
* commit '608f9f470fa562fc6a32449297110d4ec2953515':
When zooming, do not draw the WebTextView. Resize it when done.
Merge commit 'dce5b2ce0908be0ac53c89e6ab50b2e71735f924'
* commit 'dce5b2ce0908be0ac53c89e6ab50b2e71735f924':
Clean up from earlier changes to place title bar at top of WebView
Merge commit '3c32474f0e0df419135f1966796d277aba9ee7cb' into eclair-plus-aosp
* commit '3c32474f0e0df419135f1966796d277aba9ee7cb':
Clean up from earlier changes to place title bar at top of WebView
This is work on the transitions with wallpapers. There are now new
animations specifically for leaving the wallpaper and returning to
it, which allow us to have a consistent animation when entering home
and returning to it. I also renamed the existing animations across
wallpapers, and cleaned up some junk in the various interpolators.
This also now hides the wallpaper surface when it is not visible,
to get rid of the wallpaper flickers people complained about albeit
in a somewhat brutal way. :) (Though really returning us to the
previous behavior with the same previous bugs and name back to them
not being very visible, yay!) There is are also some bug fixes
here and there about managing the wallpaper visibility that this
change revealed.
Change-Id: I913990a9a81651728122ed2e1101b75ed2c36fcb
Merge commit 'c77b04d8684dd35beb3d67c29a101d549313df98'
* commit 'c77b04d8684dd35beb3d67c29a101d549313df98':
Don't toggle between in app and global search on repeat key events.
Merge commit '107039f94888fce212e0965b74971727d2b01b82' into eclair-plus-aosp
* commit '107039f94888fce212e0965b74971727d2b01b82':
Don't toggle between in app and global search on repeat key events.
Rename addTitleBar to setEmbeddedTitleBar. This requires a change
to packages/apps/Browser. Also remove mTitleBar if there already
was one.
In ViewManager, call contentToViewDimension where appropriate.
Change-Id: If4d378fad192990253411924a9a80bee96e63ff2
Merge commit '6b07d533f0f3fe49dd2070e3d4ff44eb804aee87'
* commit '6b07d533f0f3fe49dd2070e3d4ff44eb804aee87':
Some mobile sites, like m.www.yahoo.com, slashdot.org (iPhone version),
Merge commit '3c72fff035e287f9e0b9340cc3921896ca86380b' into eclair-plus-aosp
* commit '3c72fff035e287f9e0b9340cc3921896ca86380b':
Some mobile sites, like m.www.yahoo.com, slashdot.org (iPhone version),
have a bigger minPrefWidth than the screen width. So we don't want to force
the minZoomScale to be same as defaultScale. Otherwise we won't be able to
zoom out in these sites.
Fix http://b/issue?id=2090718
Merge commit '81c7192d335b7260914105578006ef662c3d641a'
* commit '81c7192d335b7260914105578006ef662c3d641a':
Do a better job at finding the activity associated with a dialog when triggering search.
Merge commit '93a751d6adc00cbc6fb564b27592fc5730a655ef' into eclair-plus-aosp
* commit '93a751d6adc00cbc6fb564b27592fc5730a655ef':
Do a better job at finding the activity associated with a dialog when triggering search.