OSDN Git Service

android-x86/frameworks-base.git
13 years agoRotation lock fix for sensor{Landscape,Portrait} activities.
Daniel Sandler [Tue, 22 Feb 2011 21:10:21 +0000 (16:10 -0500)]
Rotation lock fix for sensor{Landscape,Portrait} activities.

E.g. if an app is sensorLandscape and the device rotation is
locked to landscape, the activity should not be allowed to
flip to seascape even if the device is inverted.

If the rotation is locked 90° from the activity's
supported orientations, we must override the lock as before,
but we now suppress the sensor input (confining the activity
to one of its two orientations). This best preserves the
spirit of the rotation lock while still allowing the
activity to run in a supported configuration.

Bug: 3453407
Change-Id: I8ee255e0250ba7e4534f4622ac37b82d31cf9936

13 years agoFix the flipping orientation lock.
Daniel Sandler [Tue, 22 Feb 2011 19:54:17 +0000 (14:54 -0500)]
Fix the flipping orientation lock.

We were setting ACCELEROMETER_ROTATION to 0 before putting
in the proper USER_ROTATION value, and PhoneWindowManager's
content observer would eagerly rotate the screen to the last
locked orientation before re-rotating to the updated locked
rotation.

Now we set USER_ROTATION first. Additionally, the
content observer is now the only place we set
mUserRotation{,Mode} (previously we would race with it in
setUserRotationMode()).

Bug: 3425657
Change-Id: I04ba1a3631c6d985c2e406c4d148c39fb5c36216

13 years agoMerge "Add rport argument for a reinvite request."
Chung-yih Wang [Tue, 22 Feb 2011 09:05:36 +0000 (01:05 -0800)]
Merge "Add rport argument for a reinvite request."

13 years agoMerge "Do not backup wifi country code settings"
Irfan Sheriff [Mon, 21 Feb 2011 21:46:56 +0000 (13:46 -0800)]
Merge "Do not backup wifi country code settings"

13 years agoMerge "Remove some unused code."
Robert Greenwalt [Mon, 21 Feb 2011 21:25:14 +0000 (13:25 -0800)]
Merge "Remove some unused code."

13 years agoDo not backup wifi country code settings
Irfan Sheriff [Mon, 21 Feb 2011 21:15:14 +0000 (13:15 -0800)]
Do not backup wifi country code settings

Country code settings are device specific and
should not be linked to an account

Change-Id: Iead6230bfe7751a9478c45e5dca6b4ba619587b3

13 years agoRemove some unused code.
Robert Greenwalt [Mon, 21 Feb 2011 19:22:35 +0000 (11:22 -0800)]
Remove some unused code.

Change-Id: Id29bf7d2118065e2e772b22d910bda1c6de2a475

13 years agoTurning on debug logs temporary for bug 3424424
Kristian Monsen [Fri, 18 Feb 2011 16:28:13 +0000 (16:28 +0000)]
Turning on debug logs temporary for bug 3424424

Change-Id: Ic911a244e48312b566e6bcad2f635cc85075d897

13 years agoPart of fix for bug 3424424 Browser hanging
Kristian Monsen [Fri, 18 Feb 2011 16:01:47 +0000 (16:01 +0000)]
Part of fix for bug 3424424 Browser hanging

Not calling redundant android stack cookie code when the chrome
stack is enabled.

Change-Id: I6faea89295e0cae02f5aa19a6ddeec43a4b73a44

13 years agoAdd rport argument for a reinvite request.
Chung-yih Wang [Mon, 21 Feb 2011 03:50:25 +0000 (11:50 +0800)]
Add rport argument for a reinvite request.

bug:3461707
Change-Id: I69a4f84dde3929c754c838fd12e624b774f44826

13 years agoam 4aede1af: am 301431d9: Doc change: Final diff report for API 11.
Dirk Dougherty [Sun, 20 Feb 2011 02:13:08 +0000 (18:13 -0800)]
am 4aede1af: am 301431d9: Doc change: Final diff report for API 11.

* commit '4aede1af7158a24e38b3809dcd194f375066fdde':
  Doc change: Final diff report for API 11.

