243702 Commits

Author SHA1 Message Date
Bert McMeen
dcab4687db docs: Iterating on Wear docs - Complications
Bug: 28425614

Change-Id: I1313f80ae28efdd6d2677399a23acb10e4dbf7da
2016-05-17 18:16:17 -07:00
Andrew Solovay
c13d7a2fa0 Merge "docs: Updating N Preview downloads page for DP3" into mnc-io-docs am: bd57a67b8f
am: 71edb581a2

* commit '71edb581a2b5c04ecabaa004cf61612d384254d4':
  docs: Updating N Preview downloads page for DP3

Change-Id: Icb88562605f909db011819489e40f4763eea76f9
2016-05-18 01:06:41 +00:00
Billy Lamberta
72d43069eb Merge "docs: Wear 2 Preview - improve visibility and look of pages" into mnc-io-docs am: 2b3870cd94
am: 73836a0e20

* commit '73836a0e20533dcedc1120d54e3134fe713a5a9a':
  docs: work - Update devhub url

Change-Id: Iae6f0f62e756ebb334fcb1833b4eb46f9f607814
2016-05-18 01:06:36 +00:00
Joe Fernandez
60e02f9c39 Merge "Updated documentation for Input Method Framework Wear 2.0" into mnc-io-docs am: 2015256ccc
am: a590325a98

* commit 'a590325a98e9ff42f6e825b2615c02bc53be10a8':
  docs: Wear 2 Preview - improve visibility and look of pages

Change-Id: I88902d559f960902a02ae43fc9f921a5f11b0140
2016-05-18 01:06:30 +00:00
Sreevani Sreejith
30de7979e4 Merge "Docs: Iterating on Wear docs - Bridger API" into mnc-io-docs am: 1e2739e635
am: cb62df2b44

* commit 'cb62df2b447ed25b61838eb289691d856d7cb27d':
  Updated documentation for Input Method Framework Wear 2.0

Change-Id: I96c597ad9e68e33927c0d20a1943447b6e264243
2016-05-18 01:06:24 +00:00
Bert McMeen
94a5231f28 Merge "docs: Iterating on Wear docs - Get Started, Download/Test, Program Overview" into mnc-io-docs am: ba803db9a6
am: f097e00a2a

* commit 'f097e00a2a055544f8f4c0bcfede2e5551ba10bb':
  Docs: Iterating on Wear docs - Bridger API

Change-Id: Id0656f935b4bccc49a76df1efea02b9ffa5826d1
2016-05-18 01:06:17 +00:00
Bert McMeen
11002beae9 Merge "Updated app pattern documentation." into mnc-io-docs am: 5d0f016f4b
am: 40ee002949

* commit '40ee002949616f2fe36fe543c6a3557984e3f606':
  docs: Iterating on Wear docs - Get Started, Download/Test, Program Overview

Change-Id: I91ec11bdbfa062840643a3bdfa967ec439a52dd5
2016-05-18 01:06:10 +00:00
Sreevani Sreejith
959f038c3d Merge "Notification changes for Wear 2.0 and Release notes." into mnc-io-docs am: abe5e7e366
am: 6bfb873c0f

* commit '6bfb873c0fa59e5533fdd1cb0ad761acbefd2960':
  Updated app pattern documentation.

Change-Id: Idb43de93e35465258a18cab21f5601b996a10a73
2016-05-18 01:06:02 +00:00
Sreevani Sreejith
b71d84ee1f Merge "API Overview page for Wear 2.0 preview." into mnc-io-docs am: 14981cbe35
am: fd249ffc45

* commit 'fd249ffc458719700da2514a3c059b430eb25243':
  Notification changes for Wear 2.0 and Release notes.

Change-Id: I4adb024effd8fafdc5e32ac040ce40d829b08795
2016-05-18 01:05:53 +00:00
Sreevani Sreejith
5037f03440 Merge "docs: Creating new support library revision history page" into mnc-mr-docs am: e780c62462 am: f62ae36a96
am: c48a127662

* commit 'c48a127662e73276210277195a11d38c296eb36b':
  API Overview page for Wear 2.0 preview.

Change-Id: I8b267adb22b24ac0c098b8945e7dfc3e6c17abdf
2016-05-18 01:05:43 +00:00
Jaewan Kim
16c91bd47f PIP: Fix NPE when enters Recents with PIP
Bug: 28826021
Change-Id: Ic81f705dccbd4b334ed5a26345fdc5fee23f5a68
2016-05-18 10:02:45 +09:00
Andrew Solovay
f3f5d79210 Merge "resolve merge conflicts of bd96855 to nyc-dev" into nyc-dev 2016-05-18 01:00:13 +00:00
TreeHugger Robot
0cfbb7643e Merge "Document that SurfaceView is synchronous in N" into nyc-dev 2016-05-18 00:51:57 +00:00
Hemal Patel
593de1ab98 Docs: Fixed a wrong adb command example
Bug: 28310568

