Huahui Wu
4809e629a6
am bfbb089c: Merge "b/3133123 Pass touch point ids to WebKit." into honeycomb
...
* commit 'bfbb089c7fcb2bc74f55fe3c171ef1b6df78b2da':
b/3133123 Pass touch point ids to WebKit.
2011-01-13 17:04:39 -08:00
Huahui Wu
bfbb089c7f
Merge "b/3133123 Pass touch point ids to WebKit." into honeycomb
2011-01-13 17:02:33 -08:00
Huahui Wu
e838a42778
b/3133123 Pass touch point ids to WebKit.
...
This is the CL in framework side and it needs the WebKit part CL:
https://android-git.corp.google.com/g/#change,89627
Change-Id: I11d4ffa29fa106d918332e6983090b06726ebd36
2011-01-13 16:47:17 -08:00
Jaikumar Ganesh
5a9fbfe454
am e77e9da8: Merge "Fix bug in handling connect/disconnect multiple devices." into honeycomb
...
* commit 'e77e9da84946a2833ef8b0d1d476d6325768a244':
Fix bug in handling connect/disconnect multiple devices.
2011-01-13 16:23:18 -08:00
Jaikumar Ganesh
e77e9da849
Merge "Fix bug in handling connect/disconnect multiple devices." into honeycomb
2011-01-13 16:21:12 -08:00
Brad Fitzpatrick
9af7c8c0f9
am 52ea9898: Merge "Remove accidental StrictMode logging left in." into honeycomb
...
* commit '52ea989874160be47aad75b285503959c0e4c0bb':
Remove accidental StrictMode logging left in.
2011-01-13 16:18:51 -08:00
Brad Fitzpatrick
52ea989874
Merge "Remove accidental StrictMode logging left in." into honeycomb
2011-01-13 16:16:46 -08:00
Brad Fitzpatrick
4a82b62044
Remove accidental StrictMode logging left in.
...
Change-Id: I7580816c6efc32889f49987152ff1d4c40d47140
2011-01-13 16:15:40 -08:00
Jaikumar Ganesh
d1287f5ef0
Fix bug in handling connect/disconnect multiple devices.
...
Multiple HID devices can be connected. There is no pointing
maintaining the global state. Check individual device state.
Bug: 3350904
Change-Id: I03d9a6015e39e4f9d7f68cc8bbdb19731129b4e6
2011-01-13 15:59:27 -08:00
Dianne Hackborn
b054b4c835
am 8eca7a1e: Merge "Fix issue #3153930 : orphan window left on screen" into honeycomb
...
* commit '8eca7a1e11d905e1d89d4c45adfe210536b5f521':
Fix issue #3153930 : orphan window left on screen
2011-01-13 15:47:58 -08:00
Dianne Hackborn
8eca7a1e11
Merge "Fix issue #3153930 : orphan window left on screen" into honeycomb
2011-01-13 15:45:37 -08:00
Gilles Debunne
2cf2b0c84c
am 783e6c8b: Merge "fix for cts DuplicateParentStateEnabled bug with TextViews." into honeycomb
...
* commit '783e6c8b3ba7eecac3bdd796b53a1293f9cb1be4':
fix for cts DuplicateParentStateEnabled bug with TextViews.
2011-01-13 14:54:45 -08:00
Adam Powell
2aadcd78f4
am 379a51d9: Merge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycomb
...
* commit '379a51d96f1dc9db2dcc3288d536594c32f4b514':
Fix bug 3242262 - Add queryHint attribute for SearchView
2011-01-13 14:54:32 -08:00
Gilles Debunne
783e6c8b3b
Merge "fix for cts DuplicateParentStateEnabled bug with TextViews." into honeycomb
2011-01-13 14:51:33 -08:00
Adam Powell
379a51d96f
Merge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycomb
2011-01-13 14:51:16 -08:00
Svetoslav Ganov
e3f71db553
am cecb1db6: Merge "Invisible of gone views fire accessibility events." into honeycomb
...
* commit 'cecb1db6accffaa4749b1b0e71c0ec842c5b7a1a':
Invisible of gone views fire accessibility events.
2011-01-13 14:48:22 -08:00
Adam Powell
c0171d5e8e
Fix bug 3242262 - Add queryHint attribute for SearchView
...
Change-Id: I211b65139622c2a2cba03bd1323e2543b09bb111
2011-01-13 14:46:15 -08:00
Gilles Debunne
fb81703ab1
fix for cts DuplicateParentStateEnabled bug with TextViews.
...
Bug 3347206
Do not add an extra slot in the drawable state for multiline if it
is not needed.
Updated setDuplicateParentStateEnabled documentation.
Change-Id: I95f74284721e25b483e12e9b861e810a55c260b6
2011-01-13 14:41:25 -08:00
Dianne Hackborn
f99f9c5f92
Fix issue #3153930 : orphan window left on screen
...
The problem is that if a window containing children is removed
before the children are, the children may be lost. This change
(amongst the huge amount of new debugging code) now ensures at
this point that all children windows are removed when the parent
is.
Note that this results in a bunch of error messages now as the
client app tries to continue to do things with that child window.
This is correct, it shouldn't be doing that, and needs to be
fixed to stop it. But at least it now can't cause the window
manager to leak surfaces.
Change-Id: I7b80dd89ff9de7cb5af1dc759cfa4b31ac29cddc
2011-01-13 14:24:16 -08:00
Svetoslav Ganov
9cd1eca854
Invisible of gone views fire accessibility events.
...
bug:3350110
1. Added a visibility check before sending an accessibility event.
Change-Id: I322ede3844502bc623ba2aff2b3586a9925ba682
2011-01-13 14:24:08 -08:00
Svetoslav Ganov
79ef5dd8ff
am 462433ae: Merge "DatePicker is calling back its listener on init." into honeycomb
...
* commit '462433ae94ff33f9591d910b662e63b821549cad':
DatePicker is calling back its listener on init.
2011-01-13 12:43:43 -08:00
Svetoslav Ganov
462433ae94
Merge "DatePicker is calling back its listener on init." into honeycomb
2011-01-13 12:41:04 -08:00
Jason parks
4a534fa899
am a3cdaa53: Revert "Remove the APIs for the old encryption scheme."
...
* commit 'a3cdaa5337fa573c4c61770195d6232c2e587090':
Revert "Remove the APIs for the old encryption scheme."
2011-01-13 12:18:40 -08:00
Jason parks
a3cdaa5337
Revert "Remove the APIs for the old encryption scheme."
...
This reverts commit 1125d780a8b61703b8eb28c5c77dac5f3f0022dd.
2011-01-13 14:15:43 -06:00
Romain Guy
718153c717
am c15c7a79: Merge "Cleanup implementation of hardware layers." into honeycomb
...
* commit 'c15c7a79a69733bd21d6548fd74c2874fdabe7e8':
Cleanup implementation of hardware layers.
2011-01-13 12:15:35 -08:00
Romain Guy
c15c7a79a6
Merge "Cleanup implementation of hardware layers." into honeycomb
2011-01-13 12:13:59 -08:00
Romain Guy
ada830f639
Cleanup implementation of hardware layers.
...
The new implementation relies on OpenGLRenderer's existing layer
code instead of duplicating it. The new code is much cleaner, with
simpler and better APIs and allows tracking of drawn regions inside
layers. Region tracking is not yet enabled but this will be done
in a future CL.
Change-Id: Ie826121a2227de8252c77b992a61218defea5143
2011-01-13 12:13:20 -08:00
Svetoslav Ganov
2f136a874d
DatePicker is calling back its listener on init.
...
bug:3341515
1.Changed the callbeack registration to follow the spinners
initialization.
Change-Id: I3baff68c295993f975beec2b376af88e32b24e20
2011-01-13 11:33:10 -08:00
Jamie Gennis
c75d901cc4
am 9aba2324: Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycomb
...
* commit '9aba2324ac8d7216732b42346bfcaf0be71eb22e':
Add getTransformMatrix to the SurfaceTexture API.
2011-01-13 11:31:03 -08:00
Jamie Gennis
9aba2324ac
Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycomb
2011-01-13 11:29:14 -08:00
Eric Fischer
a37d341bf4
am 39d80c38: Merge "Import revised translations." into honeycomb
...
* commit '39d80c3846972e6204dfd956263a3fb6a799444d':
Import revised translations.
2011-01-13 11:03:47 -08:00
Eric Fischer
39d80c3846
Merge "Import revised translations." into honeycomb
2011-01-13 10:59:52 -08:00
Nick Pelly
02012b3a4b
am 18adceb4: am a29bf14e: Merge "New Intent defined for RF ON/OFF events" into gingerbread
...
* commit '18adceb4273655b6cf8eaa9c6a2237d6fc1b8881':
New Intent defined for RF ON/OFF events
2011-01-13 10:26:28 -08:00
Brad Fitzpatrick
b841fa6302
am 54f428a6: am bdb7aee0: Merge "Fix for crash when setting live wallpaper."
...
* commit '54f428a63f33f4722c09b7688e6ca7960394f81f':
Fix for crash when setting live wallpaper.
2011-01-13 10:26:19 -08:00
Svetoslav Ganov
575fbf612a
am 06e32b43: Merge "Updating the WebView accessibility key bindings after discussion with the access-eng team" into honeycomb
...
* commit '06e32b434b62b22eeee900851ff56f2098ddc019':
Updating the WebView accessibility key bindings after discussion with the access-eng team
2011-01-13 10:24:38 -08:00
Jaikumar Ganesh
56eaabd4c5
am b54fd91d: Merge "Phone crash when old callback func is woken up when enabling BT." into honeycomb
...
* commit 'b54fd91d1b843b7742bf6396cefa6c63b14dc6df':
Phone crash when old callback func is woken up when enabling BT.
2011-01-13 10:21:15 -08:00
Gilles Debunne
89d391a978
am b439221a: Merge "QuickContactBadge shows its pressed state" into honeycomb
...
* commit 'b439221a5aa7c36fedb242ee9180ce46e4ad19b7':
QuickContactBadge shows its pressed state
2011-01-13 10:19:30 -08:00
Svetoslav Ganov
06e32b434b
Merge "Updating the WebView accessibility key bindings after discussion with the access-eng team" into honeycomb
2011-01-13 10:17:02 -08:00
Jaikumar Ganesh
b54fd91d1b
Merge "Phone crash when old callback func is woken up when enabling BT." into honeycomb
2011-01-13 10:14:40 -08:00
Gilles Debunne
b439221a5a
Merge "QuickContactBadge shows its pressed state" into honeycomb
2011-01-13 09:50:40 -08:00
Staffan Lindvall
81f8e3c85f
Phone crash when old callback func is woken up when enabling BT.
...
When the remote Jerry device is powered down the BT link to the
phone is dropped, and the Jerry firmware in the phone quite
immediately tries to re-connect to the Jerry device. Then
SDP and Discover Services is started, fetchRemoteUuids() ->
discoverServicesNative(). This results in an asynchronous dbus
call dbus_func_args_async() that is provided with a callback
function, onDiscoverServicesResult(), but before this callback
function is used Bluetooth is disabled according to the problem
scenario above. For some reason this discover services activity
is not cleared when Bluetooth is disabled, so when Bluetooth
is enabled again the (old) callback function
onDiscoverServicesResult() is executed, but the following
getAddressFromObjectPath() fails. The reason for this is that
the deviceObjectPath parameter contains an old value,
containg the process id of the old bluetoothd (the one running
before Bluetooth was disabled). Then the new updated
AdapterObjectPath /org/bluez/<new bluetooth hd pid>/hci0/dev_
is not a prefix of the old deviceObjectPath /org/bluez/<old
bluetooth hd pid>/hci0/dev_<BT_ADDR>, which results in that null
will be used as address in sendUuidIntent(), and later on,
ending up in the BluetoothDevice constructor where and
IllegalArgumentExceotion is thrown due to
Bluetooth address = null. Then the phone will crash.
Making sure sendUuidIntent() is not called when address is null
is a work-around for the problem.
Change-Id: I8ff60bad80de3b379cef0970402943dfa4de3cfd
2011-01-13 09:28:48 -08:00
Jason parks
282e1c4ffa
am 21f62b9e: Merge "Add a method enable encryption." into honeycomb
...
* commit '21f62b9e461416ae61c8471f7199f104f8fe33de':
Add a method enable encryption.
2011-01-13 07:44:55 -08:00
Jason parks
da6f7dbf9f
am ca6777b2: Merge "Remove the APIs for the old encryption scheme." into honeycomb
...
* commit 'ca6777b23bbe9283380efb2ba7e6d0a79d8669db':
Remove the APIs for the old encryption scheme.
2011-01-13 07:42:55 -08:00
Jason parks
21f62b9e46
Merge "Add a method enable encryption." into honeycomb
2011-01-13 07:41:53 -08:00
Jason parks
ca6777b23b
Merge "Remove the APIs for the old encryption scheme." into honeycomb
2011-01-13 07:40:46 -08:00
Svetoslav Ganov
bfc3ce78f4
Updating the WebView accessibility key bindings after discussion with the access-eng team
...
Change-Id: I39a303864b94a8a11b6cded9b8bb23041ad91502
2011-01-13 01:20:39 -08:00
Adam Powell
1fc7c0462e
am 2ea9aaa2: Merge "Fix bugs 3077517 and 3309579 - ListView bugs" into honeycomb
...
* commit '2ea9aaa2458ca468b8f127d8c69746a009df12a6':
Fix bugs 3077517 and 3309579 - ListView bugs
2011-01-12 23:52:25 -08:00
Adam Powell
2ea9aaa245
Merge "Fix bugs 3077517 and 3309579 - ListView bugs" into honeycomb
2011-01-12 23:50:05 -08:00
Adam Powell
4032252c99
Fix bugs 3077517 and 3309579 - ListView bugs
...
Fix smoothScrollPositionFromTop scrolling too far on reverse scrolls
Fix an invalid touch mode when smoothScrollBy attempts to scroll off
the end of a list
2011-01-12 23:45:01 -08:00
Justin Ho
eff3acd77e
am cd0331ab: Fixing broken dropdown asset in Honeycomb as well
...
* commit 'cd0331abd7eb1e9efff3251caa008492fe5cad35':
Fixing broken dropdown asset in Honeycomb as well
2011-01-12 22:59:33 -08:00