Craig Mautner
82314aeb55
am 0a75ed08: Merge "Revert "Remove debugging statements before final ROM."" into jb-mr1-dev
...
* commit '0a75ed0805dd7f97ff058623eb8e4f4b258c44ab':
Revert "Remove debugging statements before final ROM."
2012-10-10 15:42:09 -07:00
Craig Mautner
0a75ed0805
Merge "Revert "Remove debugging statements before final ROM."" into jb-mr1-dev
2012-10-10 15:38:58 -07:00
Svetoslav Ganov
cafd061ae7
am f864401c: Merge changes I00665385,Ic76db232 into jb-mr1-dev
...
* commit 'f864401cfa1fdf863003f9d2d624fd742f7b5f4b':
Send accessibility notification events only for the current user.
No sound produced on global actions dialog pops up if no vibrator is present.
2012-10-10 15:38:57 -07:00
Svetoslav Ganov
f864401cfa
Merge changes I00665385,Ic76db232 into jb-mr1-dev
...
* changes:
Send accessibility notification events only for the current user.
No sound produced on global actions dialog pops up if no vibrator is present.
2012-10-10 15:36:30 -07:00
Chris Craik
63b57ef1f6
am c1940167: Merge "Use the original caller pid for computing visibility" into jb-mr1-dev
...
* commit 'c1940167109098b5748cde025e49575c6515e490':
Use the original caller pid for computing visibility
2012-10-10 15:14:04 -07:00
Chris Craik
c194016710
Merge "Use the original caller pid for computing visibility" into jb-mr1-dev
2012-10-10 15:11:24 -07:00
Svetoslav Ganov
3c409d5bfa
am 33ee2900: Merge "Update to accessibility toggle message." into jb-mr1-dev
...
* commit '33ee29000f4411265d975b5910ed94a5e0f10edf':
Update to accessibility toggle message.
2012-10-10 15:05:29 -07:00
Svetoslav Ganov
33ee29000f
Merge "Update to accessibility toggle message." into jb-mr1-dev
2012-10-10 15:02:44 -07:00
Fabrice Di Meglio
ee65e1d356
am 7573b1ee: Merge "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)" into jb-mr1-dev
...
* commit '7573b1ee8997709eae23f5b3bdee849de7380e34':
Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)
2012-10-10 15:00:05 -07:00
Svetoslav Ganov
c31ed39e7a
Send accessibility notification events only for the current user.
...
1. The notification manager service is firing accessibility events
for notification for a background user. Events for the current
user's notifications should be sent.
bug:7326302
Change-Id: I00665385ba2106f161928dad1b76536c93c17f27
2012-10-10 14:58:33 -07:00
Fabrice Di Meglio
7573b1ee89
Merge "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)" into jb-mr1-dev
2012-10-10 14:57:08 -07:00
Chris Craik
3198ef3f97
Use the original caller pid for computing visibility
...
bug:7325771
Make Strict mode violations flicker the screen for visible app correctly.
Change-Id: I293dc9e945cb0366a1cd7b63a5b746159aab7c74
2012-10-10 14:52:30 -07:00
Jeff Sharkey
21973701af
am 0dd0b144: Merge "Include all accounts in dumpsys." into jb-mr1-dev
...
* commit '0dd0b1447c28f095265c6c108ccb7cdb4f87832c':
Include all accounts in dumpsys.
2012-10-10 14:32:00 -07:00
Jeff Sharkey
0dd0b1447c
Merge "Include all accounts in dumpsys." into jb-mr1-dev
2012-10-10 14:29:32 -07:00
Fabrice Di Meglio
fbc21e126f
Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)
...
- fix LayoutParams resolution for LinearLayout only
- apply onResolveLayoutDirection() in both measureHorizontal() and
measureVertical()
Change-Id: I5fcded9a79cd9aaeb0e12da7fd14176b71ba2fb6
2012-10-10 14:19:12 -07:00
Svetoslav Ganov
743c0eb6c0
am 9ea6343f: Merge "The active window for accessibility purposes can be miscomputed." into jb-mr1-dev
...
* commit '9ea6343fa4dc6c0e2144880594fa7a80f94c31f3':
The active window for accessibility purposes can be miscomputed.
2012-10-10 14:18:12 -07:00
Svetoslav Ganov
96179213ba
No sound produced on global actions dialog pops up if no vibrator is present.
...
1. If the global gesture to enable accessibility is enabled there should
be a haptic or auditory feedback after the global actions dialog pops up
as a result of a long press on power. On devices with no vibrator an
attempt to vibrate was performed evne if not hardware support exists
As a result no sound was played because the it was assumed a haptic
feedback was provided.
bug:7324903
Change-Id: Ic76db232d761a2899c1ca5f59ca55ff15ae575dd
2012-10-10 14:17:50 -07:00
Svetoslav Ganov
9ea6343fa4
Merge "The active window for accessibility purposes can be miscomputed." into jb-mr1-dev
2012-10-10 14:15:14 -07:00
Jeff Sharkey
6eb9620ff2
Include all accounts in dumpsys.
...
Allow accounts to be loaded when a user is stopped, but always
validate accounts against a freshly queried PMS cache when the user
actually starts.
Bug: 7276595
Change-Id: I0382064c73123c243bc6f6e5da8fc3d0a8b73442
2012-10-10 14:06:23 -07:00
Craig Mautner
64ecc0e101
Revert "Remove debugging statements before final ROM."
...
The bug cropped up again. Need these statements to pin it down.
This reverts commit f1f3b49b949af72692f7f85a1c1ef220e8630e30
Change-Id: Ie0548232daff32ee2541249b0950e23bd98c08d2
2012-10-10 13:22:10 -07:00
Svetoslav Ganov
6ae8a24fc0
The active window for accessibility purposes can be miscomputed.
...
1. The active window is the one that the user touches or the one
that has input focus. We recognize the user touching a window
by the received accessibility hover events and the user not
touching the screen by a call from the touch explorer. It is
possible that the user touches window that does not have
input focus and as soon as he lifts finger the active one
will become the window that has input focus but now we get
he hover accessibility events from the touched window which
incorrectly changes the active window to be the touched one.
Note that at this point the user is not touching the screen.
bug:7298484
Change-Id: Ife035a798a6e68133f9220eeeabdfcd35a431b56
2012-10-10 13:09:04 -07:00
Craig Mautner
2b02564bfd
am fa5bc081: Merge "Increase window freeze timeout for bigger screens." into jb-mr1-dev
...
* commit 'fa5bc081593891959c143e0de9e59dd076a47b42':
Increase window freeze timeout for bigger screens.
2012-10-10 12:44:23 -07:00
Craig Mautner
fa5bc08159
Merge "Increase window freeze timeout for bigger screens." into jb-mr1-dev
2012-10-10 12:42:18 -07:00
Matthew Xie
e8d275392d
am ccf9ef60: Merge "Reduce android.bluetooth package debug messages" into jb-mr1-dev
...
* commit 'ccf9ef605e1195d3748459cc3d4dc3baa953252e':
Reduce android.bluetooth package debug messages
2012-10-10 12:16:14 -07:00
Matthew Xie
ccf9ef605e
Merge "Reduce android.bluetooth package debug messages" into jb-mr1-dev
2012-10-10 12:14:08 -07:00
Casey Burkhardt
8af30c0ee5
Update to accessibility toggle message.
...
Change-Id: I9957b86f3424d800b1b9804dc77f5bc5b728922b
2012-10-10 10:51:56 -07:00
Craig Mautner
7dfcb01820
Increase window freeze timeout for bigger screens.
...
More pixels take longer. Timeout was occurring before Status and
Navigation Bars were finished drawing causing them to animate in
during rotations.
Bug 7307718 fixed.
Change-Id: Iccf27b6172d0c9831690cc2fcf93027a40b705d8
2012-10-10 10:24:47 -07:00
Zhihai Xu
5ac5815737
am 25144566: Merge "Bluetooth multi-user updates: change bluetooth manager system service to reject background user access. disable and enable Bluetooth when user is switched" into jb-mr1-dev
...
* commit '251445667ce045c4425c10fb24e3e23f90a210c0':
Bluetooth multi-user updates: change bluetooth manager system service to reject background user access. disable and enable Bluetooth when user is switched
2012-10-10 09:55:41 -07:00
Zhihai Xu
251445667c
Merge "Bluetooth multi-user updates: change bluetooth manager system service to reject background user access. disable and enable Bluetooth when user is switched" into jb-mr1-dev
2012-10-10 09:52:33 -07:00
Ken Wakasa
b8e6a9724e
am 1a5f387b: Merge "Revert "Don\'t update the text services locale in the main thread"" into jb-mr1-dev
...
* commit '1a5f387bcf26a6845a4fa744b8f54449ae70082f':
Revert "Don't update the text services locale in the main thread"
2012-10-10 09:35:12 -07:00
Ken Wakasa
1a5f387bcf
Merge "Revert "Don't update the text services locale in the main thread"" into jb-mr1-dev
2012-10-10 09:32:36 -07:00
Geremy Condra
2b5541cbaf
am ba683efa: am 3f542740: (-s ours) am c2e3be5a: Merge "DO NOT MERGE Control access to inherited methods of jsinterface objects" into jb-dev
...
* commit 'ba683efa4134c36f1cf1e7c5ef447ce7068f64c6':
DO NOT MERGE Control access to inherited methods of jsinterface objects
2012-10-10 09:20:36 -07:00
Geremy Condra
0b7ee87293
am 96a294de: am dadea723: (-s ours) am a22000d2: Merge "DO NOT MERGE remove defunct javascript interface" into jb-dev
...
* commit '96a294de1f0c6b86499531f990b6a60ed1c24459':
DO NOT MERGE remove defunct javascript interface
2012-10-10 09:20:33 -07:00
Dirk Dougherty
4fd178d28b
am 1ed1a440: am 0c9c8d0a: am 137b8f4c: am f761a9a6: Merge "Doc change: edits to TV tablet story." into jb-dev-docs
...
* commit '1ed1a44073816d288e6bfda5d575ed9a692626a7':
Doc change: edits to TV tablet story.
2012-10-10 09:20:29 -07:00
Dirk Dougherty
0370377f36
am 8ff081d2: am 8048b9ec: am 28a40e01: am aa0d43ba: Merge "Doc change: Link to AVDs docs from tablet quality checklist." into jb-dev-docs
...
* commit '8ff081d204a0624c793f75082877aedcf6a999ca':
Doc change: Link to AVDs docs from tablet quality checklist.
2012-10-10 09:20:24 -07:00
Geremy Condra
ba683efa41
am 3f542740: (-s ours) am c2e3be5a: Merge "DO NOT MERGE Control access to inherited methods of jsinterface objects" into jb-dev
...
* commit '3f542740065f3708f70acb48dd93651ed896e029':
DO NOT MERGE Control access to inherited methods of jsinterface objects
2012-10-10 09:17:59 -07:00
Geremy Condra
96a294de1f
am dadea723: (-s ours) am a22000d2: Merge "DO NOT MERGE remove defunct javascript interface" into jb-dev
...
* commit 'dadea723a3e4485d2ee450ce76e772da33477f80':
DO NOT MERGE remove defunct javascript interface
2012-10-10 09:17:56 -07:00
Dirk Dougherty
1ed1a44073
am 0c9c8d0a: am 137b8f4c: am f761a9a6: Merge "Doc change: edits to TV tablet story." into jb-dev-docs
...
* commit '0c9c8d0a065ca56676e09688c0f643904eac1c69':
Doc change: edits to TV tablet story.
2012-10-10 09:17:49 -07:00
Dirk Dougherty
8ff081d204
am 8048b9ec: am 28a40e01: am aa0d43ba: Merge "Doc change: Link to AVDs docs from tablet quality checklist." into jb-dev-docs
...
* commit '8048b9ec0c1ecc7fbe557105b87ba21329fe6169':
Doc change: Link to AVDs docs from tablet quality checklist.
2012-10-10 09:17:48 -07:00
Ken Wakasa
72fa0b35c5
Revert "Don't update the text services locale in the main thread"
...
This reverts commit 8fa0838bf82f43acfabc0e7fe9471e488a97796b
Change-Id: Ie790ae6dcb33d05d1fbf86c8ef28aec6fe60793a
2012-10-10 09:17:18 -07:00
Marco Nelissen
450b713e83
am 437e9cc3: Merge "Adjust buffer position after copying" into jb-mr1-dev
...
* commit '437e9cc388da5e289f38172c6164e7ad7962272b':
Adjust buffer position after copying
2012-10-10 08:34:00 -07:00
Jeff Brown
3f0d958021
am f6138f07: Merge "Don\'t consider the boot completed until the animation is over." into jb-mr1-dev
...
* commit 'f6138f0720e678f236fe8c442a7660a955da9d10':
Don't consider the boot completed until the animation is over.
2012-10-10 08:33:57 -07:00
Jeff Sharkey
62dee3d8eb
am 0fca2a3e: Merge "Fix build, only invalidate when creating user." into jb-mr1-dev
...
* commit '0fca2a3e229b3909b389882873d5894a0008f485':
Fix build, only invalidate when creating user.
2012-10-10 08:33:52 -07:00
Jeff Sharkey
45ed828ae2
am c85e16ca: Merge "Make RegisteredServicesCache multi-user aware." into jb-mr1-dev
...
* commit 'c85e16cafb777607e6c38e1843c5fa194b8086b3':
Make RegisteredServicesCache multi-user aware.
2012-10-10 08:33:49 -07:00
Satoshi Kataoka
27e2b6c25f
am 0aaffb14: Merge "Don\'t update the text services locale in the main thread" into jb-mr1-dev
...
* commit '0aaffb14c8e243433bab1a1bd5773005f0f17699':
Don't update the text services locale in the main thread
2012-10-10 08:33:45 -07:00
Yu Shan Emily Lau
d2e2685b71
am d175a75d: Merge "Instead of collecting the procmem output in the test, change it as optional. This is to avoid the tool breakage will block the whole memory test sutie." into jb-mr1-dev
...
* commit 'd175a75d9f4d0b0d32db8ccaeead935687072605':
Instead of collecting the procmem output in the test, change it as optional. This is to avoid the tool breakage will block the whole memory test sutie.
2012-10-10 08:33:41 -07:00
Svetoslav Ganov
d849afb172
am a726e23d: Merge "Cannot force a shown item from an ActionMode into the overflow menu." into jb-mr1-dev
...
* commit 'a726e23d7b13824ede2cdc185ce846238d348604':
Cannot force a shown item from an ActionMode into the overflow menu.
2012-10-10 08:33:37 -07:00
Marco Nelissen
437e9cc388
Merge "Adjust buffer position after copying" into jb-mr1-dev
2012-10-10 08:06:58 -07:00
Jeff Brown
f6138f0720
Merge "Don't consider the boot completed until the animation is over." into jb-mr1-dev
2012-10-10 00:35:20 -07:00
Jeff Sharkey
0fca2a3e22
Merge "Fix build, only invalidate when creating user." into jb-mr1-dev
2012-10-10 00:09:52 -07:00