Charles Chen
e228b5b920
am 4c38e24a: Merge "Don\'t alter accessibility JS APIs unless a page is about to load." into jb-mr1-dev
...
* commit '4c38e24afb0fe68d6e9f6e924e6426808be2611a':
Don't alter accessibility JS APIs unless a page is about to load.
2012-10-12 13:49:39 -07:00
Charles Chen
4c38e24afb
Merge "Don't alter accessibility JS APIs unless a page is about to load." into jb-mr1-dev
2012-10-12 13:46:09 -07:00
Amith Yamasani
bede7587df
am fe49af26: Merge "Temporarily disable multiuser for specific builds" into jb-mr1-dev
...
* commit 'fe49af266ea09bb83438c7694051bc950c5c7437':
Temporarily disable multiuser for specific builds
2012-10-12 13:15:18 -07:00
Amith Yamasani
fe49af266e
Merge "Temporarily disable multiuser for specific builds" into jb-mr1-dev
2012-10-12 13:13:25 -07:00
Amith Yamasani
ff54920ed2
Temporarily disable multiuser for specific builds
...
Enable switching through power menu for other builds
Change-Id: I0bd8450583e078b0a83fb639337427ab84db5ab8
2012-10-12 12:44:49 -07:00
alanv
03e636f33d
Don't alter accessibility JS APIs unless a page is about to load.
...
Previously we were adding and removing the APIs on window attach and
detach, but a page's life cycle is not related to attach/detach. This
patch also ensures that ChromeVox is not null before calling. Includes
formatting fixes and extra comments in the waitForResultTimedLocked
method to improve readability. Fixes parsing of integer resultId, which
was being parsed using Long.
Bug: 7328348
Change-Id: I6b81a8e4d8209f8e99419da9b8250abe57e25048
2012-10-12 11:42:37 -07:00
Fabrice Di Meglio
a1d72e15f6
am 6ffbe600: Merge "Fix bug #7325609 FragmentBreadCrumbs should be RTL-aware" into jb-mr1-dev
...
* commit '6ffbe600696396a0444f20f61223923146e9520b':
Fix bug #7325609 FragmentBreadCrumbs should be RTL-aware
2012-10-12 11:42:17 -07:00
Fabrice Di Meglio
6ffbe60069
Merge "Fix bug #7325609 FragmentBreadCrumbs should be RTL-aware" into jb-mr1-dev
2012-10-12 11:39:23 -07:00
Fabrice Di Meglio
3cc10f420f
Fix bug #7325609 FragmentBreadCrumbs should be RTL-aware
...
- add horizontal gravity support
- use gravity for doing layout depending on layout direction
Change-Id: I562e824d15da9b00e1392f125b293aee21f8ee16
2012-10-11 19:17:39 -07:00
John Reck
be0786ae0b
am b746febc: Merge "Center text selection point to avoid rounding glitches" into jb-mr1-dev
...
* commit 'b746febca2e3f21704556647cd987fdf902fb779':
Center text selection point to avoid rounding glitches
2012-10-11 18:27:56 -07:00
John Reck
b746febca2
Merge "Center text selection point to avoid rounding glitches" into jb-mr1-dev
2012-10-11 18:25:55 -07:00
John Reck
9fcef3d023
Center text selection point to avoid rounding glitches
...
Bug: 7313424
Change-Id: I5356bec61e3d1244b506486300f059aa0bba6d9e
2012-10-11 18:08:03 -07:00
Jeff Brown
1984e8c096
am 3da6c219: Merge "Do not launch Somnambulator as a dock app." into jb-mr1-dev
...
* commit '3da6c219a8b1acebbfd8a56ee31b5d91d0425dc4':
Do not launch Somnambulator as a dock app.
2012-10-11 17:23:55 -07:00
Svetoslav Ganov
407ce197e8
am 3003bada: Merge "Check whether ChromeVox is ready before attempting to call it." into jb-mr1-dev
...
* commit '3003bada607b64ecf3a405b48da3528c4331e7c6':
Check whether ChromeVox is ready before attempting to call it.
2012-10-11 17:23:52 -07:00
Jeff Brown
3da6c219a8
Merge "Do not launch Somnambulator as a dock app." into jb-mr1-dev
2012-10-11 17:17:06 -07:00
Svetoslav Ganov
3003bada60
Merge "Check whether ChromeVox is ready before attempting to call it." into jb-mr1-dev
2012-10-11 17:14:34 -07:00
Svetoslav Ganov
50cf95fc7d
am 87c6f9a5: Merge "This is wrong since it fixed the symptom not the problem. Alan is uploading a correct patch." into jb-mr1-dev
...
* commit '87c6f9a528aa921520da596805607caad76143b4':
This is wrong since it fixed the symptom not the problem. Alan is uploading a correct patch.
2012-10-11 17:14:06 -07:00
Svetoslav Ganov
87c6f9a528
Merge "This is wrong since it fixed the symptom not the problem. Alan is uploading a correct patch." into jb-mr1-dev
2012-10-11 17:12:07 -07:00
alanv
d8faf74662
Check whether ChromeVox is ready before attempting to call it.
...
Calls to performAction will immediately return false if ChromeVox is not
loaded. Also adds additional debugging output.
Bug: 7328657
Change-Id: I5bd7c69ccc9500cebaa4a8c1bf023794f4eebe2e
2012-10-11 16:48:32 -07:00
Svetoslav Ganov
d1821cc06f
This is wrong since it fixed the symptom not the problem. Alan is uploading a correct patch.
...
Revert "Reducing WebView navigation timeout for accessibility."
This reverts commit 2203cf3f72
Change-Id: I5b2d999851af98acb953529ebfcda608ce27799d
2012-10-11 16:46:33 -07:00
Jeff Brown
11159e9a78
Do not launch Somnambulator as a dock app.
...
Fixes a black flash that occurred when the device was docked
because the UiModeManagerService was launching the Somnambulator
to start the dream when docked. This caused an unnecessary
activity transition and could in fact make dreaming less
reliable than if the UiModeManagerService started the dream itself.
Moved common code from UiModeManagerService and Somnambulator
to Sandman to ensure it is kept in sync.
Bug: 7328545
Change-Id: I46102784e2ab1acc0241d43a48abf0581278af24
2012-10-11 16:29:41 -07:00
clchen
6f3feefee7
am 4574df0c: Merge "Reducing WebView navigation timeout for accessibility." into jb-mr1-dev
...
* commit '4574df0c1561609785b3ce994c0135276e4d1b4b':
Reducing WebView navigation timeout for accessibility.
2012-10-11 16:19:35 -07:00
clchen
4574df0c15
Merge "Reducing WebView navigation timeout for accessibility." into jb-mr1-dev
2012-10-11 16:16:56 -07:00
clchen
2203cf3f72
Reducing WebView navigation timeout for accessibility.
...
Reducing the amount of time that WebView will wait before treating
a navigation attempt as failed. This is needed to recover from
cases where the user is attempting to linearly navigate a WebView
that is immediately switched out right as it starts to read.
A good example of this problem is AdMob's WebViews which are
continuously being swapped.
Change-Id: Ib9b4a9b99a35d42920e34e0acbe8ab45e1d47871
2012-10-11 16:13:00 -07:00
Jonathan Dixon
207b5e1722
am 402099f7: Merge "Unhide setPictureListener" into jb-mr1-dev
...
* commit '402099f7861f306c2dd7c561bdc19b8f65d79b65':
Unhide setPictureListener
2012-10-11 15:44:17 -07:00
Jonathan Dixon
402099f786
Merge "Unhide setPictureListener" into jb-mr1-dev
2012-10-11 15:41:39 -07:00
Winson Chung
a58800d153
am 4cce397c: Merge "Letting partial update fall through if the widget has not received a full update yet. (Bug 7214731)" into jb-mr1-dev
...
* commit '4cce397c0dab44cf7b1b657d0e5410b5970eef55':
Letting partial update fall through if the widget has not received a full update yet. (Bug 7214731)
2012-10-11 14:58:47 -07:00
Winson Chung
4cce397c0d
Merge "Letting partial update fall through if the widget has not received a full update yet. (Bug 7214731)" into jb-mr1-dev
2012-10-11 14:56:56 -07:00
Adam Powell
4e5efaef79
am 49dbc161: Merge "Revert "Fixed group and child view caching in SimpleExpandableListAdapter."" into jb-mr1-dev
...
* commit '49dbc1617c5e0ea56d5568fdcbfe9a771671567a':
Revert "Fixed group and child view caching in SimpleExpandableListAdapter."
2012-10-11 14:37:02 -07:00
Adam Powell
49dbc1617c
Merge "Revert "Fixed group and child view caching in SimpleExpandableListAdapter."" into jb-mr1-dev
2012-10-11 14:32:50 -07:00
Winson Chung
6611988429
Letting partial update fall through if the widget has not received a full update yet. (Bug 7214731)
...
Change-Id: I4da99c259df51f8f66d3ade1156040bd0360ca5d
2012-10-11 14:27:03 -07:00
Adam Powell
77ace2ef69
Revert "Fixed group and child view caching in SimpleExpandableListAdapter."
...
This reverts commit b49e4d63d1 .
This produced problems with app compatibility. The boolean array
introduced in this patch is never resized and can cause applications
expecting different behavior to crash with index out of bounds
exceptions.
This looks like a good path but it will need to be revisted later.
Bug 7221618
2012-10-11 14:26:21 -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
Jonathan Dixon
96a1b3cf67
Unhide setPictureListener
...
The replacement isn't available yet, so we need to leave this in for now.
BUG: 7332831
Change-Id: I311c44c45ef71461572afbe4060d134cdaefd3ae
2012-10-11 14:00:50 -07:00
Jeff Sharkey
1cf5bd2aeb
am 26e3f3df: Merge "Database cleanup needs to happen for all users." into jb-mr1-dev
...
* commit '26e3f3df8761ee3c75155ca848d29cfe820a2a8c':
Database cleanup needs to happen for all users.
2012-10-11 11:15:33 -07:00
Jeff Sharkey
26e3f3df87
Merge "Database cleanup needs to happen for all users." into jb-mr1-dev
2012-10-11 11:13:30 -07:00
Jeff Sharkey
8f55d11298
Database cleanup needs to happen for all users.
...
Bug: 6970084
Change-Id: I9a6f1cbaf095b245ec9707a90c518256e0aa1f5f
2012-10-11 11:00:28 -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
Dianne Hackborn
ff363aa967
am 2a3e1ffd: Merge "More on issue #7318666 : hide developer options from user build" into jb-mr1-dev
...
* commit '2a3e1ffd0f1c369a39f5321a54206d36beab31b9':
More on issue #7318666 : hide developer options from user build
2012-10-11 10:46:34 -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
Dianne Hackborn
2a3e1ffd0f
Merge "More on issue #7318666 : hide developer options from user build" into jb-mr1-dev
2012-10-11 10:44:37 -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
Jeff Brown
d2d7d5c890
am 60fa4617: Merge changes I50eb7dcf,I7ae92ce1,Icb22db1c into jb-mr1-dev
...
* commit '60fa4617bc4be292a9e0ae10cf259153dec07aa9':
Don't enable input dispatch until the screen is visible.
Dejank electron beam.
Don't process UEvents in Dalvik unless they match a pattern.
2012-10-10 23:26:05 -07:00
Daniel Sandler
cd70a4c23c
am 6918d9f9: Merge "Remove Dream windows immediately." into jb-mr1-dev
...
* commit '6918d9f970989f1e5ca5a03b04d10a4c890721e9':
Remove Dream windows immediately.
2012-10-10 23:25:58 -07:00
Jeff Brown
60fa4617bc
Merge changes I50eb7dcf,I7ae92ce1,Icb22db1c into jb-mr1-dev
...
* changes:
Don't enable input dispatch until the screen is visible.
Dejank electron beam.
Don't process UEvents in Dalvik unless they match a pattern.
2012-10-10 23:06:15 -07:00
Daniel Sandler
6918d9f970
Merge "Remove Dream windows immediately." into jb-mr1-dev
2012-10-10 22:58:59 -07:00
Amith Yamasani
c97332cb87
am 31cee479: Merge "Fix a runtime restart when cycling between 4 users" into jb-mr1-dev
...
* commit '31cee479fc43fc422b481f6360fa499a7b4fc70a':
Fix a runtime restart when cycling between 4 users
2012-10-10 22:40:01 -07:00
Amith Yamasani
9535c915b6
Fix a runtime restart when cycling between 4 users
...
Some refactoring in Sync Manager caused mUserManager to be initialized too late.
Make sure this is initialized in the constructor now.
Bug: 7328386
Change-Id: Ic67915e172c3b8ef368852147667287e38c0213b
2012-10-10 21:48:33 -07:00