Jaikumar Ganesh
1caa6d111e
Add new API for fetching UUIDs using SDP.
...
Add new API which clients can use to force an SDP query.
The result is broadcast using an intent having the UUIDs.
The intent is broadcast after a timeout, in case of an error.
This timeout is greater than the page timeout.
Change-Id: I61e6db4c05b34c42f679a66987e37e2063a793b6
2009-09-19 11:29:24 -07: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
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
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
Android (Google) Code Review
e777e0a3d1
Merge change 25388 into eclair
...
* changes:
Fix #1827299 : Google login screen to re-enter password is not viewable
2009-09-16 19:51:12 -04:00
Dianne Hackborn
248b188860
Fix #1827299 : Google login screen to re-enter password is not viewable
...
This was a problem with not hiding the starting window when it got
transfered to an activity whose window (instead of token) animates
when displayed.
Change-Id: I9eb58faa6e27d53144687952a715fc083a5c5842
2009-09-16 16:46:44 -07:00
Android (Google) Code Review
0828beee50
Merge change 25386 into eclair
...
* changes:
Add one more hardware keyboard character popup: \ if you hold /
2009-09-16 19:34:56 -04:00
Eric Fischer
cebe347e7f
Add one more hardware keyboard character popup: \ if you hold /
2009-09-16 16:26:48 -07:00
Android (Google) Code Review
8843620cb2
Merge change 25360 into eclair
...
* changes:
Fix issue #2121993 : com.android.unit_tests.os.HandlerThreadTest:testHandlerThread is failing
2009-09-16 19:20:52 -04:00
Android (Google) Code Review
38456260b9
Merge change 25369 into eclair
...
* changes:
Update the input method when the selection changes.
2009-09-16 18:49:42 -04:00
Android (Google) Code Review
5f78786cf9
Merge change 25190 into eclair
...
* changes:
add the ability to do a newAssert with no values
2009-09-16 18:36:00 -04:00
Leon Scroggins
241403fd19
Update the input method when the selection changes.
...
Fix http://b/issue?id=2074446
Add in code that is normally called by TextView.onDraw(). Since
drawing does not happen for WebTextView, we need to call it
ourselves.
Change-Id: Icb47f6a58fba6f8b11e2924befc704f26af68d43
2009-09-16 18:32:52 -04:00