13 years agoam 301431d9: Doc change: Final diff report for API 11.
Dirk Dougherty [Sun, 20 Feb 2011 02:07:20 +0000 (18:07 -0800)]
am 301431d9: Doc change: Final diff report for API 11.

* commit '301431d96e85e37d1dc2dd0df88f894dda0f5404':
  Doc change: Final diff report for API 11.

13 years agoDoc change: Final diff report for API 11.
Dirk Dougherty [Sun, 20 Feb 2011 01:22:29 +0000 (17:22 -0800)]
Doc change: Final diff report for API 11.

Change-Id: Id7a6907a4f765fe753c2b134bfbd29a5792cc9ed

13 years agoAdd new hover move action and scroll wheel plumbing.
Jeff Brown [Sat, 19 Feb 2011 13:07:28 +0000 (05:07 -0800)]
Add new hover move action and scroll wheel plumbing.

Added support for tracking the mouse position even when the mouse button
is not pressed.  To avoid confusing existing applications, mouse movements
are reported using the new ACTION_HOVER_MOVE action when the mouse button
is not pressed.

Added some more plumbing for the scroll wheel axes.  The values are
reported to Views but they are not yet handled by the framework.

Change-Id: I1706be850d25cf34e5adf880bbed5cc3265cf4b1

13 years agoAdd new axes for joysticks and mouse wheels.
Jeff Brown [Sat, 19 Feb 2011 09:08:02 +0000 (01:08 -0800)]
Add new axes for joysticks and mouse wheels.

Added API on InputDevice to query the set of axes available.
Added API on KeyEvent and MotionEvent to convert keycodes and axes
to symbolic name strings for diagnostic purposes.
Added API on KeyEvent to query if a given key code is a gamepad button.
Added a new "axis" element to key layout files to specify the
mapping between raw absolute axis values and motion axis ids.
Expanded the axis bitfield to 64bits to allow for future growth.
Modified the Makefile for keyboard prebuilts to run the keymap
validation tool during the build.
Added layouts for two game controllers.
Added default actions for game pad button keys.
Added more tests.
Fixed a bunch of bugs.

Change-Id: I73f9166c3b3c5bcf4970845b58088ad467525525

13 years agoMerge "Move all Widevine code which have dependency on vendor modules to vendor/widevine"
Gloria Wang [Sat, 19 Feb 2011 09:09:53 +0000 (01:09 -0800)]
Merge "Move all Widevine code which have dependency on vendor modules to vendor/widevine"

13 years agoMove all Widevine code which have dependency on vendor modules to vendor/widevine
Gloria Wang [Sat, 19 Feb 2011 06:42:26 +0000 (22:42 -0800)]
Move all Widevine code which have dependency on vendor modules to vendor/widevine

Change-Id: If75bce539bae02117fb4f628be64e3a7363375e9

13 years agoam b5d35088: resolved conflicts for merge of b842629c to honeycomb-plus-aosp
Scott Main [Sat, 19 Feb 2011 03:49:10 +0000 (19:49 -0800)]
am b5d35088: resolved conflicts for merge of b842629c to honeycomb-plus-aosp

* commit 'b5d35088cbbbac53b052ec52f199de4ad8b061e7':
  docs: update sizes and sums for tools and ndk

13 years agoresolved conflicts for merge of b842629c to honeycomb-plus-aosp
Scott Main [Sat, 19 Feb 2011 03:42:29 +0000 (19:42 -0800)]
resolved conflicts for merge of b842629c to honeycomb-plus-aosp

Change-Id: I5628f9e3baad68882b63a2917df3fb0bb1bbdfa6

13 years agoLayoutLib: remove assert in resource resolution.
Xavier Ducrohet [Sat, 19 Feb 2011 02:48:08 +0000 (18:48 -0800)]
LayoutLib: remove assert in resource resolution.

These code paths were valid in case there's a mismatch
between the style/theme/version of Android

Change-Id: I8cb3b2a3f3a1ef5c37ccec0c8ddbb7add69bfbe0

13 years agoMerge "LayoutLib: support defStyleRes in obtainStyledAttributes."
Xavier Ducrohet [Sat, 19 Feb 2011 02:14:13 +0000 (18:14 -0800)]
Merge "LayoutLib: support defStyleRes in obtainStyledAttributes."

