OSDN Git Service

android-x86/frameworks-native.git
13 years agoMerge "fix [3389263] OMX.Nvidia.h264.decode fails to shutdown" into honeycomb
Mathias Agopian [Sat, 29 Jan 2011 02:38:58 +0000 (18:38 -0800)]
Merge "fix [3389263] OMX.Nvidia.h264.decode fails to shutdown" into honeycomb

13 years agofix [3389263] OMX.Nvidia.h264.decode fails to shutdown
Mathias Agopian [Sat, 29 Jan 2011 02:23:24 +0000 (18:23 -0800)]
fix [3389263] OMX.Nvidia.h264.decode fails to shutdown

We were still destroying an ANativeWindow's buffer pretty soon
after it was removed from the window manager. This time
we really wait for the ISurace to go away.

Change-Id: I329273fedaeef76ee92836f6180c2c3808389330

13 years agoMerge "Clean up RS samples for SDK, bug 2943369 Fix bug 3403965 rsgSyncAll would...
Jason Sams [Sat, 29 Jan 2011 01:56:28 +0000 (17:56 -0800)]
Merge "Clean up RS samples for SDK, bug 2943369 Fix bug 3403965 rsgSyncAll would not mark constants as changed found by inspection." into honeycomb

13 years agoMerge "DO NOT MERGE Bug 2943369 RS SDK Remove typedef for quat type which was pushed...
Jason Sams [Sat, 29 Jan 2011 01:56:09 +0000 (17:56 -0800)]
Merge "DO NOT MERGE Bug 2943369 RS SDK Remove typedef for quat type which was pushed back to mr1." into honeycomb

13 years agoMerge "LayoutLib: update with Pair API." into honeycomb
Xavier Ducrohet [Sat, 29 Jan 2011 01:21:57 +0000 (17:21 -0800)]
Merge "LayoutLib: update with Pair API." into honeycomb

13 years agoMerge "Don't force all views to be asking for lights out just because somebody did...
Joe Onorato [Sat, 29 Jan 2011 00:38:01 +0000 (16:38 -0800)]
Merge "Don't force all views to be asking for lights out just because somebody did." into honeycomb

13 years agoMerge "Fix issue #3403539: WordPress crashes on Honeycomb" into honeycomb
Dianne Hackborn [Sat, 29 Jan 2011 00:34:02 +0000 (16:34 -0800)]
Merge "Fix issue #3403539: WordPress crashes on Honeycomb" into honeycomb

13 years agoMerge "Fix 3403858: Remove lock icons from status1 area." into honeycomb
Jim Miller [Sat, 29 Jan 2011 00:21:38 +0000 (16:21 -0800)]
Merge "Fix 3403858: Remove lock icons from status1 area." into honeycomb

13 years agoMerge "Fixed LayoutTransition bug moving multiple views" into honeycomb
Chet Haase [Sat, 29 Jan 2011 00:19:32 +0000 (16:19 -0800)]
Merge "Fixed LayoutTransition bug moving multiple views" into honeycomb