Change-Id: Ie727a7dcbcba23a6fed36ff6b1572096d3cc7832
2016-05-17 17:51:51 -07:00
Andrii Kulian
47aa3f61ac Merge "DO NOT MERGE Hide decor caption APIs" into nyc-dev 2016-05-18 00:51:17 +00:00
Winson
529c8e4cf2 Mark occluded home stack as invisible.
- The home stack is still visible when a translucent activity (like 
  dialer) is on top, which caused us to use the logic path that just 
  tries to launch the next task.  However, that path does not reload
  the stack state (since the activity stack generally doesn’t change
  while Recents is visible) so it was always launching the already top
  activity.  The new check ensures that we start the activity anew
  as if it was coming from an occluding app.

Bug: 28767764
Change-Id: Iec0fdc0957e5070cec532c5de5cba3454c906a3b
2016-05-17 17:47:40 -07:00
TreeHugger Robot
45165c9373 Merge changes If51568c3,Idd434c19 into nyc-dev
* changes:
  Demote the log in ProcessState.ensureNotDead from a wtf to a warning.
  @hide SystemHealthManager.from
2016-05-18 00:46:47 +00:00
Hangyu Kuang
c189934573 Merge "Hide HdrCapabilities constructor." into nyc-dev 2016-05-18 00:42:55 +00:00
TreeHugger Robot
1e09e9826b Merge "Fix threading problems with drawables" into nyc-dev 2016-05-18 00:24:04 +00:00
Andrew Solovay
71edb581a2 Merge "docs: Updating N Preview downloads page for DP3" into mnc-io-docs
am: bd57a67b8f

* commit 'bd57a67b8f806eea57063f7d5d5188d8b318d3a2':
  docs: Updating N Preview downloads page for DP3

Change-Id: Id6aa668761f1c854556d12dc09c22723f81b28f3
2016-05-18 00:23:37 +00:00
Andrew Solovay
bd57a67b8f Merge "docs: Updating N Preview downloads page for DP3" into mnc-io-docs 2016-05-18 00:18:08 +00:00
Andrew Solovay
61dbd85a9e resolve merge conflicts of bd96855 to nyc-dev
Change-Id: Ic07598d00f7ea59f800c260ba448a16df4e397dd
2016-05-17 17:06:52 -07:00
TreeHugger Robot
718ba309cf Merge "Adjust Notification APIs per API council" into nyc-dev 2016-05-18 00:06:30 +00:00
Andrew Solovay
212ad35500 docs: Updating N Preview downloads page for DP3
Updated downloads and OTA-downloads pages with DP3 binaries.
Tested all downloads and verified the checksums before uploading
the patchset.

See first comment for doc stage location.

bug: 28817699
Change-Id: I03f2560ca0516343d764a3596a0d133ab73f636c
2016-05-17 17:01:38 -07:00
Joe Fernandez
73836a0e20 Merge "docs: Wear 2 Preview - improve visibility and look of pages" into mnc-io-docs
am: 2b3870cd94

* commit '2b3870cd949d7dbd8d5b6a75b08794c654df00c6':
  docs: work - Update devhub url

Change-Id: I331f94361c3ab22ac277a5dd93b551a6cc617c36
2016-05-17 23:57:09 +00:00
sreevanis
a590325a98 Merge "Updated documentation for Input Method Framework Wear 2.0" into mnc-io-docs
am: 2015256ccc

* commit '2015256ccc5b26593441254cdfc695055f840420':
  docs: Wear 2 Preview - improve visibility and look of pages

Change-Id: I2b5e1be660bb53989ce9dc47e0ba576a2d66d471
2016-05-17 23:57:07 +00:00
Bert McMeen
cb62df2b44 Merge "Docs: Iterating on Wear docs - Bridger API" into mnc-io-docs
am: 1e2739e635

* commit '1e2739e635f89aac86354f6e5b885138634ffe54':
  Updated documentation for Input Method Framework Wear 2.0

Change-Id: I35029d1eadc0e849382928645faba29f11c3eb5a
2016-05-17 23:57:04 +00:00
Bert McMeen
f097e00a2a Merge "docs: Iterating on Wear docs - Get Started, Download/Test, Program Overview" into mnc-io-docs
am: ba803db9a6

* commit 'ba803db9a62a58b1d98a0f889aa094e86fbbf6cd':
  Docs: Iterating on Wear docs - Bridger API

Change-Id: I7b1e36ebe1bcadb4af2dc70c50333cd4d839b55d
2016-05-17 23:57:00 +00:00
sreevanis
40ee002949 Merge "Updated app pattern documentation." into mnc-io-docs
am: 5d0f016f4b

* commit '5d0f016f4b6e18214892ee87f4942509764652c8':
  docs: Iterating on Wear docs - Get Started, Download/Test, Program Overview

Change-Id: I5eea8daa157ba5dd94e60bb9bd49593587fe8a0c
2016-05-17 23:56:57 +00:00
sreevanis
6bfb873c0f Merge "Notification changes for Wear 2.0 and Release notes." into mnc-io-docs
am: abe5e7e366

