81 Commits

Author SHA1 Message Date
Daniel Yu
ff091e1708 docs: Fixing various minor issues
Fixes to minor issues (typos and other things that don't require
editorial review) in Android docs.

Staged page URLs provided in CL comments.

Bug: 28172346
Bug: 22411462
Bug: 26422744
Bug: 26776224
Change-Id: Ic3aa8495a1d76a5ce3bccb5037b4172443664d0b
2016-04-20 11:00:37 -07:00
Ryan Seys
0bbb97dd15 Fix a couple typos and clarify UI requirements for banner images
Change-Id: Ibfe89c9f30ea274c613e17fbb03878d17fff3351
2016-04-18 17:04:40 +00:00
Dan Yu
b3631e96b6 Merge "docs: Updating Android TV recommendations docs" into mnc-docs 2016-02-01 18:12:42 +00:00
Daniel Yu
af541b9642 docs: Updating Android TV recommendations docs
Adding information about additional types of recommendations and
using recommendation grouping to best practices section.
Updated with fixes from Andrew.

Bug: 22797867
Bug: 19519975
Change-Id: I418447294d8022befa642efef81e4a2e776404d6
2016-01-26 14:28:57 -08:00
Daniel Yu
eefe46cd5a docs: Adding new page on using GuidedStepFragment
Adding information on how to use GuidedStepFragment to implement
a multi-step user UI on Android TV.
Updated with suggestions from Joe, Andrew, Dmitry and Dake.

Bug: 21209200
Change-Id: I8c1064b593466bf1373ed6c169343fe21afcaf9d
2016-01-26 10:29:29 -08:00
Dan Yu
c9722f8392 Merge "docs: Adding documentation for "gregarious mode" (background playback) for Android TV." into mnc-docs 2016-01-15 22:56:21 +00:00
Joe Fernandez
08320015f8 docs: Eclipse ADT removing and replacing mentions
Batch 05, Project 01 with InfoPros

b/25192800

Change-Id: I6cce84d8498ba9f0aa488b8d43b7b832e58fe899
2016-01-14 09:48:30 -08:00
Daniel Yu
bfc8636dfc docs: Adding documentation for "gregarious mode" (background playback)
for Android TV.

Formerly this was cherry-picked from Andy S's CL: ag/732685
Into a CL of mine: ag/838200
However, I somehow managed to create a CL that could not be merged
(it complains about "this change depends on changes that are not ready").
It's likely because I tried to revert an erroneous change Andy
made via git commands, and probably did something wrong there.

Anyway, I've copied my former CL exactly, but without cherry-picking,
so it's now a new independent CL that should be mergeable without
problem.

Bug: 21209207
Change-Id: Ib5c6e031f9a3e43ab80b05bfe1edbfd81d83e54d
2016-01-12 10:08:06 -08:00
Daniel Yu
e81f8ebd49 docs: Adding screenshot for Now Playing page
A follow-up to Chris Cartland's changes to the Now Playing
page (http://ag/831240 ), adding a supporting screenshot
that shows a Now Playing card with media in the background.

New PNG added at:
docs/html/images/training/tv/playback/now-playing-screen.png

Updated to use new version of PNG with more whitespace cropped
out (thanks Andrew!)

Bug: 26345930
Change-Id: I217fcc062f80734aebe32ec3a94ec7595756e78c
2016-01-05 16:28:43 -08:00
cartland
a1a18b12e2 docs: Fixes for TV Now Playing card, removing references to MediaBrowserService.
Bug: 23993096
Change-Id: I7cd48e83d2616f77dc56015e451556c591bf61cb
2015-12-28 16:19:20 -08:00
Dan Yu
d12709f395 Merge "docs: Fixing Android TV code snippet" into mnc-docs 2015-12-09 18:07:34 +00:00
Dan Yu
005125a80f Merge "docs: Removing info about settings activity for channel apps" into mnc-docs 2015-12-08 17:25:36 +00:00
Daniel Yu
d1840a36d0 docs: Removing info about settings activity for channel apps
Settings activity is no longer supported for channel services, so
we're removing that from the docs (and the sample manifest
snippet). Note that the Setup activity is still required, and
now serves double-duty for both channel setup and channel
settings, so I adjusted the section at the end accordingly.

Added updates based on review suggestions.

Bug: 21205118
Change-Id: Ia394b83cee0cb0e7ae6caf87c9d783eb6b4e04ef
2015-12-07 11:11:52 -08:00
Daniel Yu
c283670669 docs: Fixing incorrect bluetooth info for Android TV
Bluetooth is supported on all Android TV devices, so removing
docs that indicate that it's unsupported. Grep'd through all
DAC docs looking for other places where we claim bluetooth isn't
supported on Android TV, and found none, so this one topic change
is the only fix needed (I believe).

Bug: 24811556
Change-Id: I075d57002657fbaf47d20ecfee02148becbb55ef
2015-11-25 14:22:15 -08:00
Daniel Yu
13f03ae32b docs: Fixing Android TV code snippet
Changing code snippet to use FullWidthDetailsOverviewRowPresenter
instead of DetailsOverviewRowPresenter (which is deprecated).
Verified code snippet change by checking and building it in
Android Studio using an unrelated sample.