13 years agoLayoutLib: support defStyleRes in obtainStyledAttributes.
Xavier Ducrohet [Sat, 19 Feb 2011 01:50:38 +0000 (17:50 -0800)]
LayoutLib: support defStyleRes in obtainStyledAttributes.

This fix the Spinner rendering.

Change-Id: I20a71d9e07f6c86652a74fba3fc05a027a057ff8

13 years agoMerge "LayoutLib: properly handle @null references in more places."
Xavier Ducrohet [Sat, 19 Feb 2011 01:46:03 +0000 (17:46 -0800)]
Merge "LayoutLib: properly handle @null references in more places."

13 years agoLayoutLib: properly handle @null references in more places.
Xavier Ducrohet [Sat, 19 Feb 2011 01:19:08 +0000 (17:19 -0800)]
LayoutLib: properly handle @null references in more places.

Change-Id: I240298ab79c19ab0e49cb6da19d6b0187493d3b5

13 years agodocs: update sizes and sums for tools and ndk
Scott Main [Sat, 19 Feb 2011 00:33:25 +0000 (16:33 -0800)]
docs: update sizes and sums for tools and ndk

Change-Id: Id7c72a89dc50461a7883b599dcd7a08738049dee

13 years agoMerge "- Update from Widevine - Bug fixes"
Gloria Wang [Sat, 19 Feb 2011 00:39:40 +0000 (16:39 -0800)]
Merge "- Update from Widevine - Bug fixes"

13 years ago- Update from Widevine
Gloria Wang [Tue, 15 Feb 2011 18:34:26 +0000 (10:34 -0800)]
- Update from Widevine
- Bug fixes

Change-Id: I494cfe145e7aad36f3d8c68841cab847487dd85b

13 years agoMerge "A method refactoring and a simple rounding fix."
Shimeng (Simon) Wang [Fri, 18 Feb 2011 23:37:30 +0000 (15:37 -0800)]
Merge "A method refactoring and a simple rounding fix."

13 years agoA method refactoring and a simple rounding fix.
Shimeng (Simon) Wang [Fri, 18 Feb 2011 23:27:28 +0000 (15:27 -0800)]
A method refactoring and a simple rounding fix.

issue: 3382398
Change-Id: I3b43c6e4954b5040a266da60c9a97314f1a5b91f

13 years agoMerge "Add an API to listen for window attach/detach events on a View."
Adam Powell [Fri, 18 Feb 2011 23:17:16 +0000 (15:17 -0800)]
Merge "Add an API to listen for window attach/detach events on a View."

13 years agoam 483f7130: am e4da3934: Merge "docs: move new AIDL doc back into the existing doc...
Scott Main [Fri, 18 Feb 2011 23:14:44 +0000 (15:14 -0800)]
am 483f7130: am e4da3934: Merge "docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools" into honeycomb

* commit '483f7130b593bb79f8ad0740356963aab42ccf54':
  docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools

13 years agoam e4da3934: Merge "docs: move new AIDL doc back into the existing doc, but move...
Scott Main [Fri, 18 Feb 2011 23:11:14 +0000 (15:11 -0800)]
am e4da3934: Merge "docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools" into honeycomb

* commit 'e4da39345209c47b2736f266adfc22a0fdb4c716':
  docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools

13 years agoMerge "docs: move new AIDL doc back into the existing doc, but move the side nav...
Scott Main [Fri, 18 Feb 2011 23:08:26 +0000 (15:08 -0800)]
Merge "docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools" into honeycomb

13 years agoAdd an API to listen for window attach/detach events on a View.
Adam Powell [Fri, 18 Feb 2011 23:02:18 +0000 (15:02 -0800)]
Add an API to listen for window attach/detach events on a View.

Fix bug 3312949 - inconsistent state in MenuPopupHelper

Change-Id: Ie802ada3f8de4cf71c92fcc7c6abce9ba85e7b75

13 years agoMerge "Changes for ril.h version 6."
Wink Saville [Fri, 18 Feb 2011 22:05:34 +0000 (14:05 -0800)]
Merge "Changes for ril.h version 6."

