Svetoslav Ganov
57f3b566db
Accessibility window query APIs should respect root name space.
...
1. The window query API used to not-respect the root name space
while traversing the parent relation i.e. a client was able
to fetch the parent of a root name space node.
2. Children that are root name space were reported but their descendants
not. Actually such children should not be reported since they are
the root of a separate logical sub-tree. Such a tree is exposed by
its root allowing its traversal. The accessibility APIs should be
able to explore a virtual tree, i.e. one with a descendant which is
root name space, only if an accessibility event from there was received.
bug:5480096
Change-Id: I4c4d805aa2f6d4edba86eda213b5239bea83eed2
2011-10-31 18:09:28 -07:00
Jim Miller
2333a02e15
Merge "Convert the outer lockscreen ring to a shape drawable. DO NOT MERGE" into ics-mr1
2011-10-26 15:40:08 -07:00
Jeff Sharkey
fd61e702e3
Merge "Only populate stack when StrictMode will use it." into ics-mr1
2011-10-26 15:37:34 -07:00
Justin Ho
b8c76afe7a
am ed124603: Merge "Updated Roboto HHEA table Bug: 5516773" into ics-mr0
...
* commit 'ed12460301cf0e04ac61993aaf1142f75f504814':
Updated Roboto HHEA table Bug: 5516773
2011-10-26 22:24:36 +00:00
Justin Ho
ed12460301
Merge "Updated Roboto HHEA table Bug: 5516773" into ics-mr0
2011-10-26 15:22:57 -07:00
Robert Ly
4d48303fd8
am 37f4310d: fix build
...
* commit '37f4310d4af51fe6e2e35d27b9375a31fc98c803':
fix build
2011-10-26 22:15:20 +00:00
Justin Ho
44e10f0add
am 7901a2c3: Merge "Adding alternate sound set and corresponding mk file Bug: 5502770" into ics-mr0
...
* commit '7901a2c3a1bfefdefd957d3d9b28dee1ca88787d':
Adding alternate sound set and corresponding mk file Bug: 5502770
2011-10-26 22:15:19 +00:00
Justin Ho
9894c862db
Adding alternate sound set and corresponding mk file
...
Bug: 5502770
Change-Id: I245e6775417df9dfe493f9501542f2cc6aaeb0b4
2011-10-26 22:12:25 +00:00
Robert Ly
37f4310d4a
fix build
...
Change-Id: Ia82910e34da2613473ad2875330fbfdd48822eca
2011-10-26 15:11:30 -07:00
Justin Ho
d4297c3de7
Updated Roboto HHEA table
...
Bug: 5516773
Change-Id: Ia8da7be2be4345260dadb66b1abec1bd7cd66409
2011-10-26 15:01:25 -07:00
Svetoslav Ganov
8c80707639
Merge "NumberPicker does not not fit on Crespo in landscape." into ics-mr1
2011-10-26 14:49:29 -07:00
Svetoslav Ganov
b0267e2870
Merge "AccessibilityNodeInfo makes incorrect check before calling into the system." into ics-mr1
2011-10-26 14:47:49 -07:00
Justin Ho
7901a2c3a1
Merge "Adding alternate sound set and corresponding mk file Bug: 5502770" into ics-mr0
2011-10-26 14:46:15 -07:00
Justin Ho
733442e33a
am 650c052a: Merge "Notification icons increased opaqueness by 10%" into ics-mr0
...
* commit '650c052aa38447c363163126afffb16f314bbb11':
Notification icons increased opaqueness by 10%
2011-10-26 21:39:28 +00:00
Svetoslav Ganov
c0291bb2eb
AccessibilityNodeInfo makes incorrect check before calling into the system.
...
AccessibilityNodeInfo#getParent is checking whether the source view
accessibility id is specified instead that of the parent.
bug:5505799
Change-Id: I436fd2327def2762b4d307819ba0c23baa9a4e03
2011-10-26 14:37:46 -07:00
Justin Ho
650c052aa3
Merge "Notification icons increased opaqueness by 10%" into ics-mr0
2011-10-26 14:37:43 -07:00
Justin Ho
a11df991f5
Adding alternate sound set and corresponding mk file
...
Bug: 5502770
Change-Id: I245e6775417df9dfe493f9501542f2cc6aaeb0b4
2011-10-26 14:31:00 -07:00
Eric Fischer
aa3c9b1674
am e2afc5bd: (-s ours) Merge "Import revised translations. DO NOT MERGE" into ics-mr0
...
* commit 'e2afc5bd243e60bdc168ca30284607230fe646f8':
Import revised translations. DO NOT MERGE
2011-10-26 21:06:36 +00:00
Svetoslav Ganov
e0c8ab5aaa
NumberPicker does not not fit on Crespo in landscape.
...
1. Now the NumberPicker has a max height and width for which is looks
good but can still shrink if there is not enough available space.
bug:5512787
Change-Id: Ieea88cafa8408e1d4160bab4bfe2b771bd79f7f8
2011-10-26 14:06:26 -07:00
Eric Fischer
e2afc5bd24
Merge "Import revised translations. DO NOT MERGE" into ics-mr0
2011-10-26 14:04:35 -07:00
Robert Ly
ab1ac94e73
am 576ea5eb: Merge "docs: tools/adt r15 rel notes" into ics-mr0
...
* commit '576ea5eb919bc944367b7bc7aeb7d02f6d715088':
docs: tools/adt r15 rel notes
2011-10-26 20:52:37 +00:00
Robert Ly
576ea5eb91
Merge "docs: tools/adt r15 rel notes" into ics-mr0
2011-10-26 13:50:28 -07:00
Jamie Gennis
5ded5fc55f
am b7b4eaaa: Merge "Stagefright: push blank buffers when tearing down" into ics-mr0
...
* commit 'b7b4eaaa05284634d50d581d924a250f1194f66d':
Stagefright: push blank buffers when tearing down
2011-10-26 20:34:38 +00:00
Jamie Gennis
b7b4eaaa05
Merge "Stagefright: push blank buffers when tearing down" into ics-mr0
2011-10-26 13:33:16 -07:00
satok
6f444425fe
Merge "Make FLAG_AUTO_CORRECTION public" into ics-mr1
2011-10-26 13:14:36 -07:00
Peter Ng
4c02afa746
Notification icons increased opaqueness by 10%
...
Bug: 5509556
Change-Id: Ibecaecc32c9e0311e5141e8acf5a1979bb1c9260
2011-10-26 13:02:53 -07:00
Eric Fischer
08d0f6420a
Merge "Import revised translations. DO NOT MERGE" into ics-mr1
2011-10-26 11:32:07 -07:00
Svetoslav Ganov
1a3ad7d18f
Merge "Adding accessibility support to the tablet swipe unlock." into ics-mr1
2011-10-26 11:30:06 -07:00
Eric Fischer
0170850207
Import revised translations. DO NOT MERGE
...
Change-Id: I49ab9333e978be18d8c01284349cf5e61b73043d
2011-10-26 11:01:40 -07:00
Jeff Sharkey
7978a414bb
Only populate stack when StrictMode will use it.
...
When the StrictMode VM flag is changed mid-lifecycle, pass along at
least a basic trace.
Bug: 5516561
Change-Id: I6c922ba20f34349c35624cfc04d1c71ee56ad6ef
2011-10-26 10:43:51 -07:00
Eric Fischer
e34395cc7a
Import revised translations. DO NOT MERGE
...
Change-Id: Id71f059af3b7e40f387a92190f043ab5fbc62594
2011-10-26 10:17:50 -07:00
Bart Sears
6e03b22015
am d887377a: Merge "Fix power key handling after volume change. Bug: 5497716" into ics-mr0
...
* commit 'd887377aa84f0d422cf605dad981f8dc53c0f99f':
Fix power key handling after volume change. Bug: 5497716
2011-10-26 12:22:44 +00:00
Dianne Hackborn
c6592d2eb8
am 67a1b7d6: Merge "Fix issue #5508024 : Rotation jank seen in live wallpapers" into ics-mr0
...
* commit '67a1b7d6e5857d0ecdd1aa9d50d10189e5776c11':
Fix issue #5508024 : Rotation jank seen in live wallpapers
2011-10-26 12:22:31 +00:00
Justin Ho
7acd70f180
am 1f182af9: Merge "Update Prime keyboard feedback sounds Tune notification sound Hojus Bug: 5416299" into ics-mr0
...
* commit '1f182af915164b72582e7ee669f125f7553857ac':
Update Prime keyboard feedback sounds Tune notification sound Hojus Bug: 5416299
2011-10-26 11:47:08 +00:00
Bart Sears
d887377aa8
Merge "Fix power key handling after volume change. Bug: 5497716" into ics-mr0
2011-10-26 00:08:59 -07:00
satok
0f0a3945ef
Make FLAG_AUTO_CORRECTION public
...
Bug: 5440299
Change-Id: Ia82745e793be741c1558ce15b189b63872107ddb
2011-10-26 15:13:28 +09:00
Jeff Brown
ff20471b08
Fix power key handling after volume change.
...
Bug: 5497716
We should only cancel the pending power key when there
actually is one pending.
Change-Id: Iab684d24a643e1be4a8abde5cf905ca1819e9aa8
2011-10-25 21:30:40 -07:00
Daniel Sandler
f5e14bec4e
Convert the outer lockscreen ring to a shape drawable. DO NOT MERGE
...
Saves 270dp^2 of pixel memory: 290K on mdpi, 650K on hdpi,
1.2MB on xhdpi. Multilockwave is still 60fps on crespo.
Bug: 5497875
Cherry pick 2f4207086e2177f8970538a3d8e921eb13c14b00 to MR1
Change-Id: Ib77695cb4256a484f5c61af1159e5e3df8cce9ba
2011-10-25 20:08:44 -07:00
Jamie Gennis
c0e4293794
Stagefright: push blank buffers when tearing down
...
This change makes OMXCodec push RGB 565 buffers filled with black to an
ANativeWindow when tearing down after decoding to protected gralloc
buffers. This allows the OMX tear down to zero out any protected
buffers that were used without the possibility that the buffer is still
being used by SurfaceFlinger or HWComposer.
Bug: 5483222
Change-Id: I8acedd81a7bb67dfdc2fd15733e3375b6ce8d560
2011-10-25 18:35:02 -07:00
Dianne Hackborn
67a1b7d6e5
Merge "Fix issue #5508024 : Rotation jank seen in live wallpapers" into ics-mr0
2011-10-25 15:25:21 -07:00
Svetoslav Ganov
6033c08174
Adding accessibility support to the tablet swipe unlock.
...
1. Added handling for hover events that are transformed into
touch events and given to the touch event handling code
if accessibility is enabled.
2. Now swiping across the handle unlocks the device for both
cases - accessibility enabled or disabled.
bug:5513324
Change-Id: I7031690d69b1a2737e2ce4d1871d69d7dfbf3006
2011-10-25 14:45:49 -07:00
Justin Ho
1f182af915
Merge "Update Prime keyboard feedback sounds Tune notification sound Hojus Bug: 5416299" into ics-mr0
2011-10-25 14:28:29 -07:00
Dianne Hackborn
3ec891ae80
Fix issue #5508024 : Rotation jank seen in live wallpapers
...
Fix a few places where we would unfreeze the screen too early.
Now that we are no longer relying on surface flinger freezing, we
can't depend on it keeping the screen frozen until surfaces get
drawn.
Change-Id: Icb03bf30c9599a5e2016817bfa5ca6458adc7249
2011-10-25 14:14:26 -07:00
Robert Ly
490463ff99
docs: tools/adt r15 rel notes
...
Change-Id: I346b75e7286e5a289c145990bf8e193469a0ac8b
2011-10-25 13:48:17 -07:00
Ed Heyl
e49cf107e2
merge ics-mr0
...
Change-Id: I4f0b2bb1b1136c9467e9d55f57f5333153cae65d
2011-10-25 20:47:51 +00:00
Justin Ho
a6d2e6b952
Updated Roboto font
...
Bugs: 5462847, 5497556, 5502610
Change-Id: Ic4943bd05519f5fbf0cb2a818e2eb0625e01604d
2011-10-25 11:16:27 -07:00
satok
1bfe6e95a1
Merge "Fix a bug where surface crashes when the enter animation starts while the exit animation has not yet finished" into ics-mr1
2011-10-25 10:48:23 -07:00
Justin Ho
4349c5556d
Update Prime keyboard feedback sounds
...
Tune notification sound Hojus
Bug: 5416299
Change-Id: I474a4e692f4132399ca35d1aa5ca9ccfd86af557
2011-10-25 09:14:22 -07:00
Mike Lockwood
9dc20214f5
Merge "Reset cached light sensor values when toggling auto-brightness mode" into ics-mr0
2011-10-25 07:02:52 -07:00
Mike Lockwood
141fc9868b
Merge "Revert "PowerManagerService: Remove assumption that light sensor will always send a value as soon as it is enabled."" into ics-mr0
2011-10-25 07:02:45 -07:00