13 years agoMerge "Import revised translations. DO NOT MERGE" into honeycomb
Eric Fischer [Fri, 28 Jan 2011 23:09:16 +0000 (15:09 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into honeycomb

13 years agoMerge "Correct font size for notifications & control panel." into honeycomb
Justin Ho [Fri, 28 Jan 2011 23:02:55 +0000 (15:02 -0800)]
Merge "Correct font size for notifications & control panel." into honeycomb

13 years agoMerge "Fix TextUtils#commaEllipsize" into honeycomb
Brian Muramatsu [Fri, 28 Jan 2011 22:51:10 +0000 (14:51 -0800)]
Merge "Fix TextUtils#commaEllipsize" into honeycomb

13 years agoMerge "Prevent crash when detaching a SurfaceView. Bug #3400461" into honeycomb
Romain Guy [Fri, 28 Jan 2011 22:17:45 +0000 (14:17 -0800)]
Merge "Prevent crash when detaching a SurfaceView. Bug #3400461" into honeycomb

13 years agoMerge "Quiet the SurfaceFlingerClient dequeueBuffer error." into honeycomb
Jamie Gennis [Fri, 28 Jan 2011 22:12:57 +0000 (14:12 -0800)]
Merge "Quiet the SurfaceFlingerClient dequeueBuffer error." into honeycomb

13 years agoMerge "Fix for TextView's error popup behavior when using soft keyboard." into honeycomb
Gilles Debunne [Fri, 28 Jan 2011 22:07:12 +0000 (14:07 -0800)]
Merge "Fix for TextView's error popup behavior when using soft keyboard." into honeycomb

13 years agoMerge "Fix bug 3399992 - Make ActionBar menu text styleable" into honeycomb
Adam Powell [Fri, 28 Jan 2011 21:58:28 +0000 (13:58 -0800)]
Merge "Fix bug 3399992 - Make ActionBar menu text styleable" into honeycomb

13 years agoMerge changes Iaa7bc042,Icc312fc9,I50ba06ed into honeycomb
Joe Onorato [Fri, 28 Jan 2011 21:40:45 +0000 (13:40 -0800)]
Merge changes Iaa7bc042,Icc312fc9,I50ba06ed into honeycomb

* changes:
  Make keyguard also ask to turn the back button off, now that it is controlled separately.
  Allow independent control of the back and the other navigation buttons.
  Allow the status bar disable flags to be used as View's system ui visibility fields.

13 years agoMerge "Plumb whether an input view is actually visible or not through from the IME...
Joe Onorato [Fri, 28 Jan 2011 21:40:28 +0000 (13:40 -0800)]
Merge "Plumb whether an input view is actually visible or not through from the IME to the status bar." into honeycomb

13 years agoMerge "Fix issue #3291173: Problem report for NewsRoom - RSS News Reader" into honeycomb
Dianne Hackborn [Fri, 28 Jan 2011 20:44:52 +0000 (12:44 -0800)]
Merge "Fix issue #3291173: Problem report for NewsRoom - RSS News Reader" into honeycomb

13 years agoMerge "LayoutLib: Update with the new resource map APIs." into honeycomb
Xavier Ducrohet [Fri, 28 Jan 2011 20:38:40 +0000 (12:38 -0800)]
Merge "LayoutLib: Update with the new resource map APIs." into honeycomb

13 years agoMerge "Fix overlapping app icon & info in notifications with large icons." into honeycomb
Daniel Sandler [Fri, 28 Jan 2011 20:18:11 +0000 (12:18 -0800)]
Merge "Fix overlapping app icon & info in notifications with large icons." into honeycomb

13 years agoQuiet the SurfaceFlingerClient dequeueBuffer error.
Jamie Gennis [Fri, 28 Jan 2011 20:03:52 +0000 (12:03 -0800)]
Quiet the SurfaceFlingerClient dequeueBuffer error.

This is a temporary WAR for the case where dequeueBuffer is called when
all the buffers owned by a SurfaceTexture are not available - either
they're the current texture buffer or the next one.  Currently, an error
is returned in that case, and this change just prevents that error from
being logged.  In the future this will be fixed to not return an error
in that case.

Bug: 3356050
Change-Id: Ic6cc304881a63ce134cfd0bcb4265e3e3fa94b6a

13 years agoMerge "Revert "Make AwesomePlayer's reset process more verbose to track down ANRs...
Andreas Huber [Fri, 28 Jan 2011 19:49:03 +0000 (11:49 -0800)]
Merge "Revert "Make AwesomePlayer's reset process more verbose to track down ANRs (again)"" into honeycomb

13 years agoMerge "Allow taps to once again penetrate the darkness." into honeycomb
Daniel Sandler [Fri, 28 Jan 2011 19:21:27 +0000 (11:21 -0800)]
Merge "Allow taps to once again penetrate the darkness." into honeycomb

13 years agoMerge "Fix for an IOOBoundsException in Paint." into honeycomb
Gilles Debunne [Fri, 28 Jan 2011 18:58:53 +0000 (10:58 -0800)]
Merge "Fix for an IOOBoundsException in Paint." into honeycomb

13 years agoMerge "Add docs about threading to SurfaceTexture." into honeycomb
Jamie Gennis [Fri, 28 Jan 2011 18:42:53 +0000 (10:42 -0800)]
Merge "Add docs about threading to SurfaceTexture." into honeycomb

13 years agoMerge "Only send a direction key if we are not in touch mode." into honeycomb
Leon Scroggins [Fri, 28 Jan 2011 18:32:35 +0000 (10:32 -0800)]
Merge "Only send a direction key if we are not in touch mode." into honeycomb

13 years agoMerge "Fix artifact with clipped webview content" into honeycomb
Chet Haase [Fri, 28 Jan 2011 18:16:54 +0000 (10:16 -0800)]
Merge "Fix artifact with clipped webview content" into honeycomb

13 years agoMerge "Fix data network type notifications." into honeycomb
Robert Greenwalt [Fri, 28 Jan 2011 17:48:30 +0000 (09:48 -0800)]
Merge "Fix data network type notifications." into honeycomb

13 years agoMerge "More robust parsing of NPT time ranges in RTSP." into honeycomb
Andreas Huber [Fri, 28 Jan 2011 17:38:50 +0000 (09:38 -0800)]
Merge "More robust parsing of NPT time ranges in RTSP." into honeycomb

13 years agoMerge "Implement the double tap to zoom animation with HW accleration." into honeycomb
Ben Murdoch [Fri, 28 Jan 2011 10:27:38 +0000 (02:27 -0800)]
Merge "Implement the double tap to zoom animation with HW accleration." into honeycomb

13 years agoMerge "Fix issue #3392073: At times soft keyboard comes up in..." into honeycomb
Dianne Hackborn [Fri, 28 Jan 2011 06:48:58 +0000 (22:48 -0800)]
Merge "Fix issue #3392073: At times soft keyboard comes up in..." into honeycomb

13 years agoMerge "Maybe fix issue #3358322: Status and nav bar died while watching youtube"...
Dianne Hackborn [Fri, 28 Jan 2011 06:47:50 +0000 (22:47 -0800)]
Merge "Maybe fix issue #3358322: Status and nav bar died while watching youtube" into honeycomb

13 years agoMerge "Fix issue #3398767: Need translucent holo theme" into honeycomb
Dianne Hackborn [Fri, 28 Jan 2011 06:46:44 +0000 (22:46 -0800)]
Merge "Fix issue #3398767: Need translucent holo theme" into honeycomb

13 years agoMerge "Add more debug info for profiling." into honeycomb
Romain Guy [Fri, 28 Jan 2011 06:30:57 +0000 (22:30 -0800)]
Merge "Add more debug info for profiling." into honeycomb

13 years agoFix issue #3392073: At times soft keyboard comes up in...
Dianne Hackborn [Fri, 28 Jan 2011 03:37:40 +0000 (19:37 -0800)]
Fix issue #3392073: At times soft keyboard comes up in...

...gallery while attaching picture to gmail message

In various places we could block switching the IME target incorrectly.

Change-Id: I7e647fb35f4ea6f2e39eb7efd911420ea9ee64fa

13 years agoMerge "Fix another barrier bug 3333866 Atomically update put." into honeycomb
Jason Sams [Fri, 28 Jan 2011 05:24:00 +0000 (21:24 -0800)]
Merge "Fix another barrier bug 3333866 Atomically update put." into honeycomb

13 years agoMerge "Fixing static StackView scenario (Issue: 3399844)" into honeycomb
Adam Cohen [Fri, 28 Jan 2011 04:04:21 +0000 (20:04 -0800)]
Merge "Fixing static StackView scenario (Issue: 3399844)" into honeycomb

13 years agoMerge "Update InputMethodPanel when locale was changed." into honeycomb
satok [Fri, 28 Jan 2011 04:00:43 +0000 (20:00 -0800)]
Merge "Update InputMethodPanel when locale was changed." into honeycomb

13 years agoMerge "Correctly free resouces bound to scripts when the scripts are deleted." into...
Stephen Hines [Fri, 28 Jan 2011 03:40:24 +0000 (19:40 -0800)]
Merge "Correctly free resouces bound to scripts when the scripts are deleted." into honeycomb

13 years agoMerge "Attenuate notification icons in the system bar." into honeycomb
Justin Ho [Fri, 28 Jan 2011 03:32:13 +0000 (19:32 -0800)]
Merge "Attenuate notification icons in the system bar." into honeycomb

13 years agoMerge "Updated data and wifi indicators, updated GPS" into honeycomb
Justin Ho [Fri, 28 Jan 2011 02:39:19 +0000 (18:39 -0800)]
Merge "Updated data and wifi indicators, updated GPS" into honeycomb

13 years agoMerge "Updated tether icons" into honeycomb
Justin Ho [Fri, 28 Jan 2011 02:21:54 +0000 (18:21 -0800)]
Merge "Updated tether icons" into honeycomb

13 years agoMerge "Accessibility support to NumberPicker, DatePicker, and TimePicker" into honeycomb
Svetoslav Ganov [Fri, 28 Jan 2011 02:16:27 +0000 (18:16 -0800)]
Merge "Accessibility support to NumberPicker, DatePicker, and TimePicker" into honeycomb

13 years agoMerge "Fix bug 3395289 Use MODE_IN_COMMUNICATION to evaluate stream vol changes"...
Jean-Michel Trivi [Fri, 28 Jan 2011 02:13:00 +0000 (18:13 -0800)]
Merge "Fix bug 3395289 Use MODE_IN_COMMUNICATION to evaluate stream vol changes" into honeycomb

13 years agoMerge "Fix 3381322: Update transition animation from lockscreen to home." into honeycomb
Jim Miller [Fri, 28 Jan 2011 01:42:52 +0000 (17:42 -0800)]
Merge "Fix 3381322: Update transition animation from lockscreen to home." into honeycomb

13 years agoMerge "Fix bug 3400213 - MenuItem ignores String spannable colors" into honeycomb
Adam Powell [Fri, 28 Jan 2011 01:18:11 +0000 (17:18 -0800)]
Merge "Fix bug 3400213 - MenuItem ignores String spannable colors" into honeycomb

13 years agoMerge "Fix for issue 3370007 Overlay transparency in Java" into honeycomb
Santosh Madhava [Fri, 28 Jan 2011 00:00:15 +0000 (16:00 -0800)]
Merge "Fix for issue 3370007 Overlay transparency in Java" into honeycomb

13 years agoMerge "Fix bug 3399725 - externally reported issue 14317: android:scrollbarSize attri...
Adam Powell [Thu, 27 Jan 2011 23:58:18 +0000 (15:58 -0800)]
Merge "Fix bug 3399725 - externally reported issue 14317: android:scrollbarSize attribute does not work in ScrollView tag" into honeycomb

13 years agoMerge "LayoutLib: Properly compute available space to layouts." into honeycomb
Xavier Ducrohet [Thu, 27 Jan 2011 23:51:13 +0000 (15:51 -0800)]
Merge "LayoutLib: Properly compute available space to layouts." into honeycomb

13 years agoMerge "Pushing in fixed scrubber asset" into honeycomb
Justin Ho [Thu, 27 Jan 2011 23:47:31 +0000 (15:47 -0800)]
Merge "Pushing in fixed scrubber asset" into honeycomb

13 years agoMerge "Removing old pocket assets" into honeycomb
Justin Ho [Thu, 27 Jan 2011 23:46:45 +0000 (15:46 -0800)]
Merge "Removing old pocket assets" into honeycomb

13 years agoMerge "Catch exception when ViewRoot's surface is not valid. Bug #3399426" into honeycomb
Romain Guy [Thu, 27 Jan 2011 23:41:08 +0000 (15:41 -0800)]
Merge "Catch exception when ViewRoot's surface is not valid. Bug #3399426" into honeycomb

13 years agoMerge "Add Plugin API for controling the device power states" into honeycomb
Derek Sollenberger [Thu, 27 Jan 2011 23:26:53 +0000 (15:26 -0800)]
Merge "Add Plugin API for controling the device power states" into honeycomb

13 years agoMerge "Fix Issue: 3373525: reduces app. 100mS in create" into honeycomb
Basavapatna Dattaguru [Thu, 27 Jan 2011 21:54:52 +0000 (13:54 -0800)]
Merge "Fix Issue: 3373525: reduces app. 100mS in create" into honeycomb

13 years agoMerge "Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in talk...
Adam Powell [Thu, 27 Jan 2011 21:53:03 +0000 (13:53 -0800)]
Merge "Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in talk > Friend Info" into honeycomb

13 years agoMerge "Soft keyboard is not shown when text selection mode is aborted." into honeycomb
Gilles Debunne [Thu, 27 Jan 2011 21:51:48 +0000 (13:51 -0800)]
Merge "Soft keyboard is not shown when text selection mode is aborted." into honeycomb

13 years agoMerge "b/3347670 Support installing online certs to the system keystore." into honeycomb
Huahui Wu [Thu, 27 Jan 2011 21:26:27 +0000 (13:26 -0800)]
Merge "b/3347670 Support installing online certs to the system keystore." into honeycomb

13 years agoMerge "bug:3398527 return List insttead of ArrayList from public API" into honeycomb
Vasu Nori [Thu, 27 Jan 2011 20:46:00 +0000 (12:46 -0800)]
Merge "bug:3398527 return List insttead of ArrayList from public API" into honeycomb

13 years agoMerge "Correct the translationY of the empty notification panel." into honeycomb
Daniel Sandler [Thu, 27 Jan 2011 19:11:37 +0000 (11:11 -0800)]
Merge "Correct the translationY of the empty notification panel." into honeycomb

13 years agoMerge "CustomSelectionActionModeCallback can prevent selection mode from starting...
Gilles Debunne [Thu, 27 Jan 2011 19:07:16 +0000 (11:07 -0800)]
Merge "CustomSelectionActionModeCallback can prevent selection mode from starting." into honeycomb

13 years agoMerge "Refresh the list of preloaded drawables and color state lists" into honeycomb
Gilles Debunne [Thu, 27 Jan 2011 19:07:04 +0000 (11:07 -0800)]
Merge "Refresh the list of preloaded drawables and color state lists" into honeycomb

13 years agoMerge "Fix NPE with display lists when view not attached" into honeycomb
Chet Haase [Thu, 27 Jan 2011 18:41:26 +0000 (10:41 -0800)]
Merge "Fix NPE with display lists when view not attached" into honeycomb

13 years agoMerge "Handle ActivityNotFoundException in the WM policy." into honeycomb
Jeff Brown [Thu, 27 Jan 2011 07:52:41 +0000 (23:52 -0800)]
Merge "Handle ActivityNotFoundException in the WM policy." into honeycomb

13 years agoMerge "Fix display List bugs" into honeycomb
Chet Haase [Thu, 27 Jan 2011 07:49:23 +0000 (23:49 -0800)]
Merge "Fix display List bugs" into honeycomb

13 years agoMerge "Fix down arrow in AutoCompleteTextView." into honeycomb
Jeff Brown [Thu, 27 Jan 2011 07:45:59 +0000 (23:45 -0800)]
Merge "Fix down arrow in AutoCompleteTextView." into honeycomb

13 years agoMerge "bug:3396894 (HC branch) remove STOPSHIP code" into honeycomb
Vasu Nori [Thu, 27 Jan 2011 07:43:17 +0000 (23:43 -0800)]
Merge "bug:3396894  (HC branch) remove STOPSHIP code" into honeycomb

13 years agoMerge "The calendar view widget was jumping incorrectly to the next week while select...
Svetoslav Ganov [Thu, 27 Jan 2011 06:59:23 +0000 (22:59 -0800)]
Merge "The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week." into honeycomb

13 years agoMerge "Revert "Video editor CTS: Framework modifications"" into honeycomb
Basavapatna Dattaguru [Thu, 27 Jan 2011 06:50:59 +0000 (22:50 -0800)]
Merge "Revert "Video editor CTS: Framework modifications"" into honeycomb

13 years agoMerge "Revert "Fixes Issue ID: 3396697"" into honeycomb
Basavapatna Dattaguru [Thu, 27 Jan 2011 06:50:50 +0000 (22:50 -0800)]
Merge "Revert "Fixes Issue ID: 3396697"" into honeycomb

13 years agoMerge "Don't draw the same triangles several times. Bug #3388197" into honeycomb
Romain Guy [Thu, 27 Jan 2011 06:44:02 +0000 (22:44 -0800)]
Merge "Don't draw the same triangles several times. Bug #3388197" into honeycomb

13 years agoMerge "Fixing some ugly StackView relayouts on rotation" into honeycomb
Adam Cohen [Thu, 27 Jan 2011 06:41:43 +0000 (22:41 -0800)]
Merge "Fixing some ugly StackView relayouts on rotation" into honeycomb

13 years agoMerge "Fix 3388705: Explicitly check for low battery level" into honeycomb
Joe Onorato [Thu, 27 Jan 2011 06:21:26 +0000 (22:21 -0800)]
Merge "Fix 3388705: Explicitly check for low battery level" into honeycomb

13 years agoMerge "Revert "getRingtone is causing an anr. Turn it off for now."" into honeycomb
Joe Onorato [Thu, 27 Jan 2011 06:00:07 +0000 (22:00 -0800)]
Merge "Revert "getRingtone is causing an anr. Turn it off for now."" into honeycomb

13 years agoMerge "Video editor CTS: Framework modifications" into honeycomb
Basavapatna Dattaguru [Thu, 27 Jan 2011 05:48:02 +0000 (21:48 -0800)]
Merge "Video editor CTS: Framework modifications" into honeycomb

13 years agoMerge "Fixes Issue ID: 3396697" into honeycomb
Basavapatna Dattaguru [Thu, 27 Jan 2011 05:47:40 +0000 (21:47 -0800)]
Merge "Fixes Issue ID: 3396697" into honeycomb

13 years agoMerge "New stat_sys_download/upload icons" into honeycomb
Justin Ho [Thu, 27 Jan 2011 05:37:22 +0000 (21:37 -0800)]
Merge "New stat_sys_download/upload icons" into honeycomb

13 years agoMerge "Eliminate duplicated code in export method" into honeycomb
James Dong [Thu, 27 Jan 2011 04:42:18 +0000 (20:42 -0800)]
Merge "Eliminate duplicated code in export method" into honeycomb

13 years agoMerge "Add API for preferred Launcher icon size and density" into honeycomb
Kenny Root [Thu, 27 Jan 2011 04:16:31 +0000 (20:16 -0800)]
Merge "Add API for preferred Launcher icon size and density" into honeycomb

13 years agoMerge "LayoutLib: put a default image on the quickcontactbadge." into honeycomb
Xavier Ducrohet [Thu, 27 Jan 2011 03:54:46 +0000 (19:54 -0800)]
Merge "LayoutLib: put a default image on the quickcontactbadge." into honeycomb

13 years agoMerge "Fix 3381324: Restart ripples when the user moves away from the edge." into...
Jim Miller [Thu, 27 Jan 2011 03:39:23 +0000 (19:39 -0800)]
Merge "Fix 3381324: Restart ripples when the user moves away from the edge." into honeycomb

13 years agoMerge "Integrating xlarge mdpi battery charging assets" into honeycomb
Justin Ho [Thu, 27 Jan 2011 03:34:50 +0000 (19:34 -0800)]
Merge "Integrating xlarge mdpi battery charging assets" into honeycomb

13 years agoMerge "fix incognito url loading" into honeycomb
Michael Kolb [Thu, 27 Jan 2011 03:21:49 +0000 (19:21 -0800)]
Merge "fix incognito url loading" into honeycomb

13 years agoMerge "Fix issue #3382992: IME close animation stutters from URL bar" into honeycomb
Dianne Hackborn [Thu, 27 Jan 2011 03:04:15 +0000 (19:04 -0800)]
Merge "Fix issue #3382992: IME close animation stutters from URL bar" into honeycomb

13 years agoMerge "Fix crash in movie studio." into honeycomb
Romain Guy [Thu, 27 Jan 2011 02:46:29 +0000 (18:46 -0800)]
Merge "Fix crash in movie studio." into honeycomb

13 years agoMerge "Make sure that we update SurfaceView's window with display lists. Bug #3395487...
Romain Guy [Thu, 27 Jan 2011 02:29:38 +0000 (18:29 -0800)]
Merge "Make sure that we update SurfaceView's window with display lists. Bug #3395487" into honeycomb

13 years agoMerge "Status bar visual tweaks." into honeycomb
Daniel Sandler [Thu, 27 Jan 2011 02:17:49 +0000 (18:17 -0800)]
Merge "Status bar visual tweaks." into honeycomb

13 years agoMerge "Tabs are resized to make sure they fit in their parent." into honeycomb
Gilles Debunne [Thu, 27 Jan 2011 02:09:23 +0000 (18:09 -0800)]
Merge "Tabs are resized to make sure they fit in their parent." into honeycomb

13 years agoMerge "Disable PBAP for no voice capability" into honeycomb
Jaikumar Ganesh [Thu, 27 Jan 2011 01:52:50 +0000 (17:52 -0800)]
Merge "Disable PBAP for no voice capability" into honeycomb

13 years agoMerge "For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we do on...
Shih-wei Liao [Thu, 27 Jan 2011 01:43:13 +0000 (17:43 -0800)]
Merge "For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we do on-device linking, STATIC no longer makes sense. (b/2943524)" into honeycomb

13 years agoMerge "Import revised translations. DO NOT MERGE" into honeycomb
Dianne Hackborn [Thu, 27 Jan 2011 01:38:57 +0000 (17:38 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into honeycomb

13 years agoMerge "Comment out the isAvailable optimization." into honeycomb
Wink Saville [Thu, 27 Jan 2011 01:29:32 +0000 (17:29 -0800)]
Merge "Comment out the isAvailable optimization." into honeycomb

13 years agoMerge "Update package descriptions with editorial revisions. Notably, this removes...
Scott Main [Thu, 27 Jan 2011 01:06:45 +0000 (17:06 -0800)]
Merge "Update package descriptions with editorial revisions. Notably, this removes exessive info about resources from the content package, because it's not a good location and the info is avilable in the dev guide, but also added some of the info to the Resources class description." into honeycomb

13 years agoMerge "LayoutLib: properly erase the bitmap when rendering a new session." into honeycomb
Xavier Ducrohet [Thu, 27 Jan 2011 00:52:49 +0000 (16:52 -0800)]
Merge "LayoutLib: properly erase the bitmap when rendering a new session." into honeycomb

13 years agoMerge "Remove xlarge specific icon size" into honeycomb
Dianne Hackborn [Thu, 27 Jan 2011 00:28:46 +0000 (16:28 -0800)]
Merge "Remove xlarge specific icon size" into honeycomb

13 years agoMerge "Fix another part of #3387855: Menu flashes on left side of screen" into honeycomb
Dianne Hackborn [Thu, 27 Jan 2011 00:27:40 +0000 (16:27 -0800)]
Merge "Fix another part of #3387855: Menu flashes on left side of screen" into honeycomb

13 years agoMerge "Fix issue #3380072: Switching in and out of gmail not preserving position...
Dianne Hackborn [Thu, 27 Jan 2011 00:25:49 +0000 (16:25 -0800)]
Merge "Fix issue #3380072: Switching in and out of gmail not preserving position in label" into honeycomb

13 years agoMerge "Fix javadoc for MediaStore.Files.FileColumns constants" into honeycomb
Mike Lockwood [Thu, 27 Jan 2011 00:24:19 +0000 (16:24 -0800)]
Merge "Fix javadoc for MediaStore.Files.FileColumns constants" into honeycomb

13 years agoMerge "This particular RTSP server streams MPEG4-LATM audio with extra trailing bytes...
Andreas Huber [Wed, 26 Jan 2011 23:50:04 +0000 (15:50 -0800)]
Merge "This particular RTSP server streams MPEG4-LATM audio with extra trailing bytes." into honeycomb

13 years agoMerge "Fix 3354590: Add back button to dismiss RecentAppsPanel" into honeycomb
Jim Miller [Wed, 26 Jan 2011 23:47:40 +0000 (15:47 -0800)]
Merge "Fix 3354590: Add back button to dismiss RecentAppsPanel" into honeycomb