13 years agoChanges for ril.h version 6.
Wink Saville [Fri, 18 Feb 2011 20:40:47 +0000 (12:40 -0800)]
Changes for ril.h version 6.

Change-Id: Iacd9d362c4836546ac277cf3571227d426a721aa

13 years agoMerge "Fix styling for legacy light themed lists"
Adam Powell [Fri, 18 Feb 2011 20:16:17 +0000 (12:16 -0800)]
Merge "Fix styling for legacy light themed lists"

13 years agoFix styling for legacy light themed lists
Adam Powell [Fri, 18 Feb 2011 20:14:32 +0000 (12:14 -0800)]
Fix styling for legacy light themed lists

Change-Id: I1ec470f967376dd97b69cdf42face1386180a484

13 years agoam 55d3fc1b: am 163413f4: Merge "docs: update getting started doc for 3.0; move out...
Scott Main [Fri, 18 Feb 2011 18:55:07 +0000 (10:55 -0800)]
am 55d3fc1b: am 163413f4: Merge "docs: update getting started doc for 3.0; move out of preview docs" into honeycomb

* commit '55d3fc1bd571360dbecd76e9913666ed668e974a':
  docs: update getting started doc for 3.0; move out of preview docs

13 years agoMerge "Visual indication of do-not-disturb mode in system bar."
Daniel Sandler [Fri, 18 Feb 2011 18:52:37 +0000 (10:52 -0800)]
Merge "Visual indication of do-not-disturb mode in system bar."

13 years agoMerge "Added bluetooth SCO stream to VolumePanel"
Eric Laurent [Fri, 18 Feb 2011 18:44:49 +0000 (10:44 -0800)]
Merge "Added bluetooth SCO stream to VolumePanel"

13 years agoam 163413f4: Merge "docs: update getting started doc for 3.0; move out of preview...
Scott Main [Fri, 18 Feb 2011 18:40:59 +0000 (10:40 -0800)]
am 163413f4: Merge "docs: update getting started doc for 3.0; move out of preview docs" into honeycomb

* commit '163413f4360af8a8b010fa69a131fb0177df96a7':
  docs: update getting started doc for 3.0; move out of preview docs

13 years agoVisual indication of do-not-disturb mode in system bar.
Daniel Sandler [Fri, 18 Feb 2011 17:51:08 +0000 (12:51 -0500)]
Visual indication of do-not-disturb mode in system bar.

Bug: 3408005
Change-Id: I934a6684bb3e90e2ada848872b5670f6b6e3e055

13 years agoMerge "docs: update getting started doc for 3.0; move out of preview docs" into honeycomb
Scott Main [Fri, 18 Feb 2011 18:26:41 +0000 (10:26 -0800)]
Merge "docs: update getting started doc for 3.0; move out of preview docs" into honeycomb

13 years agoMerge "Make sure zoom width is changed before fit-to-screen."
Shimeng (Simon) Wang [Fri, 18 Feb 2011 17:50:11 +0000 (09:50 -0800)]
Merge "Make sure zoom width is changed before fit-to-screen."

13 years agoMake sure zoom width is changed before fit-to-screen.
Shimeng (Simon) Wang [Fri, 18 Feb 2011 17:31:59 +0000 (09:31 -0800)]
Make sure zoom width is changed before fit-to-screen.

issue: 3466509
Change-Id: I7cdb9544fcb3f261ebd0a831ab4a5cd685c5fc77

13 years agoMerge "Fixing font renderer attribute slot locations."
Alex Sakhartchouk [Fri, 18 Feb 2011 17:17:15 +0000 (09:17 -0800)]
Merge "Fixing font renderer attribute slot locations."

13 years agoMerge "Fix UI in image processing."
Alex Sakhartchouk [Fri, 18 Feb 2011 17:12:30 +0000 (09:12 -0800)]
Merge "Fix UI in image processing."

13 years agodon't start long press when selecting text
Cary Clark [Fri, 18 Feb 2011 16:30:12 +0000 (11:30 -0500)]
don't start long press when selecting text

The timers to initiate short press and long press shouldn't
be started if text is selected. Since these presses won't
provide any feedback (e.g., the context menu doesn't show
up), with them disabled, the long press can turn into a
drag.

