| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Bluetooth A2DP suspend-resume improvements.
This change will reduce the occurence rate of A2DP sink suspend resume failures observed in issues 2184627, 2181005 and possibly 2189628.
More robust suspend/resume logic.
Use only the suspend request to audio hardware to avoid having two concurent suspend resume control paths.
|
| |
|
|
|
|
|
| |
This is deprecated and will be removed in the next release.
Change-Id: I23c5e711fd8e6768da2f5190d1b6c9fa77de41a6
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |\
| |
| |
| |
| | |
* changes:
Patching in hidden API to allow app managed preview frame buffers.
|
| | |
| |
| |
| | |
Commit-Id: If3c30fc932697afa966cc97b17749e9996de92ee
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
Add size checks for glBufferData and glBufferSubData
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Without the size checks it's possible for calls to glBufferData
and glBufferSubData to read off the end of the Buffer object's
data, which can cause page faults.
Fix end-of-line characters for the "spec" files. (That's why
every line of these files is changed.)
Enhance our code emitter to properly handle bounds checks for
possibly-null pointers.
|
| | |
| |
| |
| |
| |
| |
| | |
Add a method so the ContactInfoWidget will throw away the cached
info it has on a contact (e.g. picture and uri).
Change-Id: Ia8f376e356c6bcf246bbd72239c5ca2a3b7c9574
|
| | |
| |
| |
| |
| |
| |
| | |
Note: currently only implements an async version (no result), and not yet
actually tested.
Change-Id: Id47ed045a4b0eb309ea8c58daf41a0e03eff1d3a
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit 'f4520f3e03e120ed109a579c1936994b142523c3' into eclair
* commit 'f4520f3e03e120ed109a579c1936994b142523c3':
update account manager javadoc
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Part of a fix for bug b/2198537
Change-Id: I99dc64772fa7644b12432d5549603025196ea3e2
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
In onKeyUp for DPAD_CENTER, show the IME for text input.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes http://b/issue?id=2201966
Change-Id: Ifa8ab30e205e21e9e69e9a7405a0a6fc86c6c488
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
* changes:
Import revised translations. DO NOT MERGE
|
| | |/ /
| | |
| | |
| | | |
Approver: jerryw
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The ViewRoot is responsible for calculating the current view's surface's
transparent region and reporting this to the window server, which in
turn notifies Surface Flinger.
To minimize cross-process traffic, ViewRoot keeps track of the
most recent transparent region that it has reported to the window
server, and only sends updates when the region shape changes.
ViewRoot is effectively shadowing the internal state of the window
server, and usually this works fine, because ViewRoot is usually the
only thing that changes this value.
But when the surface is recreated, the window server resets the
transparent region to empty. So in order to properly update the window
server we need to reset our copy of its state to empty too.
Fixes issue #2133090: GL Gears runs at half speed in some cases
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
Fix high density bug 2179543: use 'dip' instead of 'px'
|
| | | | |
|
| |/ /
| |
| |
| |
| | |
Change-Id: I470e2d7d12abf0dbfd31d84859b06bfae3cb36a1
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Track phone service state changes and use a separate timer for out-of-service
since the hunting can timeout on some devices.
Store the timeout value in the config.xml, as it is device/network specific.
Settings App will also change to use the hunting duration to compute the cost
of zero signal.
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
Remove PowerManager.setAutoBrightness()
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We will use the System.SCREEN_BRIGHTNESS_MODE Settings value instead.
Add SCREEN_BRIGHTNESS_MODE_MANUAL and SCREEN_BRIGHTNESS_MODE_AUTOMATIC constants.
Change-Id: I01935be3fcb48cf76392d2c594205cb47babc5b2
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fix is alrady in mr2. It does not affect sholes --
this is a trackball only bug.
The selection caret and arrow now take the scale factor and
the height of the title bar into account when preparing the
canvas for drawing.
Clicking the trackball at the end of selecting text no longer
sends a click event.
Requires a companion fix in external/webkit
Fixes http://b/issue?id=2187591
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A new flag config_hardware_automatic_brightness_available indicates
that the device has hardware support for automatic screen brightness management,
while config_automatic_brightness_available now indicates that automatic
brightness mode is available in general.
If config_automatic_brightness_available is true but config_hardware_automatic_brightness_available is false,
then automatic brightness mode support in PowerManager support will be used.
Bug b/2015734 (Ambient light sensor support in power manager)
Change-Id: I6cd888252043dd63df3c25a1d14c21a04a91ad28
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |/
|
|
|
|
|
| |
Bug #2189714
Reviewed by: ryanpc
Change-Id: I0d74deb6dc8e90e3b0eafd6b3c16b0c557c72873
|
| |
|
|
|
|
|
| |
This reverts commit 3d0726b4d8a30e57852b70f1dcf4d8d20508cd1e
Change-Id: Ie1ce5d09cc0b799ef0799f30eedc95f0ca5d3fad
DrNo: jerrryw
|
| |\
| |
| |
| |
| | |
* changes:
Remove STOPSHIP comment.
|
| | |
| |
| |
| |
| |
| |
| | |
Change-Id: I2492bffe57bded65fdbef5cf98e22cef3937e537
DrNo: eastham
Bug: 2089423
Joke: Why don't anteaters get sick? Because they're full of anty-bodies!
|
| | |
| |
| |
| |
| | |
Bug: http://b/2186595
Change-Id: Id87533c25cceb0fe3b0845aed10912c937679f45
|
| | |
| |
| |
| |
| | |
Bug: http://b/2186595
Change-Id: Iaba8514276299504af6ab0714577eb37d9608237
|
| | |
| |
| |
| | |
Fixes http://b/2186076
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
Throttle camera preview frames to the app. Bug 2180302.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
With higher frame rates and larger preview frames, we can easily
flood the application with too much data. This patch fakes the
old camera preview mode by doing continuous one-shot frames.
After the previous frame is handled, if the application hasn't
cleared the preview callback, we start another one-shot preview
frame. With this change, the application should never have more
than one preview frame unless it is explicitly saving references
to them.
modified: core/java/android/hardware/Camera.java
|
| | |/
|/|
| |
| |
| |
| | |
the resubmission warning when back to Google search result.
Fix http://b/issue?id=1490379
Break/reopen http://b/issue?id=1980031
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is to workaround an issue where SDP records will fail to register using
sdptool. When we run SystemService.start() it forks sdptool, so if we do this
four times in a row these forked processes can run in parallel, and one or
more of them fails. There is probably some thready safety issue in sdptool
or Bluez that makes it unsafe to run sdptool in parallel.
As a workaround, delay 500ms between each run of sdptool to register SDP
records when starting Bluetooth.
Before this fix it was easy to reproduce problems with service record
registration. If you turn BT off/on multiple times you can see that sometimes
one or more service records are missing. Repro rate is about 20% in my tests.
Result is that remote devices cannot connect to the missing service.
After this fix I am unable to reproduce any missing SDP records, after 30+
cycles of BT on/off. Motorola BT team also ran stress tests overnight with this
fix and were unable to reproduce the missing SDP records.
This is a low risk fix. It does delay some records from being registered
by an additional 1.5 seconds (on top of the 3 second delay we already had),
so if you try and very quickly connect a BT service after turning BT on it
won't work the first time.
Do not merge. (I will use a less hacky fix for MR2/Master)
Change-Id: I305c181c3194e8ce25e3825320cc2e1ef6d3d3cc
Bug: 2180800
DrNo: eastham
Joke: Why can't you play cards in the jungle? Because there's too many cheetas!
|
| |
|
|
|
|
| |
Build.VERSION_CODES.ECLAIR as such.
Change-Id: I45af1fe80f6f93a1db8389600dc780af9cedf22c
|
| |\
| |
| |
| |
| | |
* changes:
fix sync exponential backoff for expedited syncs
|
| | | |
|
| | |
| |
| |
| | |
Approver: jerryw
|
| | |
| |
| | |
Fix http://b/issue?id=2176656
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
Add LAST_KMSG_KB variable, used to tune the size of /proc/last_kmsg uploads. See bug 2177046.
|
| | | |
| | |
| | |
| | | |
See bug 2177046.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Fix for 2177367: Reduce duration of vibrate in RotaryLockScreen
|
| | |/ /
| | |
| | |
| | | |
BUG=2177367
|
| | | |
| | |
| | |
| | |
| | |
| | | |
device
Change-Id: I65d91cdb70df91b67fe84297dd6a94d26a785131
|
| |/ /
| |
| |
| |
| |
| | |
Slower is better.
Change-Id: Id609f253e43814b4c7689ed9b076ef75f4e345a6
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Do not merge.
Change-Id: I428bc0fc67030f24112f2e9c865824dfaea4897d
DrNo: eastham
Bug: 2089423
Joke: Why was Tigger looking in the toilet? To find Pooh
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Make functions that are meant to be BLUETOOTH_ADMIN really
BLUETOOTH_ADMIN.
Add some missing javadoc for permissions.
The only functional change here is the BLUETOOTH->BLUETOOTH_ADMIN
changes. This is super safe because every system app that uses BT
has both permissions.
Change-Id: Iddc61f9fd5d81fe0171358665a0fa52f2fa02871
DrNo: eastham
Joke: How do you catch a rabbit? Hide behind a tree and make carrott noises.
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
GPS: Fix problem with SUPL when SUPL APN is already active.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use ConnectivityManager.CONNECTIVITY_ACTION broadcast in LocationManagerService
to notify GPS when SUPL connection is ready instead of TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED,
which is not sent in all cases.
Expand LocationProvider.updateNetworkState() to include NetworkInfo object.
Fixes bug b/2155661
Change-Id: Iee227ace7d536b36cf7973e3e6a8b7a621ce6565
Signed-off-by: Mike Lockwood <lockwood@android.com>
|