Bug: 25666843
Change-Id: I6db32a570757b7f8f1f848f7579b29617ffb18d6
2015-11-24 15:39:44 -08:00
Daniel Yu
ed4ff6be98 docs: New section explaining how to set the custom launch color of TV app
NOTE: Cherry picked from:
https://googleplex-android-review.git.corp.google.com/#/c/732032/

Contains updates incorporating all feedback from Andy's original CL.
Updated with suggestion from Andrew.

Bug: 21274505
Change-Id: If43ba81e770a39239108b8fa9731c2b4df3a9ae6
2015-11-19 10:41:14 -08:00
Dan Yu
f58e870efe Merge "docs: Adding Udacity link to Android TV training page" into mnc-docs 2015-11-19 00:43:53 +00:00
Daniel Yu
d81c5a520a docs: Adding Udacity link to Android TV training page
Updating Android TV training index page to include link and
thumbnail of Udacity Android TV training class video as
per this request:

https://docs.google.com/document/d/1PiJj4ZnAjW41oanl_NRlQNMHQLpyyg2SWt43WcWsbds/edit

Bug: 25398575
Change-Id: I187909ac7b23a85f99c5cf39bbf3cf0687ab2319
2015-11-17 14:58:42 -08:00
Daniel Yu
cc40d8cd86 docs: Fixing doc issue with Android TV overscan margin recommendations.
Recommendation is to provide a 5% overscan margin -- updating docs
to reflect this. Updated example diagram (manually edited, image
source not available). Added guidance on working with margins and
layout. Updated sample layout to include background root layout and
nested layout with overscan safe margin (tested with test app).

Bug: 18550276
Change-Id: I71b83b9a348385d68a7aacdce17f51a93227694d
2015-11-11 14:20:58 -08:00
Daniel Yu
56e345a7ad docs: Fixing putBitmap() doc bug 19129506
Fixing erroneous putString() call, replaced with putBitmap().
Confirmed in search that error is not present elsewhere in the docs.

Bug: 19129506
Change-Id: I00152480cbdcd1b655c093e789a0462d80d5f829
2015-10-12 15:55:23 -07:00
Daniel Yu
ff5e334e7a docs: Fixing controller support example for bug 22727418 and 24098562
As per Robert Anderberg's recommendation, removed the manifest example that
doesn't include android:required="false" and updated description text to
indicate the example works with apps that "support" a game controller rather
than "require". Updated Robert's suggestion with more concise version from
Andrew's suggestion. Note that we're not adding info on specifying
android:required="true" because this causes the app to not be installable on
any devices (because controllers aren't currently considered part of a device,
so it ends up looking like no devices have controllers at install time)

Bug: 22727418
Bug: 24098562
Change-Id: Ie4dd02d5599b9ffda53e46dc5af4765d888e81a4
2015-10-08 15:54:35 -07:00
Daniel Yu
0e561c8a6b Adding link fix and removing typo for bug 20217070.
Added {@docRoot} to link. Removed extra "code>".

Bug: 20217070
Change-Id: I1228177bd79a395a341fe1ba5a997ae7b6038f9c
2015-09-29 10:36:27 -07:00
Joe Fernandez
a246cf546d am 6e9eb723: Merge "resolved conflicts for 4f68b784 to mnc-preview-docs" into mnc-preview-docs
* commit '6e9eb7238d7e55e3cb643aac2cc9450ccbea7aa5':
  docs: ATV Catalog Browser Update
2015-09-22 17:11:02 +00:00
Joe Fernandez
2be96a1f66 resolved conflicts for 4f68b784 to mnc-preview-docs
Change-Id: I850c65b3f1491d332a7d677d8e04c1ade67f6ba4
2015-09-22 09:57:35 -07:00
Joe Fernandez
4f68b78406 am d13d50d8: Merge "docs: ATV Catalog Browser Update" into lmp-docs
* commit 'd13d50d881d66d0e870170c19a4e07ffe8aee742':
  docs: ATV Catalog Browser Update
2015-09-21 19:41:17 +00:00
Joe Fernandez
d13d50d881 Merge "docs: ATV Catalog Browser Update" into lmp-docs 2015-09-21 19:32:25 +00:00
Quddus Chong
49114c8d6b docs: Fixed broken link in 'Handling TV hardware' lesson.
bug: 20423603

Change-Id: Ia9de0354c72675f5e40071685cf3a6ee9a033f58
2015-09-04 13:45:36 -07:00
Quddus Chong
523e257614 docs: Fixed broken link in 'Displaying a Now Playing Card' lesson.
bug: 19555868

Change-Id: I0063c5a71e471b13dbe8e06054cbdc7dd8884b46
2015-08-27 13:02:52 -07:00
Robert Schaub
31186713e9 docs: Added "location" before "gps" in list under "Declaring hardware ..."
Bug: 20106795