bug:3440375
Change-Id: I019796334a8f3090922747ae3c9e21d3b87b4a3c

13 years agoFix crash downloading posters for HTML5 video.
Ben Murdoch [Fri, 18 Feb 2011 12:34:35 +0000 (12:34 +0000)]
Fix crash downloading posters for HTML5 video.

We use the apache HTTP stack to download the poster images
for HTML5 video. This will crash if there is no host to use
as the "Host" header when making the request. Limit the java
poster downloader to just http or https for now. WebKit seems
able to display posters over other schemes like file://, but
doesn't always get the dimensions right. This fix just stops
us crashing.

Bug: 3180037
Change-Id: Idf51efda5b9ca1f2fe373c1fdb9c6bb7d5e254c8

13 years agoam d2acfd6d: am a58f58da: Merge "Doc change: fixing renderscript samples" into honeycomb
Robert Ly [Fri, 18 Feb 2011 04:23:49 +0000 (20:23 -0800)]
am d2acfd6d: am a58f58da: Merge "Doc change: fixing renderscript samples" into honeycomb

* commit 'd2acfd6d04545562fcacd266e175461f26b25da9':
  Doc change: fixing renderscript samples

13 years agoam aa680857: (-s ours) am 0ddd2d1e: DO NOT MERGE Delete unused/broken samples and...
Scott Main [Fri, 18 Feb 2011 04:23:45 +0000 (20:23 -0800)]
am aa680857: (-s ours) am 0ddd2d1e: DO NOT MERGE Delete unused/broken samples and tests from the renderscript libs, so we can publish the entire contents of libs/rs/java/ for samples in HC

* commit 'aa680857e6ba107dfc9c76c5a342f6f907120c22':
  DO NOT MERGE Delete unused/broken samples and tests from the renderscript libs, so we can publish the entire contents of libs/rs/java/ for samples in HC

13 years agoam a58f58da: Merge "Doc change: fixing renderscript samples" into honeycomb
Robert Ly [Fri, 18 Feb 2011 04:21:35 +0000 (20:21 -0800)]
am a58f58da: Merge "Doc change: fixing renderscript samples" into honeycomb

* commit 'a58f58daf94caa7e50c04707a67ba1a9dacb0a9c':
  Doc change: fixing renderscript samples

13 years agoam 0ddd2d1e: DO NOT MERGE Delete unused/broken samples and tests from the renderscrip...
Scott Main [Fri, 18 Feb 2011 04:21:24 +0000 (20:21 -0800)]
am 0ddd2d1e: DO NOT MERGE Delete unused/broken samples and tests from the renderscript libs, so we can publish the entire contents of libs/rs/java/ for samples in HC

* commit '0ddd2d1ea7cda544efc4d25601e1cdc0236e44d8':
  DO NOT MERGE Delete unused/broken samples and tests from the renderscript libs, so we can publish the entire contents of libs/rs/java/ for samples in HC

13 years agoMerge "Fix for issue 3439595 : Java/JNI - Movide studio playback picks previous frames"
Santosh Madhava [Fri, 18 Feb 2011 03:10:02 +0000 (19:10 -0800)]
Merge "Fix for issue 3439595 : Java/JNI - Movide studio playback picks previous frames"

13 years agoMerge "Doc change: fixing renderscript samples" into honeycomb
Robert Ly [Fri, 18 Feb 2011 02:53:36 +0000 (18:53 -0800)]
Merge "Doc change: fixing renderscript samples" into honeycomb

13 years agoMerge "Add ping test to verify data connection."
Xia Wang [Fri, 18 Feb 2011 02:53:16 +0000 (18:53 -0800)]
Merge "Add ping test to verify data connection."

13 years agodocs: update getting started doc for 3.0; move out of preview docs
Scott Main [Wed, 16 Feb 2011 23:52:38 +0000 (15:52 -0800)]
docs: update getting started doc for 3.0; move out of preview docs

Change-Id: Ibf6f001eca76ebff2f3be1f38691dbd33220a33e

13 years agoDoc change: fixing renderscript samples
Robert Ly [Tue, 15 Feb 2011 02:57:46 +0000 (18:57 -0800)]
Doc change: fixing renderscript samples

