1235 Commits

Author SHA1 Message Date
Eric Schmidt
e50a267e36 docs: Fixed misplaced XML comment ending bracket.
Bug: 26223855
Change-Id: I03fd06d7e5dc746081139d6e31c998af234dedd3
2016-01-22 14:20:25 -08:00
Dirk Dougherty
9b9b4ef08c Doc change: more edits to permissions/user data.
Change-Id: I96ef10624826d738c3dfe6d9a1670ddb55988dd9
2016-01-21 17:41:05 -08:00
Dirk Dougherty
7dab9961b4 Merge "Doc change: edits to permissions/user data text and images." into mnc-docs 2016-01-21 03:25:31 +00:00
Dirk Dougherty
22f1027b76 Doc change: edits to permissions/user data text and images.
Change-Id: I5d5c66fc44d842dd2f91cfaf7b8e5802badfbf3f
2016-01-20 19:17:45 -08:00
William French
825261e016 docs: Adds new topic: Change Location Settings
bug: 19612879
Change-Id: If80277027917fdc6d0f462d2fa4914b6749fc98f
2016-01-20 14:40:49 -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
Quddus Chong
e3f6c81c31 docs: Refactor testing docs to remove/update obsolete guidance:
* Added new 'Getting Started with Testing' training to contain common
      information on how to configure and run tests with Android Studio.
  * Removed the obsolete 'Testing Your Activity' training.
  * Deleted obsolete testing content under 'Tools > Workflow'.
  * Moved accessibility testing checklist to 'Implementing accessibility'
      training section.
  * Moved content provider and service testing topics into a new
     'Testing App Integrations' training.
  * Updated the service testing training to reflect our recommended
approach of using ServiceTestRule, instead of ServiceTestCase.
  * Renamed 'Testing from Other IDEs' topic to
     'Testing from the Command Line' and moved it under 'Testing Tools'.
  * Revised 'Testing Fundamentals' topic and moved it under 'Testing Tools'.
  * Updated the landing page fo 'Best Practises for Testing' to provide a
     central location for testing-related resources.
bug: 20722624

Change-Id: Ic1cbc79b48916dcae1c09bf5114ba8aef13d6f27
2016-01-14 05:02:18 -08:00
Dirk Dougherty
c2abb4ba15 Doc change: Clarify intent / permission language.
Change-Id: Ie82aacd7304cb0fe47314e5e7052f2b7b06cdeba
2016-01-13 23:24:38 -08:00
Dirk Dougherty
1fea1ec829 Doc change: edits to permissions and ids guidelines.
Change-Id: I0de247d182f54b92dcb5509b224d5b848cfafb89
2016-01-13 23:17:15 -08:00
Dirk Dougherty
fff4fd8710 Merge "Doc change: Add best practices docs for permissions and ids." into mnc-docs 2016-01-14 02:21:00 +00:00
Dirk Dougherty
6404e8436b Doc change: Add best practices docs for permissions and ids.
Change-Id: I5756c6d1b87690ac26631ed7c18d27bf0b80ce36
2016-01-13 18:14:40 -08:00
Dan Yu
52ffcbf5e9 Merge "docs: Adding screenshot for Now Playing page" into mnc-docs 2016-01-13 17:40:34 +00:00
Dirk Dougherty
a95c52f375 Merge "Doc change: Clarify acceptable use cases for Doze / Standby." into mnc-docs 2016-01-12 20:57:29 +00:00
Andrew Solovay
b203ea3fe6 Merge "Corrected code snippet for reveal effect" into mnc-docs 2016-01-12 18:46:05 +00: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
Dirk Dougherty
6a3854314c Doc change: Clarify acceptable use cases for Doze / Standby.
Change-Id: I059e1efb7f2cb34dc4d1e12cccacfa02fa436458
2016-01-07 18:18:05 -08:00
sreevanis
1b3f51c4e1 docs: Documented the new media constant used to determine if an app is
currently selected by the user.

Bug:23191905
Change-Id: I144a6ed115b48c4d834c64efbc6538779c7143c8
2016-01-07 12:58:31 -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
Andrew Solovay
2789fe9b89 Merge "docs: Fixed reference to "android:windowContentTransitions"" into mnc-docs 2016-01-04 18:52:44 +00:00
Christopher Cartland
90d8525148 Merge "docs: Fixes for TV Now Playing card, removing references to MediaBrowserService." into mnc-docs 2015-12-29 20:58:53 +00: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
Andrew Solovay
c48d32234d docs: Fixed typos and formatting in cardflip.jd
Bug was filed for a missing </set> tag in a code snippet; turned out
to be because the angle brackets weren't escaped, so </set> was
interpreted as HTML.

While I had it open, fixed other formatting issues (over-long lines
in a code box, weird indenting of HTML). No semantic changes, just
formatting.

I'll build and stage (see first comment for stage location) but if
it builds and looks good, I'll go ahead and submit.

bug: 25709592
Change-Id: I0ac1e74a230175fcab62021c89884f9eeabb4f97
2015-12-22 13:15:44 -08:00
Andrew Solovay
84fc4a549c docs: Fixed reference to "android:windowContentTransitions"
Per bug, we should not be telling people to use
android:windowContentTransitions to specify custom transitions;
instead, they should use android:windowActivityTransitions (which
is set to 'true' by default in the Material theme).

See first comment for doc stage location.

