Fabrice Di Meglio
0c5c23b3a2
am 4c95bfd5: am 39b0c29e: am ec139240: Merge "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)" into jb-mr1-dev
...
* commit '4c95bfd5ad4d17b6e0e618cd3244ee2d33bcbda1':
Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)
2012-10-11 17:52:51 -07:00
Svetoslav Ganov
6fdd3176e6
am 02942145: am a1489d30: am 9aefa145: Merge "Send accessibility event for content change upon setting content description." into jb-mr1-dev
...
* commit '0294214519df70978b5440b01ec6c2597f4eecec':
Send accessibility event for content change upon setting content description.
2012-10-11 17:18:33 -07:00
Satoshi Kataoka
bc58774037
am 95189b92: am 6a1d4b99: am 8e767115: Merge "Don\'t update the text services locale in the main thread" into jb-mr1-dev
...
* commit '95189b92259529997cfa4d15b5ffd060d9f99a51':
Don't update the text services locale in the main thread
2012-10-11 17:18:18 -07:00
Fabrice Di Meglio
39b0c29e4f
am ec139240: Merge "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)" into jb-mr1-dev
...
* commit 'ec139240480702e80cd56c0309394f7549a993f3':
Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)
2012-10-11 14:15:00 -07:00
Fabrice Di Meglio
ec13924048
Merge "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)" into jb-mr1-dev
2012-10-11 14:10:02 -07:00
Svetoslav Ganov
a1489d3022
am 9aefa145: Merge "Send accessibility event for content change upon setting content description." into jb-mr1-dev
...
* commit '9aefa1457967b52f1865173aa70896db84f111f1':
Send accessibility event for content change upon setting content description.
2012-10-11 11:00:26 -07:00
Svetoslav Ganov
9aefa14579
Merge "Send accessibility event for content change upon setting content description." into jb-mr1-dev
2012-10-11 10:57:41 -07:00
Satoshi Kataoka
6a1d4b998c
am 8e767115: Merge "Don\'t update the text services locale in the main thread" into jb-mr1-dev
...
* commit '8e767115a888b78c5732fe935bd811a7db6bf2e1':
Don't update the text services locale in the main thread
2012-10-11 10:44:55 -07:00
Satoshi Kataoka
1eac6b7b05
Don't update the text services locale in the main thread
...
This is a revised version of I9f8a81d3c9261a6cfc00292b9f5cb06053b9112d
Bug: 6761326
Change-Id: I43a0a65df6e4b6941bd0dca548c4af20b7e5bf58
2012-10-12 00:58:24 +09:00
Svetoslav Ganov
b708f7703b
Send accessibility event for content change upon setting content description.
...
1. Since the content description is generated dynamically we need to notify
clients when it changes so they can drop cached state to get the most
recent content. This really is used by the caching we do to optimize
the window query APIs. Otherwise, the user does not see the current
content.
bug:7327556
Change-Id: I9be46508e86864566e027c64565eb1d787ec9363
2012-10-10 21:25:59 -07:00
Fabrice Di Meglio
6bf6eb7d5f
Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)
...
Part 2
- fix remaining UI widgets by asking layout params resolution when needed
Change-Id: I97c41639da645d77eeda85feec3bbcc7fc1260b9
2012-10-10 18:38:23 -07:00
Fabrice Di Meglio
6acf744fab
am f4a1dad6: am 5b04d032: am b8021a88: Merge "Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)" into jb-mr1-dev
...
* commit 'f4a1dad63db89b805df0c83b2044dad0d60e3686':
Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)
2012-10-10 17:34:52 -07:00
Fabrice Di Meglio
5b04d0320b
am b8021a88: Merge "Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)" into jb-mr1-dev
...
* commit 'b8021a88e5c00ebd985a348b56af29c95a178a90':
Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)
2012-10-10 17:29:52 -07:00
Fabrice Di Meglio
2918ab6c32
Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)
...
- rename to LayoutParams.resolveLayoutDirection(int)
- upate 17.txt too
Change-Id: I54fe28dc47cfdb65ef0b5b0244dabbe1d675c781
2012-10-10 16:47:51 -07:00
Svetoslav Ganov
ca4dabc360
am 8ca8e02b: am 52c59ddf: am 27258209: Merge "Return true on successful accessiblity action click/long click." into jb-mr1-dev
...
* commit '8ca8e02bf207e77fcae644d8ecb30143ec098f6d':
Return true on successful accessiblity action click/long click.
2012-10-09 17:59:26 -07:00
Svetoslav Ganov
52c59ddfee
am 27258209: Merge "Return true on successful accessiblity action click/long click." into jb-mr1-dev
...
* commit '27258209fee11a45154875c3c5493962f55904d2':
Return true on successful accessiblity action click/long click.
2012-10-09 17:54:58 -07:00
Svetoslav Ganov
27258209fe
Merge "Return true on successful accessiblity action click/long click." into jb-mr1-dev
2012-10-09 17:52:01 -07:00
Svetoslav Ganov
96985fccdc
Return true on successful accessiblity action click/long click.
...
1. If a view is clickable or long clickable perfroming the corresponding
accessiblity action should return true no matter whether there is a
registered on click/long click listener. Currently true is returned
only if there is a listener but it is also possible that a sub-class
overrides performClick and does work there. For example CompoundButton.
Now if the view is clickable or long clickable we will call the
perfrom* method and return true, which is we clicked.
2. Fixed some JavaDoc indentation.
bug:7318777
Change-Id: Id603fee378b8f7d07f1128b5641ede57640bab53
2012-10-09 16:32:50 -07:00
Adam Powell
68293b35dc
am d338b977: am db380410: am 16062128: Merge "Allow more scaling values to be tuned in resource overlays" into jb-mr1-dev
...
* commit 'd338b9775bd549bc9d7b2153e60432ac694701fa':
Allow more scaling values to be tuned in resource overlays
2012-10-09 13:32:38 -07:00
Adam Powell
db38041002
am 16062128: Merge "Allow more scaling values to be tuned in resource overlays" into jb-mr1-dev
...
* commit '160621280d7eaba7eeddc183c4c11aa49d32e30e':
Allow more scaling values to be tuned in resource overlays
2012-10-09 13:27:42 -07:00
Adam Powell
3307958c6b
Allow more scaling values to be tuned in resource overlays
...
Bug 7267507
Change-Id: I3fba6882a0ac4cb7d34430ba36dec83c030a73cd
2012-10-09 11:21:08 -07:00
Jeff Brown
131c791954
am 33c30e36: am 102e97bb: am 8f4baad3: Merge "Blank or unblank all displays as need." into jb-mr1-dev
...
* commit '33c30e36a5f2630cf7f3b2bced899009fead3460':
Blank or unblank all displays as need.
2012-10-09 00:09:35 -07:00
Jeff Brown
102e97bb6d
am 8f4baad3: Merge "Blank or unblank all displays as need." into jb-mr1-dev
...
* commit '8f4baad387d8ad63efbc05cfa8c4e4c472793deb':
Blank or unblank all displays as need.
2012-10-09 00:05:26 -07:00
Jeff Brown
9e316a1a2a
Blank or unblank all displays as need.
...
Ensures that both the internal display and HDMI are blanked
or unblanked in tandem.
Bug: 7309812
Change-Id: Ie8b96d393e8bb20d23c92f3320142d9f7cf42aff
2012-10-08 19:23:15 -07:00
Justin Koh
39952fa74b
am 4e6e0ace: am 1a7cfd67: Merge "Fix for the clearing of fling events" into jb-mr1-aah-dev
...
* commit '4e6e0ace3309d74b582e2d18e7df5e788beeb5da':
Fix for the clearing of fling events
2012-10-08 11:00:34 -07:00
Justin Koh
1a7cfd67c2
Merge "Fix for the clearing of fling events" into jb-mr1-aah-dev
2012-10-08 10:52:07 -07:00
Romain Guy
acf74db4ac
am bfb2883b: am b0f85147: am 133fcdf4: Merge "Clear draw flags when updating TextureView\'s layer Bug #7171323 " into jb-mr1-dev
...
* commit 'bfb2883b57a0eabb83d786a1f9d187a26e36d7f5':
Clear draw flags when updating TextureView's layer Bug #7171323
2012-10-07 23:44:19 -07:00
Romain Guy
b0f8514753
am 133fcdf4: Merge "Clear draw flags when updating TextureView\'s layer Bug #7171323 " into jb-mr1-dev
...
* commit '133fcdf44bccbda1fe7931bca7d911806435491b':
Clear draw flags when updating TextureView's layer Bug #7171323
2012-10-07 23:36:08 -07:00
Romain Guy
133fcdf44b
Merge "Clear draw flags when updating TextureView's layer Bug #7171323 " into jb-mr1-dev
2012-10-07 18:00:41 -07:00
Romain Guy
52b307ebc8
Clear draw flags when updating TextureView's layer
...
Bug #7171323
Finally!
Change-Id: Iefef8fb9a8ef1fe4b374005067145319312c57cf
2012-10-07 17:57:30 -07:00
Craig Mautner
8565363126
am 337aa27a: am 8ee7ac22: am 33877e15: Merge "Adds showWhenLocked attribute to Activities." into jb-mr1-dev
...
* commit '337aa27a6307e0f40705ee676551dda4bf6cb894':
Adds showWhenLocked attribute to Activities.
2012-10-07 11:55:58 -07:00
Craig Mautner
8ee7ac22e6
am 33877e15: Merge "Adds showWhenLocked attribute to Activities." into jb-mr1-dev
...
* commit '33877e15b8bfc50bd874027689a4794aa93b923d':
Adds showWhenLocked attribute to Activities.
2012-10-07 11:50:54 -07:00
Craig Mautner
33877e15b8
Merge "Adds showWhenLocked attribute to Activities." into jb-mr1-dev
2012-10-07 11:48:50 -07:00
Craig Mautner
5962b12bed
Adds showWhenLocked attribute to Activities.
...
The new attribute allows an Activity such as the alarm to appear
on all users screens.
Bug: 7213805 fixed.
Change-Id: If7866b13d88c04af07debc69e0e875d0adc6050a
2012-10-06 13:09:58 -07:00
Svetoslav Ganov
9c377bd2d6
am 481a0aac: am 88ae2e2a: am d9c99124: Merge "Incorrect temporary detach of accessibility focused view may lead to a crash." into jb-mr1-dev
...
* commit '481a0aac1f28233854ead339f0c9697eb1286653':
Incorrect temporary detach of accessibility focused view may lead to a crash.
2012-10-05 20:11:14 -07:00
Svetoslav Ganov
88ae2e2abe
am d9c99124: Merge "Incorrect temporary detach of accessibility focused view may lead to a crash." into jb-mr1-dev
...
* commit 'd9c99124d4870361c7c1e28fb78adf245eb1305a':
Incorrect temporary detach of accessibility focused view may lead to a crash.
2012-10-05 20:06:50 -07:00
Svetoslav Ganov
d9c99124d4
Merge "Incorrect temporary detach of accessibility focused view may lead to a crash." into jb-mr1-dev
2012-10-05 20:04:37 -07:00
Svetoslav Ganov
c886060272
Incorrect temporary detach of accessibility focused view may lead to a crash.
...
1. If an app naither reattaches nor removes detached view that has
accessibility focus, an exception in the drawing of accessibility
focus occurs since we are trying to compute the focused rect by
offseting the bounds of the focused view in coords of the root
but the focused one is not attached.
bug:7297191
Change-Id: Ib69d52e474b8ea365754f5311f5e809bd757dd1a
2012-10-05 18:47:13 -07:00
Svetoslav Ganov
a1a2cdf78a
am 5bfa59b3: am 82d5b6e1: am 020daada: Merge "Accessibility focus not cleared on temporary detach." into jb-mr1-dev
...
* commit '5bfa59b32fcfd09fcd66381cc7d951f156d1363b':
Accessibility focus not cleared on temporary detach.
2012-10-05 17:40:38 -07:00
Svetoslav Ganov
82d5b6e1dd
am 020daada: Merge "Accessibility focus not cleared on temporary detach." into jb-mr1-dev
...
* commit '020daada9d5311921fe3185c68f083cf4aac18f8':
Accessibility focus not cleared on temporary detach.
2012-10-05 17:36:16 -07:00
Svetoslav Ganov
020daada9d
Merge "Accessibility focus not cleared on temporary detach." into jb-mr1-dev
2012-10-05 17:33:36 -07:00
Svetoslav Ganov
8d0739da7f
Accessibility focus not cleared on temporary detach.
...
1. There was a path for removing a view without clearing its accessibility focus.
Then when we try to draw the focused rectangle we get an exception since the
accessibility focused view is not attached to the view tree when computing
the location of the rectangel to draw.
bug:7297191
Change-Id: I81e3c35e830e27cf95e73accb665629d0c456afb
2012-10-05 17:26:49 -07:00
Craig Mautner
eef14894db
am 51e461a9: am f630bd76: am 2874a540: Merge "Add flag for displaying non-user\'s Windows to user." into jb-mr1-dev
...
* commit '51e461a9853b534b3e62052923a3ea7e39a2e4c9':
Add flag for displaying non-user's Windows to user.
2012-10-05 16:21:02 -07:00
Craig Mautner
f630bd762f
am 2874a540: Merge "Add flag for displaying non-user\'s Windows to user." into jb-mr1-dev
...
* commit '2874a54068af1e7de3c1c046cc0061412daafaf8':
Add flag for displaying non-user's Windows to user.
2012-10-05 16:16:03 -07:00
Craig Mautner
2874a54068
Merge "Add flag for displaying non-user's Windows to user." into jb-mr1-dev
2012-10-05 16:14:12 -07:00
Craig Mautner
88400d3a31
Add flag for displaying non-user's Windows to user.
...
Created a new flag that indicates that a window should be shown
to all users. For the flag to be valid the owner of the window
must have system permissions.
Also separated system window types into those that show to all
users (e.g. StatusBar, Keyguard, ....) and those that appear only
to the owning users (e.g. Drag, ANR, TOAST, ...). Those that appear
only to their owner can override their default behavior using
the new flag (e.g. LowBattery).
Fixes bug 7211965.
Change-Id: I1fdca25d57b7b523f0c7f8bceb819af656c388d4
2012-10-05 15:29:25 -07:00
Romain Guy
099a1173b9
am b0625ac5: am 4a4e2c1a: am 5075f8e3: Merge "Update TextureView\'s layer on size change Bug #7171323 " into jb-mr1-dev
...
* commit 'b0625ac58dbb0cff6cb52e5f999e8b7ae2c1fb0e':
Update TextureView's layer on size change Bug #7171323
2012-10-05 15:20:28 -07:00
Romain Guy
4a4e2c1a3e
am 5075f8e3: Merge "Update TextureView\'s layer on size change Bug #7171323 " into jb-mr1-dev
...
* commit '5075f8e3237cb950104049fd8b5677e6aad0306f':
Update TextureView's layer on size change Bug #7171323
2012-10-05 15:16:30 -07:00
Romain Guy
5075f8e323
Merge "Update TextureView's layer on size change Bug #7171323 " into jb-mr1-dev
2012-10-05 15:14:07 -07:00
Jeff Brown
ed249218b1
am 4bb6d07a: am 513b8ea1: am 3f1246a2: Merge "Coordinate screen on with the window manager." into jb-mr1-dev
...
* commit '4bb6d07a8b93e37b20299374141118c07e7bc80c':
Coordinate screen on with the window manager.
2012-10-05 15:02:25 -07:00