Change-Id: Ie5d17df121ec4bc5fd46448c1670d306322b92d8

13 years agoMerge "Explode WindowManagerService."
Dianne Hackborn [Fri, 18 Feb 2011 02:30:11 +0000 (18:30 -0800)]
Merge "Explode WindowManagerService."

13 years agoMerge "Make SIP AuthName APIs public."
Chung-yih Wang [Fri, 18 Feb 2011 02:29:38 +0000 (18:29 -0800)]
Merge "Make SIP AuthName APIs public."

13 years agobring back sqlite WAL tests now that the feature is in.
Vasu Nori [Fri, 18 Feb 2011 02:11:40 +0000 (18:11 -0800)]
bring back sqlite WAL tests now that the feature is in.

Change-Id: I92103915845b7cf3f41f95e909051b6669c63ec4

13 years agoMerge "Reset initial zoom overview state when user takes zoom action."
Shimeng (Simon) Wang [Fri, 18 Feb 2011 01:47:15 +0000 (17:47 -0800)]
Merge "Reset initial zoom overview state when user takes zoom action."

13 years agoAdded bluetooth SCO stream to VolumePanel
Eric Laurent [Fri, 18 Feb 2011 01:31:51 +0000 (17:31 -0800)]
Added bluetooth SCO stream to VolumePanel

This is a preliminary change to enable control of BLUETOOTH_SCO stream
volume while in a video chat with a bluetooth headset.
The complete change requires a new icon for BT SCO volume.

Change-Id: I6cd22f0c73d80a9b404b228650b9a30ef144cedc

13 years agoMerge "Composing span is removed when insertion point is moved"
Gilles Debunne [Fri, 18 Feb 2011 01:04:46 +0000 (17:04 -0800)]
Merge "Composing span is removed when insertion point is moved"

13 years agoFixing font renderer attribute slot locations.
Alex Sakhartchouk [Fri, 18 Feb 2011 00:45:37 +0000 (16:45 -0800)]
Fixing font renderer attribute slot locations.

Change-Id: I6377bb641df7d8372d873c00790189f9a190afd6

13 years agoExplode WindowManagerService.
Dianne Hackborn [Fri, 18 Feb 2011 00:07:28 +0000 (16:07 -0800)]
Explode WindowManagerService.

Change-Id: I3d73ed4c9a1b5d730aeffeb2df24ce5e6117d698

13 years agoDO NOT MERGE
Scott Main [Fri, 18 Feb 2011 00:09:25 +0000 (16:09 -0800)]
DO NOT MERGE
Delete unused/broken samples and tests from the renderscript libs,
so we can publish the entire contents of libs/rs/java/ for samples in HC

Change-Id: I0428074e995d7ee282520f54a9a3c81e32bff027

13 years agoMerge "Fix 3324645: Fix text wrapping issue in RecentApps"
Jim Miller [Fri, 18 Feb 2011 00:05:08 +0000 (16:05 -0800)]
Merge "Fix 3324645: Fix text wrapping issue in RecentApps"

13 years agoComposing span is removed when insertion point is moved
Gilles Debunne [Fri, 18 Feb 2011 00:03:10 +0000 (16:03 -0800)]
Composing span is removed when insertion point is moved

Bug 3457633

Change-Id: I8896823b7e700dd52acec180c2a1d8e2f6ac5ae1

13 years agoMerge "Fixed the media playback report format."
Yu Shan Emily Lau [Thu, 17 Feb 2011 23:56:41 +0000 (15:56 -0800)]
Merge "Fixed the media playback report format."

13 years agoFixed the media playback report format.
Yu Shan Emily Lau [Thu, 17 Feb 2011 23:51:56 +0000 (15:51 -0800)]
Fixed the media playback report format.

Change-Id: I8b943f8cd914acc6c9ee81a71f0efbecece7263e

13 years agoAdd ping test to verify data connection.
Xia Wang [Thu, 17 Feb 2011 23:32:37 +0000 (15:32 -0800)]
Add ping test to verify data connection.

Change-Id: I88e06934747e9e98bd440ae84268e69486c74734

