Svetoslav Ganov
207efc59be
am 34757fdd: am f4062864: Merge "Accessibility focus and input focus do not sync - part 2" into jb-dev
...
* commit '34757fdd37c3fba882de7ade1706e4c577b01830':
Accessibility focus and input focus do not sync - part 2
2012-05-21 17:55:20 -07:00
Svetoslav Ganov
34757fdd37
am f4062864: Merge "Accessibility focus and input focus do not sync - part 2" into jb-dev
...
* commit 'f40628645df750991ced8dde803dd57225fca04f':
Accessibility focus and input focus do not sync - part 2
2012-05-21 17:51:15 -07:00
Svetoslav Ganov
f40628645d
Merge "Accessibility focus and input focus do not sync - part 2" into jb-dev
2012-05-21 17:49:09 -07:00
Svetoslav Ganov
525ae2075c
Accessibility focus and input focus do not sync - part 2
...
1. This patch has somecode that syncs input and accessibility
focus or tries to put accessibility focus on the top most
container that was missed by the previous patch.
Change-Id: I08f21670b1c6e9f363d5714b1976fb52d84baae4
2012-05-21 17:35:15 -07:00
Romain Guy
9152de9a03
am 09fca0b4: am 493743e0: Merge "Flip TextureView\'s layer after calling setSurfaceTexture() Bug #6531172 " into jb-dev
...
* commit '09fca0b44f13dee64e8cee090576439a2116eff3':
Flip TextureView's layer after calling setSurfaceTexture() Bug #6531172
2012-05-21 16:42:42 -07:00
Romain Guy
09fca0b44f
am 493743e0: Merge "Flip TextureView\'s layer after calling setSurfaceTexture() Bug #6531172 " into jb-dev
...
* commit '493743e0137f34939dd7f3674e9102942ef7e4e8':
Flip TextureView's layer after calling setSurfaceTexture() Bug #6531172
2012-05-21 16:39:39 -07:00
Romain Guy
493743e013
Merge "Flip TextureView's layer after calling setSurfaceTexture() Bug #6531172 " into jb-dev
2012-05-21 16:37:57 -07:00
Romain Guy
51f7c6b362
Flip TextureView's layer after calling setSurfaceTexture()
...
Bug #6531172
Changing the surface texture would not update the layer properties
nor its transform matrix.
Change-Id: I54e155a410d7e72f1a8edf3a4ab0034bf764ae28
2012-05-21 16:36:05 -07:00
Svetoslav Ganov
c18cced700
am 5182a5bc: am 4ce106f5: Merge "Fixing some minor issues in accessibility focus." into jb-dev
...
* commit '5182a5bcf7a975c6183e0925dec0d3ac35071de9':
Fixing some minor issues in accessibility focus.
2012-05-21 16:02:01 -07:00
Svetoslav Ganov
5182a5bcf7
am 4ce106f5: Merge "Fixing some minor issues in accessibility focus." into jb-dev
...
* commit '4ce106f5cff5670bf1aae4190612dc8e972f5c28':
Fixing some minor issues in accessibility focus.
2012-05-21 15:58:12 -07:00
Svetoslav Ganov
4ce106f5cf
Merge "Fixing some minor issues in accessibility focus." into jb-dev
2012-05-21 15:55:28 -07:00
Svetoslav Ganov
f76a83cfcf
Fixing some minor issues in accessibility focus.
...
1. Now accessibility focus does not drag input focus and
vice versa. Having the two focuses chase each other
can lead to some pathological cases. For example, a
container is input focusable and manages input focus
for its children i.e. as soon as it gets input focus
it sets input focus to a child. Now assume input and
accessibility focus are on a child and focus search
finds the parent to take accessibility focus, now
putting accessibility focus to the parent will put
input focus there and the parent will put input focus
to the child which as a result will put accessibility
focus there, thus resulting in traversal loop.
bug:6522900
2. Fixed asymmetrical behavior of accessibility focus search
for AbsListView.
bug:6520016
3. Fixed accessibility focus search getting stuck in an
empty AbsListView.
bug:6520049
Change-Id: Ia26e5be7b5a9f340f873861ff466c787467b98dc
2012-05-21 15:32:28 -07:00
Dianne Hackborn
8242b07378
am 7ad04d3f: am af5c0118: Merge "Fix issue #6447773 : Pulse does not run in JB (NPE in GestureDetector.onTouchEvent)" into jb-dev
...
* commit '7ad04d3ff4c1d9d2a26387c4247d8fc75551ea77':
Fix issue #6447773 : Pulse does not run in JB (NPE in GestureDetector.onTouchEvent)
2012-05-21 15:30:55 -07:00
Dianne Hackborn
7ad04d3ff4
am af5c0118: Merge "Fix issue #6447773 : Pulse does not run in JB (NPE in GestureDetector.onTouchEvent)" into jb-dev
...
* commit 'af5c01185bb9f76fd6cbdc87344f1d9b60ebdd8c':
Fix issue #6447773 : Pulse does not run in JB (NPE in GestureDetector.onTouchEvent)
2012-05-21 15:27:39 -07:00
Dianne Hackborn
af5c01185b
Merge "Fix issue #6447773 : Pulse does not run in JB (NPE in GestureDetector.onTouchEvent)" into jb-dev
2012-05-21 15:25:48 -07:00
Dianne Hackborn
7a83b93e12
Fix issue #6447773 : Pulse does not run in JB (NPE in GestureDetector.onTouchEvent)
...
Change-Id: I20b6d58fa47851cf401bbeb16960d118bbd1d965
2012-05-21 15:24:11 -07:00
Svetoslav Ganov
ce725cc1e2
am f7b8bbad: am de83e7aa: Merge "Make TextView respect ACCESSIBILITY_SPEAK_PASSWORD preference." into jb-dev
...
* commit 'f7b8bbadf50f313733dd89c5680f0ffc60f364bc':
Make TextView respect ACCESSIBILITY_SPEAK_PASSWORD preference.
2012-05-21 15:14:15 -07:00
Svetoslav Ganov
f7b8bbadf5
am de83e7aa: Merge "Make TextView respect ACCESSIBILITY_SPEAK_PASSWORD preference." into jb-dev
...
* commit 'de83e7aa32e7b1a6c8aea780664150345b7ae097':
Make TextView respect ACCESSIBILITY_SPEAK_PASSWORD preference.
2012-05-21 15:11:07 -07:00
Svetoslav Ganov
de83e7aa32
Merge "Make TextView respect ACCESSIBILITY_SPEAK_PASSWORD preference." into jb-dev
2012-05-21 15:08:53 -07:00
Romain Guy
fc6fe5206c
am 7eac5eca: am d4cc9253: Merge "Remove DEBUG_LATENCY flag" into jb-dev
...
* commit '7eac5eca431a824777530fb322b8c25015813954':
Remove DEBUG_LATENCY flag
2012-05-21 15:06:53 -07:00
Romain Guy
7eac5eca43
am d4cc9253: Merge "Remove DEBUG_LATENCY flag" into jb-dev
...
* commit 'd4cc925358305dff4ea3d0ff94b882c51f06db26':
Remove DEBUG_LATENCY flag
2012-05-21 15:03:35 -07:00
Romain Guy
d4cc925358
Merge "Remove DEBUG_LATENCY flag" into jb-dev
2012-05-21 15:01:09 -07:00
Michael Kolb
56cb79416a
am d4755c95: am ab68bbaf: Merge "add flag to websearch intent" into jb-dev
...
* commit 'd4755c952985c60b3b376a198e30bdee01048f9f':
add flag to websearch intent
2012-05-21 14:33:00 -07:00
Romain Guy
abafe372ee
am 6fa51de8: am 46a8b1ac: Merge "Remove unused, obsolete debug code" into jb-dev
...
* commit '6fa51de80bae65a93346ed18628010a0867607cc':
Remove unused, obsolete debug code
2012-05-21 14:32:43 -07:00
Daniel Sandler
28e2064ffc
am 7a999b82: am 2926948d: Merge "Add RemoteViews.setViewPadding()." into jb-dev
...
* commit '7a999b820456e49a8c3d76a31d9a23edee746e56':
Add RemoteViews.setViewPadding().
2012-05-21 14:32:40 -07:00
Daniel Sandler
eb818188aa
am 97ccf4a8: am 90497c18: Merge "Remotable view method for TextView.setTextSize(int, float)." into jb-dev
...
* commit '97ccf4a8528ff101bc1aed5dbe9798e2fbefa7cd':
Remotable view method for TextView.setTextSize(int, float).
2012-05-21 14:32:12 -07:00
Philip Milne
c5f1296d3f
am 464c4e98: am bfa3d50b: Merge "Doc changes for GridLayout." into jb-dev
...
* commit '464c4e987998c4335ad837bd165243e50c6ea5f0':
Doc changes for GridLayout.
2012-05-21 14:31:58 -07:00
Romain Guy
a6f041ac6d
am 169ff019: am d7e4ae48: Merge "Update AsyncTask documentation" into jb-dev
...
* commit '169ff0199b50085a970db347f0616eb2a1f46f82':
Update AsyncTask documentation
2012-05-21 14:31:51 -07:00
Chris Wren
085eb02de2
am 56a02e6e: am 29bb6d92: Support more items in the Notification.InboxStyle, plus an overflow.
...
* commit '56a02e6e61f7ae437f06b095e8c4310edcb5e9ab':
Support more items in the Notification.InboxStyle, plus an overflow.
2012-05-21 14:31:30 -07:00
Jeff Brown
534e6488bc
am dd8e50f4: am cf39bdf3: Add support for switching between multiple keyboard layouts.
...
* commit 'dd8e50f4b96578acd402ff4b199ca1649adf25fd':
Add support for switching between multiple keyboard layouts.
2012-05-21 14:29:33 -07:00
Jeff Brown
60ff93e432
am 3ec5724d: am 51f24302: Support toast cancellation.
...
* commit '3ec5724d60e29ecb032cc4c9dc5d82924d5eee93':
Support toast cancellation.
2012-05-21 14:29:30 -07:00
Dianne Hackborn
b1b0058346
am 72669b5f: am 13a0271c: Merge "Add aapt support for generating proguard rules for onClick methods." into jb-dev
...
* commit '72669b5f4663937b09d33f9d951f0b86a03fa98b':
Add aapt support for generating proguard rules for onClick methods.
2012-05-21 14:29:14 -07:00
Romain Guy
bd3217591d
am 86ed8bfa: am 52fcdd01: Merge "Fix documentation" into jb-dev
...
* commit '86ed8bfa5e9f5ed92570db7bc2011074464f86eb':
Fix documentation
2012-05-21 14:27:54 -07:00
Romain Guy
fc0c048ef4
am c301e78c: am 9579bf82: Merge "Gallery, we need to talk..." into jb-dev
...
* commit 'c301e78c78188803137e2b9abfa27cd0f1ffaff5':
Gallery, we need to talk...
2012-05-21 14:27:40 -07:00
alanv
7d62419c85
Make TextView respect ACCESSIBILITY_SPEAK_PASSWORD preference.
...
Bug: 6523447
Change-Id: I2610b558395dc53a74b5c8c36c09673898da44f2
2012-05-21 14:23:17 -07:00
Michael Kolb
d4755c9529
am ab68bbaf: Merge "add flag to websearch intent" into jb-dev
...
* commit 'ab68bbaf26cd526f6a5b8928533356d1f0fc7886':
add flag to websearch intent
2012-05-21 14:17:06 -07:00
Michael Kolb
ab68bbaf26
Merge "add flag to websearch intent" into jb-dev
2012-05-21 14:14:34 -07:00
Romain Guy
68373bf484
am 1b61dc2e: am 43a760ba: Merge "Don\'t crash on Surface.unlockAndPost() but log & try again Bug #6482593 " into jb-dev
...
* commit '1b61dc2eb7f738bb49142db14a7d339e2fd90545':
Don't crash on Surface.unlockAndPost() but log & try again Bug #6482593
2012-05-21 14:12:53 -07:00
Dianne Hackborn
bd8e6f9d1c
am c5fe4737: am fb5c3dba: Fix issue #6440173 : MenuItem.setIcon(Drawable) scaling incorrectly...
...
* commit 'c5fe47376c905e946eafbabdb78db4c128d3d71b':
Fix issue #6440173 : MenuItem.setIcon(Drawable) scaling incorrectly...
2012-05-21 14:12:48 -07:00
Dianne Hackborn
5d9bb86367
am 9beee6ad: am d51ac09f: Merge "Fix activity resolver, issues #6519130 and #6507239 " into jb-dev
...
* commit '9beee6ad206541f351faad5cf30b9d0216f07d22':
Fix activity resolver, issues #6519130 and #6507239
2012-05-21 14:12:39 -07:00
Jeff Sharkey
dc7643d84c
am 40bd46ae: am 9cb660fa: Merge "Guard against apps breaking CHOOSER contract." into jb-dev
...
* commit '40bd46aefde45a216ff73f8c40497a50eccdb1e0':
Guard against apps breaking CHOOSER contract.
2012-05-21 14:12:33 -07:00
Dianne Hackborn
891a844646
am bcb7f04a: am e312c61f: Merge "Improve fitSystemWindows() documentation." into jb-dev
...
* commit 'bcb7f04a7ca05a606d1b293dbe975f1710135be7':
Improve fitSystemWindows() documentation.
2012-05-21 14:12:30 -07:00
Jeff Sharkey
577a2e055c
am 17bee29b: am 787c9ec5: Merge "Transition from DEV network stats to XT." into jb-dev
...
* commit '17bee29b1fb0c8caa90860d8b98a69e616530b44':
Transition from DEV network stats to XT.
2012-05-21 14:12:22 -07:00
Romain Guy
e2d7f182ff
Remove DEBUG_LATENCY flag
...
This flag was replaced with the more versatile and powerful systrace.
Change-Id: I2267698f86fe9ba9e1102856795ca641001fecd5
2012-05-21 13:55:15 -07:00
Romain Guy
6fa51de80b
am 46a8b1ac: Merge "Remove unused, obsolete debug code" into jb-dev
...
* commit '46a8b1acdbbaa9bcbd0127b4f4580b5a8ec38119':
Remove unused, obsolete debug code
2012-05-21 13:43:02 -07:00
Romain Guy
46a8b1acdb
Merge "Remove unused, obsolete debug code" into jb-dev
2012-05-21 13:40:41 -07:00
Daniel Sandler
7a999b8204
am 2926948d: Merge "Add RemoteViews.setViewPadding()." into jb-dev
...
* commit '2926948d2092fcf6e38328d690dd60510fe9bf1f':
Add RemoteViews.setViewPadding().
2012-05-21 13:39:42 -07:00
Daniel Sandler
2926948d20
Merge "Add RemoteViews.setViewPadding()." into jb-dev
2012-05-21 13:37:16 -07:00
Romain Guy
13b907353f
Remove unused, obsolete debug code
...
All these features have either been abandonned and left un-maintained
for years or can be replaced by systrace.
Change-Id: I42e4579a8078744047e5fe08a7a15254970b09bc
2012-05-21 13:29:06 -07:00
Daniel Sandler
99d1f74864
Add RemoteViews.setViewPadding().
...
Bug: 6519374
Change-Id: I29ad738d741153a9d9e74c9e2ac110a8b97f046b
2012-05-21 16:15:06 -04:00