Winson
9bf04523b4
Merge commit 'e0b767153ef978a4ca841c9891074717fd979400' into manual_merge_e0b7671
...
Change-Id: I6b6810db33e4b244cc872abd69d5b18a90547b35
2016-09-08 19:13:24 -07:00
Winson Chung
e0b767153e
Revert "Fixing issue with old tasks being visible in Overview" am: 36f3f0337d
...
am: 4a8a09d1ab
Change-Id: Iac7a2c68ffcb154d2009e5700c2d12958374f549
2016-09-09 02:01:37 +00:00
Winson Chung
4a8a09d1ab
Revert "Fixing issue with old tasks being visible in Overview"
...
am: 36f3f0337d
Change-Id: Ic89b6a3b204a6f55667df5c1459449092930d859
2016-09-09 01:54:42 +00:00
Winson Chung
36f3f0337d
Revert "Fixing issue with old tasks being visible in Overview"
...
Bug: 28908500
This reverts commit b258f6a4bd .
Change-Id: I9b3c04358d6ca693ed3fdcd9220af13f81eb704e
2016-09-09 01:29:18 +00:00
Svet Ganov
f99e749a14
[DO NOT MERGE] Remove toast window immediately am: 6367e4ed30
...
am: 0c3d70a1f4
Change-Id: I1cf4a84bc02c2f5274c1aa7d0015f77e5dc89a69
2016-09-09 00:01:15 +00:00
Svet Ganov
0c3d70a1f4
[DO NOT MERGE] Remove toast window immediately
...
am: 6367e4ed30
Change-Id: Ie3fa91540cf941aa5156597899c0b5dff37ec87e
2016-09-08 23:56:07 +00:00
Svet Ganov
6367e4ed30
[DO NOT MERGE] Remove toast window immediately
...
To address a security issue where a toast window can be
used by an app to overlay other apps without a permission
we now allow legacy apps to be able to put at most one
toast window on the screen to prevent adding the same
window over and over again to go around the new restriction
that toast windows are always removed after a timeout.
This change ensures that Toast removes its window immediately.
bug:31340854
Change-Id: Ia7f90844eb64b583321103d090e4407038b41547
(cherry picked from commit 1777c91f8f )
2016-09-08 23:12:11 +00:00
Svetoslav Ganov
de72d8cba9
Merge "Remove toast window immediately"
2016-09-08 22:36:30 +00:00
Alan Viverette
dab82cc04c
Change density for the correct user am: df3a7cab8f am: 55768028fd
...
am: 48818fa811
Change-Id: I19f5810159ed772ac8ed1e9d498f8fe0036a95d0
2016-09-08 21:27:04 +00:00
Alan Viverette
48818fa811
Change density for the correct user am: df3a7cab8f
...
am: 55768028fd
Change-Id: I7d4eff0c732f0e3e83adc0044ab7ab015da74993
2016-09-08 21:19:24 +00:00
Alan Viverette
55768028fd
Change density for the correct user
...
am: df3a7cab8f
Change-Id: I4f4dfaa8f9035cdd4939d1d40e66ebac51811f73
2016-09-08 21:13:39 +00:00
TreeHugger Robot
c779cdc560
Merge "Change density for the correct user" into nyc-mr1-dev
2016-09-08 21:07:01 +00:00
Andrew Solovay
0b70b195bd
docs: Fixing links to moved Fragments guide, + redirect am: f53968061c am: 1b1bef9fc8
...
am: 9d43d2bdf0
Change-Id: Icf2856969a4154810708bde0130315ef77be6d53
2016-09-08 18:00:18 +00:00
Andrew Solovay
03494ffa6e
docs: Fixing links to moved Fragments guide, + redirect am: f53968061c am: 37b32a5d31
...
am: ae09fcad26
Change-Id: I3a799ca9c4155eb62c660718b849df35aa234603
2016-09-08 18:00:13 +00:00
Andrew Solovay
ae09fcad26
docs: Fixing links to moved Fragments guide, + redirect am: f53968061c
...
am: 37b32a5d31
Change-Id: Iedccf6e09180096235f438edb96bdf73e273fae0
2016-09-08 17:50:36 +00:00
Andrew Solovay
9d43d2bdf0
docs: Fixing links to moved Fragments guide, + redirect am: f53968061c
...
am: 1b1bef9fc8
Change-Id: Ida786f9316c31a6ca930398a4ac2f8a6c4a7d950
2016-09-08 17:50:29 +00:00
Andrew Solovay
37b32a5d31
docs: Fixing links to moved Fragments guide, + redirect
...
am: f53968061c
Change-Id: Ic29b29244d2919bcd5eb5b72daeaa8a78dc71e2d
2016-09-08 17:43:40 +00:00
Andrew Solovay
1b1bef9fc8
docs: Fixing links to moved Fragments guide, + redirect
...
am: f53968061c
Change-Id: I1aaf11fd83e4489f3a22df600e7edeb487749cf0
2016-09-08 17:43:32 +00:00
Eino-Ville Talvala
cb79495d9d
Merge "Camera2: Clean up some obsolete trampolines left from original API launch"
2016-09-08 16:55:42 +00:00
Phil Weaver
552df581b9
Merge "Keep services updated of added views."
2016-09-08 16:35:19 +00:00
John Reck
b5c30800e5
Merge "Add API to copy a window"
2016-09-08 16:23:45 +00:00
Svet Ganov
1777c91f8f
Remove toast window immediately
...
To address a security issue where a toast window can be
used by an app to overlay other apps without a permission
we now allow legacy apps to be able to put at most one
toast window on the screen to prevent adding the same
window over and over again to go around the new restriction
that toast windows are always removed after a timeout.
This change ensures that Toast removes its window immediately.
bug:31340854
Change-Id: Ia7f90844eb64b583321103d090e4407038b41547
2016-09-08 07:11:55 -07:00
Keisuke Kuroyanagi
fe1a3b6f03
Merge changes from topic 'ksk_long_text_edit'
...
* changes:
Always redraw text that protrude from line bounds.
Lazy RenderNode creation to improve performance.
2016-09-08 04:37:17 +00:00
Felipe Leme
66bf79760a
Created a NETWORK trace tag. am: 873a83af3f am: e9bac30add
...
am: 68dcfcc22f
Change-Id: I4d89a5e4720bf639800999819d69dbedae19a1fd
2016-09-08 00:53:51 +00:00
Felipe Leme
68dcfcc22f
Created a NETWORK trace tag. am: 873a83af3f
...
am: e9bac30add
Change-Id: Ibc8c156d3b3c6c893ee55eca4f6b92767fefa741
2016-09-08 00:46:20 +00:00
Felipe Leme
e9bac30add
Created a NETWORK trace tag.
...
am: 873a83af3f
Change-Id: Iebfc57a542d2f78fa41fda053ae731966476cd56
2016-09-08 00:38:58 +00:00
TreeHugger Robot
603bd94152
Merge "Created a NETWORK trace tag." into nyc-mr1-dev
2016-09-08 00:34:21 +00:00
Mark Lu
e88e093319
docs: fix grammar mistake in TextureView am: e8691d19cb am: 4ff96480b3
...
am: 43e0737ce0
Change-Id: Iba626dce4bea3d1426665e45f392e78f214dec30
2016-09-07 23:42:42 +00:00
Mark Lu
303fc8f54d
docs: fix grammar mistake in TextureView am: e8691d19cb am: c657eed270
...
am: c76ea3d727
Change-Id: I81b1b747ad06a78ca6a56fc1d281adf45aa0921b
2016-09-07 23:42:13 +00:00
Mark Lu
43e0737ce0
docs: fix grammar mistake in TextureView am: e8691d19cb
...
am: 4ff96480b3
Change-Id: I13790afb7f25cd73ce24ae84de63b1bf3b56332e
2016-09-07 23:35:46 +00:00
Mark Lu
c76ea3d727
docs: fix grammar mistake in TextureView am: e8691d19cb
...
am: c657eed270
Change-Id: Ie27e53ef83f31dc528df7db8973e6484d1b53230
2016-09-07 23:35:43 +00:00
Mark Lu
4ff96480b3
docs: fix grammar mistake in TextureView
...
am: e8691d19cb
Change-Id: I06b70cf94595bbb1b3903b1d17d201ac86f169a0
2016-09-07 23:29:26 +00:00
Mark Lu
c657eed270
docs: fix grammar mistake in TextureView
...
am: e8691d19cb
Change-Id: I857deef5cf08c9cdaf0d6e8e99449e688bec5ba5
2016-09-07 23:29:20 +00:00
Michael Kwan
d9ec77f356
Ensure preference icon is returned when inflated from XML even if it has not been displayed yet. am: f049e24c64
...
am: 09ba4a4b78
Change-Id: Iba1881c8707bb5e7cfad317f536113508f5d00df
2016-09-07 23:12:28 +00:00
Suprabh Shukla
f9c376b786
resolve merge conflicts of 37ad463 to master
...
Change-Id: I51b2097ac3ea4ce3ec8bb29e674d1cdd789aa1a1
2016-09-07 15:55:04 -07:00
Eino-Ville Talvala
3c8c16f9f1
Camera2: Clean up some obsolete trampolines left from original API launch
...
Test: Checkbuild passes on angler-userdebug
Change-Id: Iddcb72616be2eb07a4499647b3383ff9d37f73d2
2016-09-07 22:46:33 +00:00
Andrew Solovay
f53968061c
docs: Fixing links to moved Fragments guide, + redirect
...
The Fragments API guide was moved, but apparently a redirect was
never set up. Also, there are a few links to the old location in
the Javadocs.
Staged the revised Javadocs (see first comment for stage location).
Not going to stage the redirects file since it would trash another,
bigger CL that deals with the redirects file, but it's pretty
straightforward.
bug: 30559011
Change-Id: Ibd65f85c1ebb9789c1d40614fe11fe4ffda97e58
2016-09-07 15:42:35 -07:00
Michael Kwan
09ba4a4b78
Ensure preference icon is returned when inflated from XML even if it has not been displayed yet.
...
am: f049e24c64
Change-Id: Iab0a315f916fe7da2b2a523f364be5a6842aadbd
2016-09-07 22:15:53 +00:00
TreeHugger Robot
02014a62ab
Merge "Ensure preference icon is returned when inflated from XML even if it has not been displayed yet." into cw-f-dev
2016-09-07 22:05:06 +00:00
Makoto Onuki
37ad4639bb
Allow DO/PO to be installed with certain preconfigured accounts. am: 5e7e0670c7
...
am: 9d46e5e044
Change-Id: I6a55f788b12c93b7be0503300c171f7f5a40fe9d
2016-09-07 21:47:47 +00:00
Makoto Onuki
9d46e5e044
Allow DO/PO to be installed with certain preconfigured accounts.
...
am: 5e7e0670c7
Change-Id: I9191a60bf4071b8205c04131cb2d97ef1a32fb19
2016-09-07 21:40:20 +00:00
Makoto Onuki
bb69f55f17
Merge "Allow DO/PO to be installed with certain preconfigured accounts." into nyc-mr1-dev
2016-09-07 21:36:38 +00:00
Felipe Leme
873a83af3f
Created a NETWORK trace tag.
...
Also applied it to a few critical paths on NetworkPolicyManagerService.
BUG: 31281543
Change-Id: If27240d86c21e5b49b9595bfcbc90214126cf489
2016-09-07 13:50:52 -07:00
Michael Kwan
f049e24c64
Ensure preference icon is returned when inflated from XML even if it has not been displayed yet.
...
Bug: 31343032
Change-Id: Ifa2c84b3091c2cfc5b98da6f30bb1ba060cd26e7
2016-09-07 13:15:55 -07:00
Robert Carr
4522876250
SurfaceView: Correct coordinate space in windowPositionLostRT. am: 3387913237 am: d0c9771e49
...
am: bdf5fecc10
Change-Id: I3577db32b29be5ad42335e5eec5314ce50b3b878
2016-09-07 20:13:59 +00:00
Robert Carr
bdf5fecc10
SurfaceView: Correct coordinate space in windowPositionLostRT. am: 3387913237
...
am: d0c9771e49
Change-Id: I8cdb9f48a0c78e1c620b8e2c52a3dd7a45f8a90a
2016-09-07 19:34:49 +00:00
Robert Carr
d0c9771e49
SurfaceView: Correct coordinate space in windowPositionLostRT.
...
am: 3387913237
Change-Id: I7f28aab013bd6fe213a90e293664cc59ee6d23cf
2016-09-07 19:25:20 +00:00
TreeHugger Robot
b5820b3dc9
Merge "SurfaceView: Correct coordinate space in windowPositionLostRT." into nyc-mr1-dev
2016-09-07 19:19:58 +00:00
John Reck
9580146f50
Add API to copy a window
...
Change-Id: I9bb5209010db6665be4b6f8db81a6fc1b7debc45
2016-09-07 11:41:15 -07:00
Andreas Huber
29803deffc
Adds framework support for hidl-gen Java backend. (to support structs)
...
am: 50546a98ed
Change-Id: I4940989950cbe201725b75b9b5095c12962b1444
2016-09-07 18:27:33 +00:00