13 years agoFix 3324645: Fix text wrapping issue in RecentApps
Jim Miller [Thu, 17 Feb 2011 23:12:46 +0000 (15:12 -0800)]
Fix 3324645: Fix text wrapping issue in RecentApps

This fixes a problem where the application label and descriptions
would wrap to the next line.  It now correctly stays within the
reserved space.

Change-Id: I586b15b1f69b61f260eb612e69b82260f6c9f84a

13 years agoReset initial zoom overview state when user takes zoom action.
Shimeng (Simon) Wang [Thu, 17 Feb 2011 23:02:34 +0000 (15:02 -0800)]
Reset initial zoom overview state when user takes zoom action.

This will prevent wrong fit-to-screen when a new picture comes.

issue: 3466509
Change-Id: I37d5509190766ba16665527bbdef968bddff8915

13 years agoMerge "Experimental support for https transfers in stagefright."
Andreas Huber [Thu, 17 Feb 2011 22:52:38 +0000 (14:52 -0800)]
Merge "Experimental support for https transfers in stagefright."

13 years agoMerge "A/V synchronization at the beginning of a recording session"
James Dong [Thu, 17 Feb 2011 22:50:14 +0000 (14:50 -0800)]
Merge "A/V synchronization at the beginning of a recording session"

13 years agoFix UI in image processing.
Alex Sakhartchouk [Thu, 17 Feb 2011 22:43:27 +0000 (14:43 -0800)]
Fix UI in image processing.

Change-Id: I4ec562e986e5009c101a62de8b15c6be0f0bc03b

13 years agoA/V synchronization at the beginning of a recording session
James Dong [Wed, 16 Feb 2011 20:28:26 +0000 (12:28 -0800)]
A/V synchronization at the beginning of a recording session

o do not use edts/elst boxes since these optional boxes are ignored
o manipulate the first video/audio frame duration to make sure that the rest
  of the audio/video is in sync (ideally, we should only manipulate
  the vidoe frame duration, not the audio)
o reduce the initial audio mute/suppression period, which is used to
  eliminate the "recording" sound.

bug - 3405882 and 3362703

Change-Id: Ib0acfb4f3843b365157288951dc122b006299c18

13 years agoMerge "Start window manager refactoring."
Dianne Hackborn [Thu, 17 Feb 2011 22:39:06 +0000 (14:39 -0800)]
Merge "Start window manager refactoring."

13 years agoExperimental support for https transfers in stagefright.
Andreas Huber [Thu, 17 Feb 2011 21:35:08 +0000 (13:35 -0800)]
Experimental support for https transfers in stagefright.

Change-Id: If1bd0f265dda136c7c34b53317f64383023b53a3

13 years agoStart window manager refactoring.
Dianne Hackborn [Thu, 17 Feb 2011 22:22:17 +0000 (14:22 -0800)]
Start window manager refactoring.

Move all of the pieces into a new com.android.server.wm package.

Change-Id: I942b7bcfb84ee0f843f47d58e55ffc5a93c0da94

13 years agoMerge "data activity reporting on wifi"
Irfan Sheriff [Thu, 17 Feb 2011 22:06:52 +0000 (14:06 -0800)]
Merge "data activity reporting on wifi"

13 years agodata activity reporting on wifi
Irfan Sheriff [Wed, 16 Feb 2011 03:30:27 +0000 (19:30 -0800)]
data activity reporting on wifi

Initial checkin, need icons to complete the feature

Bug: 3412258

Change-Id: I9a3ecc8159cc314d84707065dafe23d402409a84

13 years agoam 831a0892: am e766fcd5: DOC CHANGE: Bug 3396898 add attribute uses-library
Joe Malin [Thu, 17 Feb 2011 21:29:01 +0000 (13:29 -0800)]
am 831a0892: am e766fcd5: DOC CHANGE: Bug 3396898 add attribute uses-library

* commit '831a089272ae851a20aed2d78d0945160c58d5f7':
  DOC CHANGE: Bug 3396898 add attribute uses-library

13 years agoam e766fcd5: DOC CHANGE: Bug 3396898 add attribute uses-library
Joe Malin [Thu, 17 Feb 2011 21:18:30 +0000 (13:18 -0800)]
am e766fcd5: DOC CHANGE: Bug 3396898 add attribute uses-library

