John Spurlock
0d03d08819
am cfc1a5ee: Merge "Shorten the zen supertoast visible duration." into lmp-dev
...
* commit 'cfc1a5eec4bb331e22f0492c1a9b7a7f898b8960':
Shorten the zen supertoast visible duration.
2014-09-26 01:51:09 +00:00
Dianne Hackborn
8ef17faf1c
am 34b63d50: Merge "Fix issue #17574819 : Chrome browser process is killed..." into lmp-dev
...
* commit '34b63d50c6e9e999eb8d5349084c12e907fb2d2d':
Fix issue #17574819 : Chrome browser process is killed...
2014-09-26 01:51:04 +00:00
Jesse Hall
9b80323a7a
am 7fa90f6a: Merge "bootanimation: allow animation to specify background color" into lmp-dev
...
* commit '7fa90f6ae5c04d96b3210a45898d1e7a8f5ef8e6':
bootanimation: allow animation to specify background color
2014-09-26 01:51:01 +00:00
Svetoslav
c569d35945
Using wrong virtual view id When prefetching accessibility nodes.
...
When getting an accessibility node info we also prefetch its predecessors,
siblings and descendants up to fifty. If a view has a node provider, i.e.
virtual descendants, and the id of the virtual descendant is not specified
we use a speacial constant to refer that the provider should create a node
for its hosting view. The bug was that we were not using the correct constant
when calling into the provider.
bug:17664111
Change-Id: I4f6b2333e1e7e3e2bb6b164c0752613417c60d16
2014-09-25 18:46:33 -07:00
John Spurlock
bec9f45b63
Merge "Shorten the zen supertoast visible duration." into lmp-dev
2014-09-26 01:44:03 +00:00
Justin Koh
1c487938c4
am 04c6d73f: Revert "DO NOT MERGE Fix race condition between binder deaths"
...
* commit '04c6d73fd0e4472505275688ef8497bc6697647c':
Revert "DO NOT MERGE Fix race condition between binder deaths"
2014-09-26 01:41:55 +00:00
Dianne Hackborn
2d1cc18763
Merge "Fix issue #17574819 : Chrome browser process is killed..." into lmp-dev
2014-09-26 01:41:54 +00:00
Jesse Hall
fbe3d39dd5
Merge "bootanimation: allow animation to specify background color" into lmp-dev
2014-09-26 01:38:04 +00:00
Svetoslav
d9567847fb
am 5d5ee54e: Merge "Invalid active window if temporary disabling accessibility for test tools." into lmp-dev
...
* commit '5d5ee54ee25cadca06afb7ebf738bc88b7d20d9a':
Invalid active window if temporary disabling accessibility for test tools.
2014-09-26 01:36:46 +00:00
Dianne Hackborn
cd97c96734
Fix issue #17574819 : Chrome browser process is killed...
...
...in background due to dying renderer process
Completely turn this off, for now.
Change-Id: I028eefc9b7e627d29569ef72d9ab940ac5960c7c
2014-09-25 18:34:02 -07:00
Justin Koh
04c6d73fd0
Revert "DO NOT MERGE Fix race condition between binder deaths"
...
This reverts commit 8828d86e79424fc1c7b7d1f908e3450879d5cea0.
Change-Id: I211f7b78a286868d8441323ff3c9cf4d7482fb61
2014-09-26 01:29:17 +00:00
Svetoslav
54b0a05b00
Merge "Invalid active window if temporary disabling accessibility for test tools." into lmp-dev
2014-09-26 01:28:36 +00:00
Dianne Hackborn
042b32c8d2
am 0b1eb9d4: Merge "Work on issue #17656716 : Unhandled exception in Window Manager" into lmp-dev
...
* commit '0b1eb9d4ae339629fbbf226160896a917cad4d0d':
Work on issue #17656716 : Unhandled exception in Window Manager
2014-09-26 01:24:14 +00:00
Alan Viverette
10db809f24
am a9ac89a3: Merge "Correctly advertise accessibility scrolling actions" into lmp-dev
...
* commit 'a9ac89a3fa9291553edb72f4557dcff9e77863ae':
Correctly advertise accessibility scrolling actions
2014-09-26 01:24:10 +00:00
Craig Mautner
6ae7ea942f
am 8828d86e: DO NOT MERGE Fix race condition between binder deaths
...
* commit '8828d86e79424fc1c7b7d1f908e3450879d5cea0':
DO NOT MERGE Fix race condition between binder deaths
2014-09-26 01:20:54 +00:00
Dianne Hackborn
a7b1595c25
Merge "Work on issue #17656716 : Unhandled exception in Window Manager" into lmp-dev
2014-09-26 01:15:02 +00:00
Alan Viverette
80c0bbe82c
Merge "Correctly advertise accessibility scrolling actions" into lmp-dev
2014-09-26 01:13:13 +00:00
Sailesh Nepal
d73e59695b
am 7461b5a0: Merge "Adding support for Cdma conference calling." into lmp-dev
...
* commit '7461b5a019dca6e02f1ddba0f75a6548e40fb632':
Adding support for Cdma conference calling.
2014-09-26 01:04:56 +00:00
Adam Lesinski
86641af81d
am 0a6c5ea4: Merge "AAPT: Fix issue with synthesized resource not actually showing up" into lmp-dev
...
* commit '0a6c5ea412bc1e49aa1e98a6a3fe268081883d4a':
AAPT: Fix issue with synthesized resource not actually showing up
2014-09-26 01:04:51 +00:00
Martijn Coenen
56a3e67433
Add hidden API to disable NFC (optional persist).
...
Bug: 17298769
Change-Id: I1fa59592a34f1207731dc75d2e548b3e614d94f5
2014-09-25 18:02:27 -07:00
Craig Mautner
8828d86e79
DO NOT MERGE Fix race condition between binder deaths
...
If a Binder dies there is a race between activity manager and window
manager to see who can handle the binderDied call first. If the
activity manager wins the race it will remove the activity and task
but leave the windows around. Until the WindowState.binderDied call
is made and all animation is complete the windows will try to access
the task that they were associated with.
This fix removes the windows of an activity when the activity is
removed. It also defers removal of the activity and task until
exiting windows have completed their animation.
Fixes bug 17031518.
Change-Id: Idf52f55c5feb0cad4e3664ef2eae5b7e95bbf490
(cherry picked from commit 5acd163b828d5b26408eb3a7904d750a1570239e)
2014-09-26 01:01:42 +00:00
Deepanshu Gupta
04861ed488
am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '91043364b95fe58225437e2220d497ef6e33edf6':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:59:08 +00:00
Deepanshu Gupta
f103317499
am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '93b185e39c5e6a90d413ffa5a2eea740feb7364b':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:58:23 +00:00
Deepanshu Gupta
9fcacf52d0
am a6e2f226: am 14ffff15: am c8cbff8b: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit 'a6e2f22666db39df527cf6698abc2420c208f02c':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:58:18 +00:00
Sailesh Nepal
e6ae3fde43
Merge "Adding support for Cdma conference calling." into lmp-dev
2014-09-26 00:56:10 +00:00
Philip Nowell
d561913798
Corrects a typo that identified XXXHIGH as 560 dpi instead of 640.
...
Change-Id: I8b5ac84431d378f0e43be8d19920fd6ba335ebc6
2014-09-26 00:54:32 +00:00
Adam Lesinski
663a52d68a
Merge "AAPT: Fix issue with synthesized resource not actually showing up" into lmp-dev
2014-09-26 00:51:36 +00:00
Dianne Hackborn
017c6a28be
Work on issue #17656716 : Unhandled exception in Window Manager
...
Create descriptive errors when sending unreasonably large
parcels through IPC.
Change-Id: Ie93b5372a8ed87541db282876c4eeeae69a1e8bd
2014-09-25 17:48:44 -07:00
Deepanshu Gupta
a39b3b25b9
am 08523e68: am 43214e0c: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '08523e680e1ec1e4ec521c7e732e60fd85f553a4':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:48:26 +00:00
Deepanshu Gupta
a6e2f22666
am 14ffff15: am c8cbff8b: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '14ffff154f974bb169b3449ad24c508c836c670c':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:47:02 +00:00
Deepanshu Gupta
91043364b9
am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '52be792bad7cbd059daab02a23e28ef1df61f2ce':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:46:07 +00:00
Deepanshu Gupta
93b185e39c
am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '363f4d4e2a53774b7b7c1ea995fc912291f5b84e':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:45:42 +00:00
Deepanshu Gupta
52be792bad
am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '27d3b9264e2dcfb86400a60891a5e39cdf027d55':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:36:41 +00:00
Deepanshu Gupta
14ffff154f
am c8cbff8b: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit 'c8cbff8bdc6c8e61a177eeb1aa728038e0aa86dd':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:35:59 +00:00
Deepanshu Gupta
ac892f688f
am 803a59ca: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '803a59cae71f8b5a76a48c73579ee6d3d34a78f7':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:34:44 +00:00
Deepanshu Gupta
363f4d4e2a
am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '8bf221bd706a1bcb18f2c14cacbe4edbbc0a3a61':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:34:21 +00:00
Deepanshu Gupta
08523e680e
am 43214e0c: Fix error when using list as actionBarNavMode. [DO NOT MERGE]
...
* commit '43214e0c19c13acbf1ecd714167abf03283d54ef':
Fix error when using list as actionBarNavMode. [DO NOT MERGE]
2014-09-26 00:34:13 +00:00
Adam Powell
9cd82d061a
am da7f9bab: Merge "Always show the name of the last used Home app in ResolverActivity" into lmp-dev
...
* commit 'da7f9bab0206c237f3d70b3b23eeaab41f478eb1':
Always show the name of the last used Home app in ResolverActivity
2014-09-26 00:16:41 +00:00
John Spurlock
9d1d07551b
Shorten the zen supertoast visible duration.
...
Bug:16215680
Change-Id: I7ac8e9637b7bf8eae55b0902c60ddc9d513f20a3
2014-09-25 20:14:41 -04:00
Adam Powell
66f5a13f92
Merge "Always show the name of the last used Home app in ResolverActivity" into lmp-dev
2014-09-26 00:07:31 +00:00
Dianne Hackborn
b8b5bfcb1e
am fcc42e8f: Merge "Fix issue #17661444 : Persistent service not automatically restarted" into lmp-dev
...
* commit 'fcc42e8f3375a35dfc92af41fe9303359af84626':
Fix issue #17661444 : Persistent service not automatically restarted
2014-09-26 00:00:33 +00:00
Igor Murashkin
51dcfd65a6
camera2: Fix race conditions and deadlocks around configuration
...
Fixes an illegal state exception that sometimes occurs during
configuration. Fixes a deadlock during unconfiguration. Fixes
the idle handler never being run during configuration.
Bug: 17628736
Change-Id: Id2c5e416f96fcbac9c718fca3cc2cf21734bc6a4
2014-09-25 16:57:18 -07:00
Svetoslav
3f92ffc369
Invalid active window if temporary disabling accessibility for test tools.
...
If accessibility is enabled and a test tool based on the accessibility APIs
connects to the system we suspend the current accessibility services while
the tool is running (to avoid inteference as the tool is such a service) and
after the tool disconnects we restore the accessibility state. The issue is
that when clearing the accessibility state we were also wrongly clearing the
active window. We are now careful to not clear the active window in such a
case.
It is also possible that the active window was never initilaized before the
tool is run so now it is lazily loaded such that if we do not know which one
it is, we get the one the has input focus. The definition of an active window
is the one that has input focus or the user is touching.
bug:17663432
Change-Id: I8868866a5126c590d3bddad099ababb97978227a
2014-09-25 16:57:11 -07:00
Adam Powell
a35c77aea6
Always show the name of the last used Home app in ResolverActivity
...
Bug 17629220
Change-Id: Ia1d0a188f8c0911e5b74b18ba44508a6e2139d0c
2014-09-25 16:54:41 -07:00
Dianne Hackborn
f3ac946317
Merge "Fix issue #17661444 : Persistent service not automatically restarted" into lmp-dev
2014-09-25 23:53:14 +00:00
Dianne Hackborn
2ca21efdde
Fix issue #17661444 : Persistent service not automatically restarted
...
The code to recover when running processes are removed from the
LRU list turned up an existing problem where we would remove a
persistent process from the LRU list, making it more obvious.
Now it is fixed.
Change-Id: I94ccb924b3e5649b2819d3392b6f6c9c725dc903
2014-09-25 16:46:50 -07:00
Svetoslav
e490dd0c02
am 48ccf043: Merge "Accessibility in bad state after using SDK tool uiautomatorviewer." into lmp-dev
...
* commit '48ccf04368f65f7988bb589f9c29f94c77bbd549':
Accessibility in bad state after using SDK tool uiautomatorviewer.
2014-09-25 23:44:58 +00:00
Tsuwei Chen
023838f9e2
am e6e4b2bf: Merge "Fix an incorrect behavior that failed AT&T privacy test." into lmp-dev
...
* commit 'e6e4b2bfa3782f63ed0b4b802e5a9d59a6a48f49':
Fix an incorrect behavior that failed AT&T privacy test.
2014-09-25 23:44:22 +00:00
Adrian Roos
40c632b931
am 05ade73e: Merge "Ensure that setting an empty password clears it" into lmp-dev
...
* commit '05ade73e580b826ead839d3c5db508a8ea25ad93':
Ensure that setting an empty password clears it
2014-09-25 23:44:18 +00:00
Eino-Ville Talvala
ed5e8d8ce3
am 7b6a4acd: Merge "Camera2 Legacy: Clear JPEG ids when reconfiguring." into lmp-dev
...
* commit '7b6a4acdeb6bddbb6b058c227e037c714dd8f2b8':
Camera2 Legacy: Clear JPEG ids when reconfiguring.
2014-09-25 23:44:14 +00:00