bug: 19440221
Change-Id: I35696c595a8424eab27d73b62835ddd79e3ca109
2015-12-21 17:03:31 -08:00
David Friedman
dee655c406 Docs: Material Design L10N update. All languages except es, ja.
Bug: 23090399
Change-Id: I0389fcff3b012a4ae4d92529574847e4a1685729
2015-12-21 13:10:23 -08:00
Andrew Solovay
27c1d2a4e2 Corrected code snippet for reveal effect
Per bug report, the provided code doesn't draw the reveal properly.
Corrected to use the Math.hypot function to calculate beginning and
ending sizes.

See first comment for doc stage location.

bug: 25805924
Change-Id: I1eb832983ae1790262cc4c8051473f0f32115566
2015-12-21 12:26:06 -08:00
sreevanis
ec76b67f17 docs: New Image Asset Studo 1.5.1
Change-Id: If567e6b2f2c5e1fd526d8e7491e7265e154b3f62
Bugfix: 25128284
2015-12-18 16:02:16 -08:00
Andrew Solovay
f040254ec3 docs: Clarified behavior of legacy apps running on M
Per bug, emphasized that if an app targets SDK 22 or lower, it uses
the install-time permissions model even if it's running on M.
However, also added the note that an M user can *revoke* an app's
permissions after install, which can cause unpredictable behavior.

See first comment for doc stage location.

bug: 25470298
Change-Id: Ia05a1f784595e75bf7b6835dbfdeffcd458f0022
2015-12-18 15:32:44 -08:00
Joe Fernandez
2460971aee docs: Android Eclipse ADT update and removals - Batch 04
b/25192800

Change-Id: Ic3927136a09da29c5931ccaa6ba5ce76ace75096
2015-12-18 11:04:38 -08:00
David Friedman
4b0be652ab Merge "Docs: Corrections to Android Studio "Getting Started"-type documentation." into mnc-docs 2015-12-17 19:47:38 +00:00
David Friedman
7c6b7f7b0e Docs: Corrections to Android Studio "Getting Started"-type documentation.
Bug: 25458018

Change-Id: Ibbecffc00461ba61e3f5f596b34a7b049b9193ec
2015-12-17 00:23:18 -08:00
Matt Werner
fbea308237 Merge "docs: Fixing typos in Device Policy Controller" into mnc-docs 2015-12-11 16:43:40 +00:00
David Friedman
d8ae2ba39e Merge "Fix code example which was calling wrong super method." into mnc-docs 2015-12-10 19:48:28 +00:00
Matt
8a608ba06a docs: Fixing typos in Device Policy Controller
Bug: b/24062075

This changes Work Policy Controller to Device Policy Controller. This also fixes typo reported in
https://b.corp.google.com/issues/23627319#comment2.

Change-Id: I9f38e392720872ee217d4e1dc976dbd7356e5025
2015-12-09 16:47:29 -05:00
Dan Yu
d12709f395 Merge "docs: Fixing Android TV code snippet" into mnc-docs 2015-12-09 18:07:34 +00:00
Nicholas Lativy
13350df5f7 Fix code example which was calling wrong super method.
Bug: 22653147
Change-Id: Icebc24cace8accd85e8225bc3490f05f4d854ef5
2015-12-09 11:12:25 +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
William French
2fede09890 Merge "Updates Google Play Services section with instructions for calling connect(). Staged: http://wfrench.kir.corp.google.com:9000/training/location/retrieve-current.html" into mnc-docs 2015-12-07 23:33:50 +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
Dan Yu
f1db897568 Merge "docs: Fixing incorrect bluetooth info for Android TV" into mnc-docs 2015-12-02 17:48:27 +00:00
William French
00f9a776d6 Merge "Docs: Fixed broken link to Geofence.Builder." into mnc-docs 2015-12-02 17:02:45 +00:00
William French
974540cb77 Updates Google Play Services section with instructions for calling connect(). Staged: http://wfrench.kir.corp.google.com:9000/training/location/retrieve-current.html
Change-Id: Id63b2c815fe0e2462ac91e4826b6b9aa8b88e624
2015-11-30 15:48:41 -08:00
William French
e980dff290 Docs: Fixed broken link to Geofence.Builder.
Bug: b/25679223

Change-Id: Iedebacfa74db74a61fc89e7e0e9abe4498dfa79c
2015-11-30 22:46:21 +00:00
Sreevani Sreejith
33f806d724 Merge "docs: Updated Screenshots for 'Run and Test Auto Apps' Updated instructions for 'Connecting the DHU to your mobile device'" into mnc-docs 2015-11-30 19:22:48 +00:00
sreevanis
afc0d7edb9 docs: Updated Screenshots for 'Run and Test Auto Apps'
Updated instructions for 'Connecting the DHU to your mobile device'

Bug:25767200
Change-Id: I2ba8d1674680bc377b2fcd4dc032e0fc31c35a49
2015-11-30 10:09:10 -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
David Friedman
f9d7645355 Merge "Docs: Links training doc on performant watch faces to blog post on same topic." into mnc-docs 2015-11-21 03:05:39 +00:00
David Friedman
a9cf3228c2 Docs: Links training doc on performant watch faces to blog post on same topic.
Change-Id: I374adb7e5644fdb45197b46f29950cd5aa93b953
2015-11-20 18:18:44 -08:00
Andrew Solovay
e2f1304401 Merge "docs: Quick formatting fixes" into mnc-docs 2015-11-20 00:04:35 +00:00