* commit 'e766fcd5e967c2400a1fe90a4a01e4f0a12dbd1d':
  DOC CHANGE: Bug 3396898 add attribute uses-library

13 years agoMerge "Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed""
Paul Westbrook [Thu, 17 Feb 2011 21:14:22 +0000 (13:14 -0800)]
Merge "Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed""

13 years agoMerge "Turn on wallpaper restore debug logs"
Christian Sonntag [Thu, 17 Feb 2011 21:08:47 +0000 (13:08 -0800)]
Merge "Turn on wallpaper restore debug logs"

13 years agoDOC CHANGE: Bug 3396898 add attribute uses-library
Joe Malin [Fri, 4 Feb 2011 21:02:23 +0000 (13:02 -0800)]
DOC CHANGE: Bug 3396898 add attribute uses-library

Change-Id: I21810676050abed04c0c69b61c05d8d7228f434d

13 years agoMerge "Fix a regression with MotionEvent parceling."
Jeff Brown [Thu, 17 Feb 2011 21:03:15 +0000 (13:03 -0800)]
Merge "Fix a regression with MotionEvent parceling."

13 years agoFix a regression with MotionEvent parceling.
Jeff Brown [Thu, 17 Feb 2011 21:01:34 +0000 (13:01 -0800)]
Fix a regression with MotionEvent parceling.

Also added some more unit tests.

Change-Id: I413654294d1a998eec056884e6df5eaa50f3daf4

13 years agoTurn on wallpaper restore debug logs
Christopher Tate [Thu, 17 Feb 2011 20:58:59 +0000 (12:58 -0800)]
Turn on wallpaper restore debug logs

For investigation of bug 3462173 et alia

Change-Id: Id5f82a97c72d2a02f9a878029782fa698c5b124f

13 years agoMerge "Update the summary output format which match the PM data posting."
Yu Shan Emily Lau [Thu, 17 Feb 2011 20:21:13 +0000 (12:21 -0800)]
Merge "Update the summary output format which match the PM data posting."

13 years agoMerge "Fix bug 3465210 - Anchored popups don't appear above anchor when there isn...
Adam Powell [Thu, 17 Feb 2011 20:15:23 +0000 (12:15 -0800)]
Merge "Fix bug 3465210 - Anchored popups don't appear above anchor when there isn't enough room."

13 years agoMerge "Rework thumbnail API to not suffer from IPC failures."
Dianne Hackborn [Thu, 17 Feb 2011 20:14:33 +0000 (12:14 -0800)]
Merge "Rework thumbnail API to not suffer from IPC failures."

13 years agoUpdate the summary output format which match the PM data posting.
Yu Shan Emily Lau [Thu, 17 Feb 2011 19:44:25 +0000 (11:44 -0800)]
Update the summary output format which match the PM data posting.

Change-Id: I3e3f7313020da6d0d219acd90ac9edc8a4d0bce4

13 years agoFix bug 3465210 - Anchored popups don't appear above anchor when there
Adam Powell [Thu, 17 Feb 2011 20:03:09 +0000 (12:03 -0800)]
Fix bug 3465210 - Anchored popups don't appear above anchor when there
isn't enough room.

Oops. Fix a regression introduced by recent changes.

Change-Id: I413998dc2413763f2ea3f31a7ca68f098be19b36

13 years agoMerge "Add WPA support for soft Ap"
Irfan Sheriff [Thu, 17 Feb 2011 19:49:57 +0000 (11:49 -0800)]
Merge "Add WPA support for soft Ap"

13 years agoAdd WPA support for soft Ap
Irfan Sheriff [Thu, 17 Feb 2011 01:00:33 +0000 (17:00 -0800)]
Add WPA support for soft Ap

Bug: 2771935

Change-Id: Ib16c1c3b9aaccbcdf372365d3c0825bdf0680207

13 years agoMerge "LayoutLib: add support for layout_only render."
Xavier Ducrohet [Thu, 17 Feb 2011 19:21:37 +0000 (11:21 -0800)]
Merge "LayoutLib: add support for layout_only render."