Change-Id: I13e7be98722ac56a9175b1456fc018ff665b77ab
2015-07-15 17:13:11 -07:00
Robert Schaub
3ca7ad0bf1 docs: Changed text as requested in Android TV advertising bug, with minor cleanup
Bug: 19245688

Change-Id: Icd7c689dd8a99a761a247e603b76e20f6db9c2a8
2015-07-06 17:00:30 -07:00
Quddus Chong
a19933bc0a docs: Updated Recommending TV Content lesson to support card customization.
bug: 21787002

Change-Id: I3c94fbce2ac7efff1749b76af3da47506812972c
2015-06-19 14:03:20 -07:00
Quddus Chong
eae09b4a64 Merge "docs: Updated Android TV landing page and Live TV training to support channels. bug: 21786387" into mnc-preview-docs 2015-06-17 16:13:21 +00:00
Quddus Chong
375ad9e1eb docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is required.
bug: 21400628

Change-Id: I001cb429b94bed8e6a7524f2b7c6a7ced240f33d
2015-06-16 14:54:29 -07:00
Quddus Chong
513cf16d5e docs: Updated Android TV landing page and Live TV training to support channels.
bug: 21786387

Change-Id: I343e00d30d25f46a9081af339ee4c4a2fddba149
2015-06-16 11:27:52 -07:00
Quddus Chong
e08a39c0cf docs: Fixed broken links in TV publishing checklist.
bug: 19298571

Change-Id: I5a4d6df6e7c8dd0e1f9ffb652375fa265b677013
2015-06-15 15:39:46 -07:00
David Friedman
acb470be4f am 490f8761: am 7b3ecd65: Merge "Quick typo fix." into lmp-docs
* commit '490f876113cc58e9b3bbc1b6aab7c86aca4345ca':
  Quick typo fix.
2015-05-30 01:22:58 +00:00
David Friedman
490f876113 am 7b3ecd65: Merge "Quick typo fix." into lmp-docs
* commit '7b3ecd65270802bb9231a0d546f1674c7c133d60':
  Quick typo fix.
2015-05-30 01:05:03 +00:00
David Friedman
7b3ecd6527 Merge "Quick typo fix." into lmp-docs 2015-05-30 00:02:47 +00:00
Quddus Chong
dcfa755616 docs: Fixed training TOC formatting and broken link in TV training landing.
Change-Id: Ie159a1e5d3d84bfc20b2e2f0f5d4973d3880876d
2015-05-28 14:46:24 -07:00
Luan Nguyen
6d592518b8 am 8b959ee9: Merge "docs: Remove references to Android Studio 0.8 beta" into lmp-mr1-ub-docs
* commit '8b959ee95b4dfa191c6924b3c88fad72b700d81c':
  docs: Remove references to Android Studio 0.8 beta
2015-05-20 23:09:46 +00:00
Luan Nguyen
7e02496311 docs: Remove references to Android Studio 0.8 beta
bug: 21109817
Change-Id: I8cde77651f7dea324aa4ebebdd7cd6437528098a
2015-05-20 09:02:40 -07:00
Dirk Dougherty
6c1c263efa Doc change: merge landing page and header/footer designs.
Change-Id: Ic2f603c0215f8dadac2dfa4b871b22b2f9a027e5
2015-05-03 11:26:59 -07:00
Scott Rowe
6e5063fe88 docs: Supported media protocols, codecs, formats for Android TV
Change-Id: I8202ba148d35d73ee0940070090e0a29553f9202
(cherry picked from commit f769caa8c15f9983188597e2436b011d23ff2561)
2015-04-24 17:58:13 +00:00
Scott Rowe
02e4f2fbe6 Merge "docs: Supported media protocols, codecs, formats for Android TV" into lmp-docs 2015-04-24 17:49:16 +00:00
Scott Rowe
d5cf1e0dbc docs: ATV Catalog Browser Update
Change-Id: I00d002eea2c3ec3b6a06c4cefa78a000fe69b81d
2015-04-09 12:50:29 -07:00
David Friedman
88fc999fce Quick typo fix.
Change-Id: I061479d3b2a4bba4950f08630645980b95510748
2015-04-07 12:33:16 -07:00
Scott Rowe
ab8c34ffc4 docs: Building Live TV Apps
Change-Id: I8d0015e6c8a8a24c661434ca5cf88defd27ae8cf
2015-04-01 12:06:08 -07:00
Scott Rowe
f769caa8c1 docs: Supported media protocols, codecs, formats for Android TV
Change-Id: I8202ba148d35d73ee0940070090e0a29553f9202
2015-03-23 09:42:50 -07:00
Scott Rowe
b86c3b80db Merge "docs: Card View for Android TV training" into lmp-docs 2015-01-30 01:30:44 +00:00
Scott Rowe
87a1bf0970 docs: b/19193358 Android TV overscan instructions: settings reversed in text
Change-Id: I7c617ed67068927d27c5a2243a2dd07b04e668b5
2015-01-29 11:05:13 -08:00