* commit 'abe5e7e366873bda0e0119c798e97064fd1b8abc':
  Updated app pattern documentation.

Change-Id: Ib1405a77bfd5f3a068fc2916232c92667a6ab635
2016-05-17 23:56:52 +00:00
sreevanis
fd249ffc45 Merge "API Overview page for Wear 2.0 preview." into mnc-io-docs
am: 14981cbe35

* commit '14981cbe35371a8096de6f3c399e29c7167e3ddc':
  Notification changes for Wear 2.0 and Release notes.

Change-Id: Ie9b0e6f86e3d32dbb426ee8bfc1731eaac07de15
2016-05-17 23:56:45 +00:00
Andrew Solovay
c48a127662 Merge "docs: Creating new support library revision history page" into mnc-mr-docs am: e780c62462
am: f62ae36a96

* commit 'f62ae36a96351d44cacdbbdbb5e3dc46413b7e49':
  API Overview page for Wear 2.0 preview.

Change-Id: I5d6b935700e5fa977f3245044c74755e8cf9246a
2016-05-17 23:56:39 +00:00
Dianne Hackborn
0fda52b92e Merge "Fix issue #28817455: [NYC] [BullHead] Fatal Exception in CNEService" into nyc-dev 2016-05-17 23:54:14 +00:00
TreeHugger Robot
cbc73decf1 Merge "Make Recents activity invisible when it is behind a translucent activity" into nyc-dev 2016-05-17 23:46:57 +00:00
Yohei Yukawa
23cbe85610 Move LocaleList to avoid layering violation.
Since LocaleList needs to depend on android.os.Parcelable, we cannot let
that class belong to "android.util" package, which causes layering
violation.

Bug: 28819696
Change-Id: Ia8de2ee9df3dd0a42b1fe84574439519b680fe18
2016-05-17 16:42:58 -07:00
Chong Zhang
daa0d214dd Merge "Fix wallpaper cropped too soon when unminimizing dock" into nyc-dev 2016-05-17 23:35:27 +00:00
Ruben Brunk
8ecf66fc83 Merge "Dismiss immersive mode overlay while in VR mode." into nyc-dev 2016-05-17 23:29:53 +00:00
Chong Zhang
65ee55457d Merge "Use focused app's stack for IME adjustment" into nyc-dev 2016-05-17 23:27:19 +00:00
Billy Lamberta
2b3870cd94 docs: work - Update devhub url
Update to new DevHub URL in resource card and
referenced in /work pages.

Change-Id: Ia3bfda3af8a9c83bcad37697fa5019ce59bfabbe
2016-05-17 16:19:44 -07:00
Chris Craik
6ee192f4e9 Document that SurfaceView is synchronous in N
bug:28821062

Change-Id: I1c17949d93de3d1f89c504fc061f7d20dd451a4d
2016-05-17 16:17:25 -07:00
Joe Fernandez
2015256ccc Merge "docs: Wear 2 Preview - improve visibility and look of pages" into mnc-io-docs 2016-05-17 23:10:50 +00:00
Sreevani Sreejith
1e2739e635 Merge "Updated documentation for Input Method Framework Wear 2.0" into mnc-io-docs 2016-05-17 23:09:28 +00:00
Andrew Solovay
bd96855929 resolve merge conflicts of 33d83db to mnc-ub-dev
Change-Id: I8c148af6eec071ac076882a53c5ba2929cf0c9d2
2016-05-17 16:09:03 -07:00
TreeHugger Robot
e1f6975ebc Merge "Adjust wifi idle times to fit in system time period" into nyc-dev 2016-05-17 23:07:58 +00:00
Jorim Jaggi
ca0cf0f529 Fix threading problems with drawables
We can't use the same instance on both the main and the background
thread, as this will lead to problems.

Change-Id: Ieec525f028df2d0596667126d8f5004773461517
Fixes: 28745682
2016-05-17 23:05:38 +00:00
Joe Fernandez
581883ccfe docs: Wear 2 Preview - improve visibility and look of pages
- add browse path from Wear landing page to preview (new ribbon section)

Change-Id: Ifc204347c89f732adce0caae5070905277232ced
2016-05-17 16:05:31 -07:00
Bert McMeen
ba803db9a6 Merge "Docs: Iterating on Wear docs - Bridger API" into mnc-io-docs 2016-05-17 23:05:21 +00:00
Bert McMeen
5d0f016f4b Merge "docs: Iterating on Wear docs - Get Started, Download/Test, Program Overview" into mnc-io-docs 2016-05-17 23:04:25 +00:00
sreevanis
1f23e74fa0 Updated documentation for Input Method Framework Wear 2.0
Bug:28472831
Change-Id: I7fbcc0e6f044079b4c63c9c99f9442cdd6192215
2016-05-17 16:02:28 -07:00
Adrian Roos
f4be9c7a96 Fix cut off actions in messaging style
Change-Id: Iaa21620b8f150f1d9f747162c063e4c8d77176f6
Fixes: 28767094
2016-05-17 16:01:47 -07:00