Selim Gurun
4f2e298ff2
am 227d2e1c: am 690378d1: am 961aaadf: Merge "Remove synchronized from acceptThirdPartyCookies()" into lmp-dev
...
* commit '227d2e1c9b1387ea4f71fa323b92800cb8413595':
Remove synchronized from acceptThirdPartyCookies()
2014-08-26 19:39:38 +00:00
Selim Gurun
8290294af9
am 690378d1: am 961aaadf: Merge "Remove synchronized from acceptThirdPartyCookies()" into lmp-dev
...
* commit '690378d1499052391b78d55c83a71c26c5d93062':
Remove synchronized from acceptThirdPartyCookies()
2014-08-26 19:32:52 +00:00
Svetoslav
aba358d19d
am c81aa9d8: am aae7838d: am 0fbd3928: Merge "Fix accessiblity CTS tests (framework)." into lmp-dev
...
* commit 'c81aa9d8251ada3d94f74a79426b2a8be6b5ed82':
Fix accessiblity CTS tests (framework).
2014-08-26 19:24:26 +00:00
Svetoslav
366d513bc6
am aae7838d: am 0fbd3928: Merge "Fix accessiblity CTS tests (framework)." into lmp-dev
...
* commit 'aae7838d105f3d67ef61a681f5cff1c2e3621f69':
Fix accessiblity CTS tests (framework).
2014-08-26 19:14:38 +00:00
Selim Gurun
790f6f449d
Merge "Remove synchronized from acceptThirdPartyCookies()" into lmp-dev
2014-08-26 19:09:48 +00:00
Svetoslav
e39baa7307
Merge "Fix accessiblity CTS tests (framework)." into lmp-dev
2014-08-26 19:01:50 +00:00
Adam Lesinski
e12ee81137
am 85a006d7: am 806d4cfb: am 521edf85: Merge "Have R classes generate their own reference rewrite logic" into lmp-dev
...
* commit '85a006d758765266984a912841a13503b49ea665':
Have R classes generate their own reference rewrite logic
2014-08-26 18:54:15 +00:00
Winson Chung
04b0cd61a3
am 927754d7: am 77b91f7d: am 319b4b57: Merge "Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565)" into lmp-dev
...
* commit '927754d79665a95e1945640e2f618450f3475395':
Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565)
2014-08-26 18:54:06 +00:00
Adam Lesinski
448c076d33
am 806d4cfb: am 521edf85: Merge "Have R classes generate their own reference rewrite logic" into lmp-dev
...
* commit '806d4cfb2a06a01be4a58ff25a55797d9140b917':
Have R classes generate their own reference rewrite logic
2014-08-26 18:42:24 +00:00
Winson Chung
c46977c508
am 77b91f7d: am 319b4b57: Merge "Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565)" into lmp-dev
...
* commit '77b91f7d87a9994348364a912d3127be2595d5ed':
Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565)
2014-08-26 18:42:19 +00:00
Adam Lesinski
3aa6076083
Merge "Have R classes generate their own reference rewrite logic" into lmp-dev
2014-08-26 18:23:57 +00:00
Winson Chung
5c1b42e4f5
Merge "Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565)" into lmp-dev
2014-08-26 18:23:10 +00:00
Adam Lesinski
48a5d5e52a
am 097ea60e: am 1d3ecf16: am 1c959e92: Merge "Introduce anydpi density resource qualifier" into lmp-dev
...
* commit '097ea60ed6eab4f48b34b186c4006dc305a72b49':
Introduce anydpi density resource qualifier
2014-08-26 17:33:55 +00:00
Adam Lesinski
6d41a45679
am 1d3ecf16: am 1c959e92: Merge "Introduce anydpi density resource qualifier" into lmp-dev
...
* commit '1d3ecf16766d92ef3d847f1420b9a622e871f6cd':
Introduce anydpi density resource qualifier
2014-08-26 17:23:35 +00:00
Vinod Krishnan
e3972713e2
am dfc48f3b: am 13f71ede: am dfde8600: Merge "Fwk: Adding an ECG hardware feature" into lmp-dev
...
* commit 'dfc48f3b799d92064341c6329d7616c0e42e6fb5':
Fwk: Adding an ECG hardware feature
2014-08-26 17:08:05 +00:00
Svetoslav
04cab1bcc4
Fix accessiblity CTS tests (framework).
...
1. An external contribution changed the ordering of views for
accessibility. While it attempted to fix a platform issue
for a comparator breaking transitivity, it changed the way
we order views and results in very unnatural accessibility
traversal order. It also broke CTS tets. This change tweaks
the comparator which fixes the tests and improves traversal
order.
2. If there is at least one accessibility service which cares
about windows we register a callback in the window manager
for window change notifications. We are updating the window
list on this callback. There was a case where if the service
requests window updates and immediately asks for the windows
it gets none as we have not received a callback from the
window manager yet. Now this call returns after we get the
callback in a timed fashion. This is consistent with how the
other introspection APIs work.
3. Window info objects are cached in the accessibility service
process. When putting them in the cache a cloning call was
missing resulting in some cases of clobbering windows given
to the client. For example, we get some windows, cache them,
and return these windows to the client. Now a call to clear
the cache arrives while the user processes the windows and
the client windows get clobbered.
4. Added API for checking if a window has accessiblity focus
to be consistent to the API we have to check whether this
window has input focus.
5. Removed some obsolete code.
bug:16402352
Change-Id: Ided6da4a82cc0fc703008c58a2dff0119a3ff317
2014-08-26 10:06:22 -07:00
Adam Lesinski
d691f31e51
Merge "Introduce anydpi density resource qualifier" into lmp-dev
2014-08-26 17:03:44 +00:00
Vinod Krishnan
f5f502b2db
am 13f71ede: am dfde8600: Merge "Fwk: Adding an ECG hardware feature" into lmp-dev
...
* commit '13f71edefa81364525c78b1c02993f5366c9da30':
Fwk: Adding an ECG hardware feature
2014-08-26 17:02:04 +00:00
Vinod Krishnan
51f6f52d9d
Merge "Fwk: Adding an ECG hardware feature" into lmp-dev
2014-08-26 16:37:33 +00:00
Esteban Talavera
119bea6460
am 57d9b9c5: am 4835644c: am 14dcf0ff: Merge "Revert API constants to previous value to match hardcoded value in google3 apps" into lmp-dev
...
* commit '57d9b9c5d67f64f94071731839524fe6b7308558':
Revert API constants to previous value to match hardcoded value in google3 apps
2014-08-26 16:27:28 +00:00
Esteban Talavera
1a4b59960b
am 4835644c: am 14dcf0ff: Merge "Revert API constants to previous value to match hardcoded value in google3 apps" into lmp-dev
...
* commit '4835644c3bff5b0906789a746a14b6b24f3d375f':
Revert API constants to previous value to match hardcoded value in google3 apps
2014-08-26 16:17:40 +00:00
Esteban Talavera
fbb28dfb95
Revert API constants to previous value to match hardcoded value in google3 apps
...
Revert value of DevicePolicyManager constants that were hardcoded in dmagent. See previous change I6f60a43fe23526cfe855d81015feb759cf643926.
Bug: 17275391,17005622
Change-Id: I606b010eb0399f7b34b59c99f96549949410bafc
2014-08-26 15:38:44 +01:00
Jungshik Jang
9d5217b05b
am 30750a86: am a707633d: am 25d6a1e6: Fix several bugs in HdmiControlService.
...
* commit '30750a8653b5849423500ab142084b0e7e72b8af':
Fix several bugs in HdmiControlService.
2014-08-26 11:39:09 +00:00
Jungshik Jang
eecb0a1a0a
am a707633d: am 25d6a1e6: Fix several bugs in HdmiControlService.
...
* commit 'a707633db594b85604a2bddb0cfac333232ce0ad':
Fix several bugs in HdmiControlService.
2014-08-26 11:29:02 +00:00
Dan Sandler
532d710d27
am e725ff74: am d25fdb22: am 9255b9f4: Allow listeners to fetch current notifications by key.
...
* commit 'e725ff74f3bfdddfda85a6f7fbf2345b8bdfed5e':
Allow listeners to fetch current notifications by key.
2014-08-26 10:10:11 +00:00
Adam Powell
06c21fdea2
am ae87f787: am f0b3161f: am 44c81774: Merge "Add state save/restore for Toolbar" into lmp-dev
...
* commit 'ae87f7872a61fe6d14f583ac0caaa9ee7fadbabb':
Add state save/restore for Toolbar
2014-08-26 10:10:01 +00:00
Robert Greenwalt
9b58a7f020
am 8475d034: am 79338c75: am e252f526: Merge "Update VPN whitelist/blacklist api docs." into lmp-dev
...
* commit '8475d034c5deda0b3d1a22bbd0074e4caaeb34ff':
Update VPN whitelist/blacklist api docs.
2014-08-26 10:09:57 +00:00
Craig Mautner
21257b205b
am 1a8416bf: am 7e587f00: am dbbb7951: Merge "Update API per council requests" into lmp-dev
...
* commit '1a8416bf597a287d8773eac2255c87e606cf853b':
Update API per council requests
2014-08-26 10:09:45 +00:00
Chris Craik
2302ab0182
am 9aa0af14: am b0640084: am 6210c6dc: Merge "Create z reordering boundaries around dispatchDraw" into lmp-dev
...
* commit '9aa0af1499694fce9d9404130579c540125072ac':
Create z reordering boundaries around dispatchDraw
2014-08-26 10:09:36 +00:00
Dianne Hackborn
3d605c6f98
am d75419cf: am 2e4f0834: am 8db0a171: Merge "Fix issue #16366571 : UIDs for work and normal Chrome processes are the same" into lmp-dev
...
* commit 'd75419cfd776c6504f024e4337e846f0aafbf473':
Fix issue #16366571 : UIDs for work and normal Chrome processes are the same
2014-08-26 10:09:31 +00:00
Nancy Chen
d7b43eae63
am ff0847ce: am 2ac6146c: am f9317703: Merge "API review PhoneManager -> TelecommManager. Rename methods (6/6)" into lmp-dev
...
* commit 'ff0847ced3191ba019b41524855646335d717f62':
API review PhoneManager -> TelecommManager. Rename methods (6/6)
2014-08-26 10:09:02 +00:00
Adam Lesinski
91c37eeed5
am 3c02cb6c: am 114978fd: am 874d4c00: Merge "PM: Load all splits when parsing an app manifest" into lmp-dev
...
* commit '3c02cb6ccd684a97f3dd74bf523cbb84f00f9bad':
PM: Load all splits when parsing an app manifest
2014-08-26 10:08:18 +00:00
Paul Lawrence
fe034993a7
am 02b20518: am b0714550: am 518fc438: Merge "Show PIN screen with all PINs, not just simple ones" into lmp-dev
...
* commit '02b2051880ba0f9ea190b5a4c8c5e197eb17ec0e':
Show PIN screen with all PINs, not just simple ones
2014-08-26 10:07:42 +00:00
Paul Jensen
837c32913a
am 19d42455: am f6479a6e: am fa1893b4: Merge "Remove captive portal sign-in actions." into lmp-dev
...
* commit '19d4245533ad2c9c0e03a7b9f553694661550082':
Remove captive portal sign-in actions.
2014-08-26 10:07:37 +00:00
Hector Dearman
42a9ee5036
Remove synchronized from acceptThirdPartyCookies()
...
As per API council feedback.
Bug: 17253647
Change-Id: Ide3d4b216f01a96e54111f885813ca8a7c3865ba
2014-08-26 10:56:09 +01:00
Jungshik Jang
339227da7c
Fix several bugs in HdmiControlService.
...
1. Fix HdmniLogger null pointer exception
2. Should check arc enabled port for arc requests
3. Disallow ARC action coming from indirect AVR device.
4. Check original opcode of feature action
5. Add bitmasking to all parameters of cec message.
Bug: 17243701, Bug: 17238394, Bug: 17241401
Change-Id: Iff0da78b0de9a29fb00e683c261528e0baea66af
2014-08-26 14:13:57 +09:00
Dan Sandler
bea0a29c25
am d25fdb22: am 9255b9f4: Allow listeners to fetch current notifications by key.
...
* commit 'd25fdb22b80bfc987423e65d1a4da933229ea2c2':
Allow listeners to fetch current notifications by key.
2014-08-26 05:07:58 +00:00
Adam Powell
94dab8cf72
am f0b3161f: am 44c81774: Merge "Add state save/restore for Toolbar" into lmp-dev
...
* commit 'f0b3161f44379e2c11b9e3108b4dd2f2e54a8b00':
Add state save/restore for Toolbar
2014-08-26 04:56:59 +00:00
Robert Greenwalt
2738aafa20
am 79338c75: am e252f526: Merge "Update VPN whitelist/blacklist api docs." into lmp-dev
...
* commit '79338c75223dfd62f867193888ccccad082375e9':
Update VPN whitelist/blacklist api docs.
2014-08-26 04:56:50 +00:00
Craig Mautner
ea3b4f84bd
am 7e587f00: am dbbb7951: Merge "Update API per council requests" into lmp-dev
...
* commit '7e587f00bda01bd0cc814385c863b56e641f0670':
Update API per council requests
2014-08-26 04:56:25 +00:00
Chris Craik
c53e7c8578
am b0640084: am 6210c6dc: Merge "Create z reordering boundaries around dispatchDraw" into lmp-dev
...
* commit 'b06400847cdfae6da8d3d4d5b52e2ff29d06cb7a':
Create z reordering boundaries around dispatchDraw
2014-08-26 04:56:01 +00:00
Dianne Hackborn
e98a423e40
am 2e4f0834: am 8db0a171: Merge "Fix issue #16366571 : UIDs for work and normal Chrome processes are the same" into lmp-dev
...
* commit '2e4f0834b4630484fa42d2ab6f0c59752d845a22':
Fix issue #16366571 : UIDs for work and normal Chrome processes are the same
2014-08-26 04:55:56 +00:00
Nancy Chen
bca396d5e1
am 2ac6146c: am f9317703: Merge "API review PhoneManager -> TelecommManager. Rename methods (6/6)" into lmp-dev
...
* commit '2ac6146c31e2f4798b66b7fa2abdb8e853592686':
API review PhoneManager -> TelecommManager. Rename methods (6/6)
2014-08-26 04:55:24 +00:00
Adam Lesinski
6f858c1496
am 114978fd: am 874d4c00: Merge "PM: Load all splits when parsing an app manifest" into lmp-dev
...
* commit '114978fd6aac8015306e7dc54e4d7accd39d7cf6':
PM: Load all splits when parsing an app manifest
2014-08-26 04:53:53 +00:00
Paul Lawrence
a0280916d3
am b0714550: am 518fc438: Merge "Show PIN screen with all PINs, not just simple ones" into lmp-dev
...
* commit 'b0714550209241bb7740ea3cee09faf2cbefd4ef':
Show PIN screen with all PINs, not just simple ones
2014-08-26 04:52:40 +00:00
Paul Jensen
105ea0bd9d
am f6479a6e: am fa1893b4: Merge "Remove captive portal sign-in actions." into lmp-dev
...
* commit 'f6479a6ed5b3e7438a81eca4912f744eb2d6876a':
Remove captive portal sign-in actions.
2014-08-26 04:52:34 +00:00
Dan Sandler
ea75fddbb4
Allow listeners to fetch current notifications by key.
...
Bug: 16574195
Change-Id: I269dbcc7fc8912d84229f6a3d950b0015625ae7a
2014-08-26 04:24:10 +00:00
Adam Lesinski
1e466385d4
Have R classes generate their own reference rewrite logic
...
Change-Id: I0e5b8311fc3479d966a49f9acf0d4c32a6a024d3
2014-08-25 20:04:07 -07:00
Winson Chung
a4ccb86ddc
Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565)
...
- Reverting changes to the existing thumbnail transition to prevent breaking applications
that currently depend on that transition. As a result, we need to create a new, hidden,
aspect-scaled thumbnail transition, and instead use that thumbnail to animate the
recents header so that we don't have to wait to do that inside the Recents activity.
In order for this to work, we also have to ensure that the thumbnail surface destruction
is synchronized with the application that is currently closing (when going down to
recents) or opening (when coming back up). The current thumbnail is destroyed when the
animation ends, but that can be at least 1 frame before the surface for the animating
window is destroyed. We change this by deferring destruction of this thumbnail window
to the animation that is being closed.
Especially on the way up, not having to wait for us to hide the header before doing the
transition up can save us the duration of that first animation (> 100ms).
- Other optimizations:
* No longer creating a new stack view on each transition to calculate the target rect
* Removing unnecessary call to get the thumbnail when transitioning up/down (the actual
window does its own animation.
* We reduced numerous system calls per task by adding a flag to ignore home-stack tasks
and caching the activity label and icon (and task description icon). These caches
follow the same eviction schemes as the thumbnail and icon cache.
- Also tweaked the touch slop for the nav bar swiping gesture to prevent conflicting with
tapping on home (Bug 17109581)
Change-Id: Ica697aad788051a9203edd9351c583e1cb038a71
2014-08-25 18:52:32 -07:00
Adam Powell
b79a70ab71
Merge "Add state save/restore for Toolbar" into lmp-dev
2014-08-26 01:29:15 +00:00