Justin Ho
8370ba9e20
Updated phone sounds
...
Change-Id: I88df6ad7ca8e96f163d968540420fd1cde410008
2011-08-24 09:40:25 -07:00
Chet Haase
09d569a57e
Merge "Fix invalidation roundoff error with old animations"
2011-08-23 15:11:48 -07:00
Chet Haase
530b22ab4e
Fix invalidation roundoff error with old animations
...
We need to add .5 to the width/height of invalidation areas to
avoid truncation errors.
Change-Id: Iaa2407a91a6a7f6d729af21d45e77e436197df11
2011-08-23 14:36:55 -07:00
Justin Ho
09162403b5
Merge "Updated popup assets Bug: 5080369"
2011-08-23 14:22:14 -07:00
Adam Powell
4af9ce060d
Merge "Fix bug 5202226 - Leave menu button visible for no-button phones if targetSdk < ICS"
2011-08-23 14:15:05 -07:00
Adam Powell
82349c54ce
Fix bug 5202226 - Leave menu button visible for no-button phones if
...
targetSdk < ICS
Compatibility support for existing apps. Apps in the wild that
properly target <=GB phones and HC tablets should be able to expect
that their small-screen UI will continue to work as intended on ICS
devices. Make sure that we show the soft menu button in the nav bar if
the current device was not officially supported in Honeycomb, the app
does not target ICS or newer, and the window does not have an action
bar.
Change-Id: I069c30841d3827a60ef8040831fde6f4c051d0ee
2011-08-23 14:12:06 -07:00
Justin Ho
3f75d161b8
Updated popup assets
...
Bug: 5080369
Change-Id: Iff129a4509d6242c7b85bd9dc8201fca3c237021
2011-08-23 14:05:32 -07:00
Jaikumar Ganesh
234144b56a
Merge "Make profile connection state API public."
2011-08-23 13:45:59 -07:00
Amith Yamasani
7b71e4586b
Merge "Update searchables when packages are modified, in case they are enabled/disabled."
2011-08-23 13:34:48 -07:00
Jeff Brown
ade537a331
Merge "Fix race in removeDeadProvider. Bug: 5202824"
2011-08-23 13:33:49 -07:00
Jaikumar Ganesh
9354790fa1
Make profile connection state API public.
...
Change-Id: I1f2810d4e820142435f7bbda051c98ec3e3cf3eb
2011-08-23 12:21:55 -07:00
Amith Yamasani
defa12e95b
Merge "Adjust slider range to be one more than max for base 1 volumes."
2011-08-23 12:13:07 -07:00
Amith Yamasani
13bc602b21
Update searchables when packages are modified, in case they are enabled/disabled.
...
Bug: 5198361 : SearchManagerService doesn't respond to package updates.
Change-Id: I2ac794c5da4769eadd6b860ab0f9123060d2a5e5
2011-08-23 12:11:35 -07:00
Jeff Brown
2a4c5acc27
Fix race in removeDeadProvider.
...
Bug: 5202824
It's possible for removeDeadProvider to be called after the provider
has already been removed from the provider map due to a race between
binderDied and removing the provider.
Deleted removeDeadProviderLocked; it was dead code.
Change-Id: Iecdc68703225e7ac171746e63f1b3141c6f2ce4c
2011-08-23 11:58:26 -07:00
Jean-Michel Trivi
68e37ae87a
Merge "Bug 5045498 New implementation of remote control API"
2011-08-23 11:46:44 -07:00
Jean-Michel Trivi
4426e42ac6
Bug 5045498 New implementation of remote control API
...
Remote control displays expose an IRemoteControlDisplay interface
which they register through AudioManager.
Remote control clients create a RemoteControlClient object, which
implicitely exposes an IRemoteControlClient interface registered
in AudioService through AudioManager.
AudioService tells all clients and displays when a new client
is the one that should be displayed.
A client's data gets sent to the display when it is valid, or
it sets new data (while being valid).
The implementation for setting metadata and album art is temporary,
and will migrate to the MetadataEditor API in future CLs.
Change-Id: Ibab6ea1d94c68f32482c760c6ae269541f885548
2011-08-23 11:23:22 -07:00
Amith Yamasani
d47a3aee7a
Adjust slider range to be one more than max for base 1 volumes.
...
Bug: 5191642
Change-Id: Id479ce584753fbb56feed22a8506579f2d9e35fd
2011-08-23 11:11:35 -07:00
Matthew Xie
f9838d0bb9
Merge "Set bluetooth discoverable off at power on time if the timeout is no forever"
2011-08-23 10:54:07 -07:00
Andreas Huber
d109a7d428
Merge "We were accidentally sending out an output buffer before the final port settings change"
2011-08-23 10:32:35 -07:00
Andreas Huber
887b7295da
We were accidentally sending out an output buffer before the final port settings change
...
Change-Id: I4de0d3c377bb12e59524ed370ab3ed0b9a9b70a6
related-to-bug: 5122512
2011-08-23 10:22:49 -07:00
Eric Laurent
cf56f1e7ad
Merge "Revert "Change condition to enter silent mode.""
2011-08-23 08:44:13 -07:00
Eric Laurent
b1d6e76af7
Merge "AudioFlinger: add check for audio HAL init failure"
2011-08-23 08:42:59 -07:00
Eric Laurent
73a56fe477
Revert "Change condition to enter silent mode."
...
This reverts commit c11c3ae4dd5d4054e5b44a7bdfe6b203bdb69976.
2011-08-23 08:27:41 -07:00
Eric Laurent
8b4dbf7ff5
AudioFlinger: add check for audio HAL init failure
...
Do not call audio HAL functions on the primary HW interface
if it could not be initialized properly.
Change-Id: If54059c8fd188d6c1686f9e0439994fe9411478a
2011-08-23 08:25:03 -07:00
Narayan Kamath
a778580668
Merge "Framework changes to support new TTS settings features."
2011-08-23 03:28:04 -07:00
Narayan Kamath
e5b8c4dfc7
Framework changes to support new TTS settings features.
...
Locale is now stored per engine, instead of as a global
option.
bug:5149036
Change-Id: I9848172623fe8aea1dd8e6678bca008da6a4cfb1
2011-08-23 10:20:42 +01:00
Chih-Chung Chang
9c8caeff66
Merge "Pass correct indices for thumbnails of MediaImageItem."
2011-08-23 01:17:09 -07:00
Chih-Chung Chang
f1824a9762
Pass correct indices for thumbnails of MediaImageItem.
...
Change-Id: I8e52014ab76c63994385bc54106c19b425be8550
2011-08-23 16:00:28 +08:00
Wu-cheng Li
a46c372a75
Merge "Make camera FOCUS_MODE_CONTINUOUS_PICTURE public."
2011-08-23 00:05:00 -07:00
Mathias Agopian
7f76a3cf66
fix "show screen update" debug option.
...
Change-Id: I7d8b24124768b5f7d59d3bb0b019e9baaa0dfc4f
NOTE: from now on, this also disable the h/w composer
2011-08-22 21:44:41 -07:00
Mathias Agopian
67403e096e
BLUR_BEHIND flag is not supported anymore
...
Bug: 5185650
Change-Id: I56541d4967b90b150a734be1bbeff696eb6a4fb3
2011-08-22 20:03:58 -07:00
Matthew Xie
d96daf1ae5
Set bluetooth discoverable off at power on time if the timeout is no forever
...
Set bluetooth discoverable off at power on time if the discoverable timeout
is no forever
bug 5068151
Change-Id: I413e8de5f49030b741a8b84a566065d112ee60be
2011-08-22 19:45:48 -07:00
Jaikumar Ganesh
04c4301251
Merge "Fix sendConnection State intent api params."
2011-08-22 19:29:57 -07:00
Jaikumar Ganesh
ef4f8f2c08
Fix sendConnection State intent api params.
...
Reported by: sj222.choi@samsung.com
Change-Id: I2e767b372bd5d9fa42d083a37e402a013388a3c2
2011-08-22 18:18:24 -07:00
Adam Powell
e20c279d9a
Merge "Fix bug 5198868 - Showing previous hidden options menu doesn't work"
2011-08-22 18:15:18 -07:00
Adam Powell
04dc06f52a
Fix bug 5198868 - Showing previous hidden options menu doesn't work
...
Fix bad assumption in flagging action items.
Change-Id: Ic67b56195bc308e73d1564cbf1b77e41eaa4ecab
2011-08-22 18:11:11 -07:00
Adam Powell
76a05fefbd
Merge "Fix bug 5143392 - Add padding to left of action bar app icon to prevent icon from moving when drilling into hierarchy"
2011-08-22 17:52:46 -07:00
Adam Powell
b1e2f25b7e
Fix bug 5143392 - Add padding to left of action bar app icon to
...
prevent icon from moving when drilling into hierarchy
Fix up the layout of home/up/titles in the action bar such that showing/hiding
the "up" indicator never changes the position of the icon, logo, or title.
Change-Id: Ic2117babe3a54619a4b787d5374295955a58fb34
2011-08-22 17:43:30 -07:00
Romain Guy
c4eb316062
Merge "Don't use bilinear filtering on unscaled bitmaps Bug #5198590 "
2011-08-22 17:34:23 -07:00
Romain Guy
6816972eb6
Don't use bilinear filtering on unscaled bitmaps
...
Bug #5198590
Change-Id: I4333d850501ac849eeeeb247e4178dd469b9de3d
2011-08-22 17:33:33 -07:00
Adam Powell
dce2ff8681
Merge "Fix bug 5185375 - ICS Fit+Finish: Full-screen IME"
2011-08-22 17:02:24 -07:00
Adam Powell
53376cb179
Fix bug 5185375 - ICS Fit+Finish: Full-screen IME
...
Have extract mode use a light theme to better match the previous behavior.
Change-Id: I7d8f78a6465fee078de03b0a77040296d130a78d
2011-08-22 16:56:08 -07:00
Adam Powell
0ddc899dc5
Merge "Fix bug 5189070 - Don't try to show overflow popups for nonexistant menus"
2011-08-22 16:35:44 -07:00
Adam Powell
70e9f4bd2c
Fix bug 5189070 - Don't try to show overflow popups for nonexistant menus
...
Change-Id: I9db43211cdece81063fc1d3c3324f1e166f27b0c
2011-08-22 16:31:24 -07:00
Fabrice Di Meglio
c2d256b415
Merge "Improve TextDirection resolution"
2011-08-22 16:24:43 -07:00
Michael Jurka
04963769e3
Merge "Track motion events before we decide to start scrolling"
2011-08-22 16:23:40 -07:00
Dianne Hackborn
bcdb3e7378
Merge "Debugging for issue #5180240 : Wallpaper continues to consume CPU when screen off"
2011-08-22 16:22:10 -07:00
Dianne Hackborn
527de8e3de
Debugging for issue #5180240 : Wallpaper continues to consume CPU when screen off
...
Add debug dump to the wallpaper service.
Change-Id: I01502b10de93b6f9d2315fd66776f3f2210e6696
2011-08-22 16:21:12 -07:00
Adam Powell
77eb57fc77
Merge "Fix bug 5142716 - Dialog content font size/padding is inconsistent across different applications."
2011-08-22 16:15:43 -07:00
Adam Powell
d257544e14
Fix bug 5142716 - Dialog content font size/padding is inconsistent
...
across different applications.
Alter font sizing and metrics of standard list item layouts to match
UI spec. This fixes metrics issues in dialogs, menus, and more.
Change-Id: I1e4f6266ac5e0d23e5272d69b5a102e3364ca7aa
2011-08-22 16:08:55 -07:00