Android (Google) Code Review
2f77ffb087
Merge change 25503 into eclair
...
* changes:
Don't crash if the cursor is null.
2009-09-17 13:07:04 -04:00
Android (Google) Code Review
f7c98e8d18
Merge change 25493 into eclair
...
* changes:
Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPrivate
2009-09-17 12:52:59 -04:00
Jeff Hamilton
8d570b3a24
Don't crash if the cursor is null.
...
Change-Id: Ibbacc97f781c1485599a5e11217527930d97fe2d
2009-09-17 11:52:43 -05:00
Marco Nelissen
ae87bd089a
Fix typo
2009-09-17 09:44:43 -07:00
Andrei Popescu
290c34ac3a
Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPrivate
2009-09-17 17:27:51 +01:00
Eric Laurent
b9481d8cf6
Fix issue 2127371: Possible race condition in AudioFlinger::openRecord() when a Track is being destroyed.
...
The fix consists in locking AudioFlinger::mLock mutex in the TrackBase destructor before clearing the strong pointer to the shared memory client. The mutex is not locked in removeclient() any more which implies that we must make sure that the Client destructor is always called from the TrackBase destructor or that we hold the mLock mutex before calling deleting the Client.
2009-09-17 09:26:04 -07:00
Mike Lockwood
c17f07aa04
Revert "Don't activate keyguard if screen is turned off while proximity sensor is active."
...
This reverts commit ddfe879b783ad72603308e28e8f683454464684e.
2009-09-17 11:58:01 -04:00
Nick Pelly
074c11c164
Do not @hide Parcelable implementations in BluetoothClass and BluetoothDevice.
...
Change-Id: I92389c53a9b99c9507f78898329ff87b631c7aa3
2009-09-17 08:25:30 -07:00
Android (Google) Code Review
ff22b182a2
Merge change 25401 into eclair
...
* changes:
Add a null checking to avoid crash.
2009-09-17 11:23:48 -04:00
Android (Google) Code Review
4b6a278cb6
Merge change 25366 into eclair
...
* changes:
do not merge. Revert "do not merge. Remove voicesearch-specific functionality from framework."
2009-09-17 11:21:47 -04:00
Android (Google) Code Review
c7aef5d0fd
Merge change 25477 into eclair
...
* changes:
Make ACTV use all available space if height is FILL_PARENT.
2009-09-17 09:51:08 -04:00
Bryan Mawhinney
875fca2e18
Make ACTV use all available space if height is FILL_PARENT.
...
This prevents the drop down from resizing when the keyboard is shown / hidden, and thus fixes the issue where the 4th item in the list could not be selected when in landscape mode.
Bug: 2096394
Change-Id: Id0e687c897a724379073dcfa82de7ce89ae12035
2009-09-17 13:54:23 +01:00
Android (Google) Code Review
b65c5cf074
Merge change 25098 into eclair
...
* changes:
Poster support on the Java side
2009-09-17 07:04:40 -04:00
Android (Google) Code Review
f8c90acd7f
Merge change 25319 into eclair
...
* changes:
Only move to the next test in DRT after the test has completed AND the page has finished loading.
2009-09-17 06:59:49 -04:00
Ben Murdoch
977f7691e5
Only move to the next test in DRT after the test has completed AND the page has finished loading.
...
Change-Id: I157da58bb99f7bf0fcd00073d078c26c7df201ed
2009-09-17 11:57:47 +01:00
Andrei Popescu
64b86a1e8b
Poster support on the Java side
2009-09-17 11:23:09 +01:00
Android (Google) Code Review
f5a68512c3
Merge change 25463 into eclair
...
* changes:
First pass at pattern lock screen that includes date / time and carrier info (framework portion).
2009-09-17 05:59:41 -04:00
Karl Rosaen
50b9d80415
First pass at pattern lock screen that includes date / time and carrier info (framework portion).
...
- layout's tweaked to squeeze carrier, time and date into pattern layout (landscape and portrait)
2009-09-17 02:56:57 -07:00
Mathias Agopian
bcef9ac35d
add basic time stats for surfaces lock time
2009-09-17 01:35:28 -07:00
Android (Google) Code Review
76f0111845
Merge change 25362 into eclair
...
* changes:
Handle BACK key with focus in search ACTV correctly
2009-09-17 02:47:01 -04:00
Yu Shan Emily Lau
208ad8e413
Modified the new stream video url.
2009-09-16 23:16:44 -07:00
Android (Google) Code Review
74f79c1b22
Merge change 25440 into eclair
...
* changes:
Fix a minor bug in is_alnum_string()...
2009-09-17 02:05:21 -04:00
Android (Google) Code Review
e9351608c6
Merge change 25406 into eclair
...
* changes:
remove the signin required notification as when the signin is successful
2009-09-17 01:07:31 -04:00
Hung-ying Tyan
5b680802b6
Fix a minor bug in is_alnum_string()...
...
and remove some verbose logging
2009-09-17 12:17:29 +08:00
Debajit Ghosh
4c8b3594a6
refactor copy-and-paste email address filtering code.
...
add a column to Calendar.Events contract class.
2009-09-16 20:38:18 -07:00
Benny Wong
e38212a22f
Overlay could not set position or rotation immediately after created, it should be triggered by signalEvent().
...
Originally from: https://partner.source.android.com/g/#change,1074
2009-09-16 20:24:21 -07:00
Android (Google) Code Review
a6aca3e094
Merge change 25435 into eclair
...
* changes:
disable backbuffer preservation when possible, which may improve performance a bit
2009-09-16 23:16:18 -04:00
Mathias Agopian
af369f6280
disable backbuffer preservation when possible, which may improve performance a bit
2009-09-16 20:15:42 -07:00
Android (Google) Code Review
81521abea1
Merge change 25431 into eclair
...
* changes:
Add "MMS" to common phone number types.
2009-09-16 22:56:57 -04:00
Jeff Sharkey
d5abd46059
Add "MMS" to common phone number types.
...
Partially fixes http://b/2092744
2009-09-16 19:54:29 -07:00
Android (Google) Code Review
c82e65aed5
Merge change 25228 into eclair
...
* changes:
modified: MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaRecorderStressTest.java Added the error callback to handle the media server crash.
2009-09-16 22:16:58 -04:00
Amith Yamasani
12cc9d82a6
Add a new flag for IMEs to disable suggestions for certain fields.
2009-09-16 18:51:46 -07:00
Android (Google) Code Review
75c4d49877
Merge change 25423 into eclair
...
* changes:
fix [2119400] sholes: artifacting when switching orientation
2009-09-16 21:27:54 -04:00
Mathias Agopian
7cf03bace8
fix [2119400] sholes: artifacting when switching orientation
2009-09-16 18:27:24 -07:00
Christopher Tate
b8eb1cb79b
Be sure to include shared lib path info when dealing with agents
...
In particular, this ensures that on the client side the full classpath is known
and used by the class loader during execution of the agent.
2009-09-16 17:58:45 -07:00
Alex Gruenstein
361ec7711a
do not merge. Revert "do not merge. Remove voicesearch-specific functionality from framework."
...
This reverts commit f1b64f64ab088a3e8cd32ec31f61c958c61d19e5.
It also updates RecognitionResult.java with changes made while it was in the voicesearch branch.
Change-Id: Ibffbe25397628a01ec49393a23c1825cef116501
2009-09-16 17:58:37 -07:00
Android (Google) Code Review
cfc7f1aaef
Merge change 25382 into eclair
...
* changes:
Fix async calls with Connect And Disconnect Sink.
2009-09-16 20:37:08 -04:00
Android (Google) Code Review
2f20df194f
Merge change 25398 into eclair
...
* changes:
Reintroduce wifi RssiApprox, reducing driver calls
2009-09-16 20:34:56 -04:00
Fred Quintana
6dfd1382fe
remove the signin required notification as when the signin is successful
2009-09-16 17:32:42 -07:00
Android (Google) Code Review
cc670b5ca2
Merge change 25323 into eclair
...
* changes:
Change handling of remoteUuids.
2009-09-16 20:32:41 -04:00
Grace Kloba
b641abf677
Add a null checking to avoid crash.
...
Fix http://b/viewIssue?id=2125276
2009-09-16 17:28:24 -07:00
Jaikumar Ganesh
4f3ebc43af
Fix async calls with Connect And Disconnect Sink.
...
Change-Id: I814c7fdf40ec0d6aefeb410b1a1b1572ab4a8d88
2009-09-16 17:27:10 -07:00
Robert Greenwalt
4282a5bad4
Reintroduce wifi RssiApprox, reducing driver calls
...
Only do the full signal strength calc when we need to, otherwise use
an approximate value.
This change was introduced a while back but was lost in some merge.
bug: 2125543
2009-09-16 17:17:16 -07:00
Android (Google) Code Review
972f0e3806
Merge change 25325 into eclair
...
* changes:
Add a parcelable version of UUID file.
2009-09-16 20:06:06 -04:00
Jaikumar Ganesh
dd0463aef1
Change handling of remoteUuids.
...
Use the ParcelUuid instead of UUID
Change-Id:Ie05d65a62e8a4df8182a4c737d46c14142bfec43
2009-09-16 17:05:15 -07:00
Jaikumar Ganesh
82c3ef7adc
Add a parcelable version of UUID file.
...
Change-Id:I2582e1c9893292ba35bb5cac90ccd2bd18041d8c
2009-09-16 17:05:09 -07:00
Android (Google) Code Review
d9497f7dd9
Merge change 25394 into eclair
...
* changes:
Add StateListDrawable's dither flag to the constant state.
2009-09-16 20:02:14 -04:00
Romain Guy
a41581ed40
Add StateListDrawable's dither flag to the constant state.
...
Change-Id: Ie377bfe3dfb83c33df3c0cc5a02810332a60a322
2009-09-16 17:01:06 -07:00
Android (Google) Code Review
9080125f67
Merge change 25393 into eclair
...
* changes:
fix again [2102410] Home Screen is not displayed in the background in Landscape Mode
2009-09-16 20:00:57 -04:00
Mathias Agopian
2c68dd0483
fix again [2102410] Home Screen is not displayed in the background in Landscape Mode
2009-09-16 17:00:19 -07:00