OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "docs: Fixing details on when clients unbind from Bound Service" into mnc-docs
Dan Yu [Mon, 30 Nov 2015 17:53:30 +0000 (17:53 +0000)]
Merge "docs: Fixing details on when clients unbind from Bound Service" into mnc-docs

8 years agoDocs: Removes obsoleted material.
David Friedman [Wed, 25 Nov 2015 23:05:33 +0000 (15:05 -0800)]
Docs: Removes obsoleted material.

Bug: N/A

This change reverts away from the temporary "Dev Summit" announcement
that dominated the Android top landing page--the summit is now over.
Also removing some M-Preview directories that had persisted in the
non-English areas of DAC.

Change-Id: I650345edc9be57875d4306cd4ab87603d6f69fa5

8 years agodocs: Fixing details on when clients unbind from Bound Service
Daniel Yu [Fri, 20 Nov 2015 22:08:34 +0000 (14:08 -0800)]
docs: Fixing details on when clients unbind from Bound Service

Docs were slightly contradictory on when clients should unbind.
Changed a few sections to point to one "source of truth" section
that explains the appropriate times to call unbindService().
Updated with corrections to issues found by Andrew and Dave.

Bug: 8135078
Change-Id: If8afb998cbd2efceef075ee6633cf0744c50d1df

8 years agodocs: Fixing malformed hyperlinks
Andrew Solovay [Sun, 22 Nov 2015 20:41:27 +0000 (12:41 -0800)]
docs: Fixing malformed hyperlinks

One hyperlink used the {@docRoot} tag even though it's a link to
a separate site (AOSP), so the link didn't work. Two other (internal)
links began with a slash instead of {@docRoot}, which kinda works
but isn't how we do things.

I'll build and test (and post the stage link in my first comment) but
if it looks good I'll go ahead and +2/merge it myself, since there
are no prose changes.

bug: 25755465
Change-Id: I11af855ed7a1e4a12ced7d0d7f6d5a4705c66811

8 years agoMerge "Docs: Links training doc on performant watch faces to blog post on same topic...
David Friedman [Sat, 21 Nov 2015 03:05:39 +0000 (03:05 +0000)]
Merge "Docs: Links training doc on performant watch faces to blog post on same topic." into mnc-docs

8 years agoDocs: Links training doc on performant watch faces to blog post on same topic.
David Friedman [Sat, 21 Nov 2015 02:10:11 +0000 (18:10 -0800)]
Docs: Links training doc on performant watch faces to blog post on same topic.

Change-Id: I374adb7e5644fdb45197b46f29950cd5aa93b953

8 years agoMerge "docs: Gradle Android plugin 1.5 release notes b/25618810" into mnc-docs
Cheryl Potter [Fri, 20 Nov 2015 22:08:51 +0000 (22:08 +0000)]
Merge "docs: Gradle Android plugin 1.5 release notes b/25618810" into mnc-docs

8 years agodocs: Gradle Android plugin 1.5 release notes
Cheryl Potter [Thu, 19 Nov 2015 23:05:21 +0000 (15:05 -0800)]
docs: Gradle Android plugin 1.5 release notes
b/25618810

Change-Id: I02aa7dd945b54d825d1d70cbff7f7b8c9c502f6e

8 years agoMerge "Doc change: Rescope summit image to en only." into mnc-docs
David Friedman [Fri, 20 Nov 2015 21:10:34 +0000 (21:10 +0000)]
Merge "Doc change: Rescope summit image to en only." into mnc-docs

8 years agoMerge "Docs: Help page for Theme Editor, introduced in Android Studio 1.5" into mnc...
David Friedman [Fri, 20 Nov 2015 21:08:42 +0000 (21:08 +0000)]
Merge "Docs: Help page for Theme Editor, introduced in Android Studio 1.5" into mnc-docs

8 years agoDocs: Help page for Theme Editor, introduced in Android Studio 1.5
David Friedman [Tue, 17 Nov 2015 20:22:13 +0000 (12:22 -0800)]
Docs: Help page for Theme Editor, introduced in Android Studio 1.5

Bug: 25391360

Change-Id: I76182313e6ccae9d4f2bc7a70916f2a5d3441a21

8 years agoDoc change: Rescope summit image to en only.
Dirk Dougherty [Fri, 20 Nov 2015 20:16:17 +0000 (12:16 -0800)]
Doc change: Rescope summit image to en only.

Change-Id: I59cb17d11e2975e1fa91fa695d6901bf971b6ee9

8 years agoMerge "docs: Made javadoc references less ambiguous" into mnc-docs
Andrew Solovay [Fri, 20 Nov 2015 18:35:11 +0000 (18:35 +0000)]
Merge "docs: Made javadoc references less ambiguous" into mnc-docs

8 years agoMerge "docs: Remove and replace Eclipse mentions in docs" into mnc-docs
Joe Fernandez [Fri, 20 Nov 2015 17:52:48 +0000 (17:52 +0000)]
Merge "docs: Remove and replace Eclipse mentions in docs" into mnc-docs

8 years agodocs: Remove and replace Eclipse mentions in docs
Joe Fernandez [Thu, 19 Nov 2015 19:40:01 +0000 (11:40 -0800)]
docs: Remove and replace Eclipse mentions in docs

b/25192800
- Round 1 of documentation changes from InfoPros

Change-Id: I37c8fa78ee0eb66d8b69da6709cdf3e9b269bf0c

8 years agodocs: Made javadoc references less ambiguous
Andrew Solovay [Fri, 20 Nov 2015 00:35:00 +0000 (16:35 -0800)]
docs: Made javadoc references less ambiguous

Paragraph had references to two different methods with the same
name (but in different classes). Qualified the method names with the
class names (Foo.doSomething(), Bar.doSomething() ) to make it
clearer.

See first comment for doc stage location.

bug: 24979554
Change-Id: I0435aab48be1a9935fe2f4bc2ab448a333b0ae99

8 years agoMerge "docs: Quick formatting fixes" into mnc-docs
Andrew Solovay [Fri, 20 Nov 2015 00:04:35 +0000 (00:04 +0000)]
Merge "docs: Quick formatting fixes" into mnc-docs

8 years agodocs: Quick formatting fixes
Andrew Solovay [Thu, 19 Nov 2015 23:35:56 +0000 (15:35 -0800)]
docs: Quick formatting fixes

Doc used curly quotes in some code snippets; replaced with straight
quotes. Also removed trailing spaces and made a couple of other
formatting fixes.

I'll build the docs then go ahead and submit them. (See first comment
for doc stage location.)

bug: 25461271
Change-Id: I6a8df8d77ccbe1f17c3fe82e23d8c6623e6e0507

8 years agoMerge "docs: Quick fixes to the Google Play distribute docs." into mnc-docs
Andrew Solovay [Thu, 19 Nov 2015 23:23:24 +0000 (23:23 +0000)]
Merge "docs: Quick fixes to the Google Play distribute docs." into mnc-docs

8 years agoMerge "docs: New section explaining how to set the custom launch color of TV app...
Dan Yu [Thu, 19 Nov 2015 23:15:51 +0000 (23:15 +0000)]
Merge "docs: New section explaining how to set the custom launch color of TV app" into mnc-docs

8 years agodocs: Quick fixes to the Google Play distribute docs.
Andrew Solovay [Thu, 19 Nov 2015 22:23:35 +0000 (14:23 -0800)]
docs: Quick fixes to the Google Play distribute docs.

Got some post-submit comments on the Google Play distribute docs.
This CL is for the easy ones that we can submit right away (page
tags and a typo fix), since I can +2 it myself and submit right away.
The larger comments (substantive changes in some material, and a
change of a screenshot) we'll have to leave for a second CL, so
we can confirm the changes.

See first comment for doc stage location.

bug: 25596006
Change-Id: Ib309ca04d243c0ac8b1bcb0d331574f6ff21f510

8 years agodocs: One last fix to the Snackbar docs
Andrew Solovay [Thu, 19 Nov 2015 19:00:28 +0000 (11:00 -0800)]
docs: One last fix to the Snackbar docs

Had an uncommited change I forgot to upload when I merged
the new Snackbar class--d'oh!

Since this is a small fix, I'll verify it, +2 it myself, and merge.
See first comment for doc stage location.

bug: 25191776
Change-Id: I1593f81d09a2607a559f0341ff827c79c6e00a70

8 years agodocs: New section explaining how to set the custom launch color of TV app
Daniel Yu [Thu, 19 Nov 2015 18:41:14 +0000 (10:41 -0800)]
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

8 years agoMerge "docs: New Snackbar training class" into mnc-docs
Andrew Solovay [Thu, 19 Nov 2015 02:33:43 +0000 (02:33 +0000)]
Merge "docs: New Snackbar training class" into mnc-docs

8 years agoMerge "Doc change: Add dev summit banner to landing." into mnc-docs
Dirk Dougherty [Thu, 19 Nov 2015 02:32:01 +0000 (02:32 +0000)]
Merge "Doc change: Add dev summit banner to landing." into mnc-docs

8 years agoDoc change: Add dev summit banner to landing.
Dirk Dougherty [Thu, 19 Nov 2015 02:03:23 +0000 (18:03 -0800)]
Doc change: Add dev summit banner to landing.

Change-Id: I600a7e2472e1c0c34e3c0b7695eb148b91e347e7

8 years agoMerge "docs: Updated Google Play distribute docs" into mnc-docs
Andrew Solovay [Thu, 19 Nov 2015 02:02:01 +0000 (02:02 +0000)]
Merge "docs: Updated Google Play distribute docs" into mnc-docs

8 years agoMerge "docs: Build Tools release notes for 23.0.2 and 23.0.1 b/25646882" into mnc...
Cheryl Potter [Thu, 19 Nov 2015 01:54:48 +0000 (01:54 +0000)]
Merge "docs: Build Tools release notes for 23.0.2 and 23.0.1 b/25646882" into mnc-docs

8 years agodocs: Build Tools release notes for 23.0.2 and 23.0.1
Cheryl Potter [Sat, 14 Nov 2015 02:55:16 +0000 (18:55 -0800)]
docs: Build Tools release notes for 23.0.2 and 23.0.1
b/25646882

Change-Id: I814426d6b68fd7b656588ad45096c122a171d5e7

8 years agoMerge "docs: Vector Asset Studio update for 1.5.0 b/25357527" into mnc-docs
Cheryl Potter [Thu, 19 Nov 2015 01:16:49 +0000 (01:16 +0000)]
Merge "docs: Vector Asset Studio update for 1.5.0 b/25357527" into mnc-docs

8 years agoMerge "docs: Android Studio 1.5 release note and download links b/24804576" into...
Cheryl Potter [Thu, 19 Nov 2015 01:16:23 +0000 (01:16 +0000)]
Merge "docs: Android Studio 1.5 release note and download links b/24804576" into mnc-docs

8 years agoMerge "docs: Fixing errors in AudioFocus sample code" into mnc-docs
Dan Yu [Thu, 19 Nov 2015 00:44:36 +0000 (00:44 +0000)]
Merge "docs: Fixing errors in AudioFocus sample code" into mnc-docs

8 years agoMerge "docs: Adding Udacity link to Android TV training page" into mnc-docs
Dan Yu [Thu, 19 Nov 2015 00:43:53 +0000 (00:43 +0000)]
Merge "docs: Adding Udacity link to Android TV training page" into mnc-docs

8 years agodocs: Android Studio 1.5 release note and download links
Cheryl Potter [Fri, 13 Nov 2015 21:05:42 +0000 (13:05 -0800)]
docs: Android Studio 1.5 release note and download links
b/24804576

Change-Id: Id51f1afdcd32d540af886daee75a54d00c09a0de

8 years agodocs: Updated Google Play distribute docs
Andrew Solovay [Fri, 13 Nov 2015 21:09:12 +0000 (13:09 -0800)]
docs: Updated Google Play distribute docs

Updating docs based on source material from Dom. I've had to tweak
the image formatting & arrangement to work with DAC styles, but
the text is pretty much unchanged.

Per the bug, this CL just has the "P0: Ready To Go" docs.

See first comment for doc stage location.

bug: 25596006
Change-Id: I508b0bb92a807ece8b9b0bf0ee7b49e0bbbc2432

8 years agoMerge "docs: Fixing doc issue with Android TV overscan margin recommendations." into...
Dan Yu [Wed, 18 Nov 2015 23:48:29 +0000 (23:48 +0000)]
Merge "docs: Fixing doc issue with Android TV overscan margin recommendations." into mnc-docs

8 years agoMerge "Updating IAB training/overview to use Github and YouTube video." into mnc...
Paul Rashidi [Wed, 18 Nov 2015 19:06:06 +0000 (19:06 +0000)]
Merge "Updating IAB training/overview to use Github and YouTube video." into mnc-docs

8 years agodocs: Fixing errors in AudioFocus sample code
Daniel Yu [Wed, 18 Nov 2015 00:44:34 +0000 (16:44 -0800)]
docs: Fixing errors in AudioFocus sample code

Fixing some minor syntax errors in code snippet.
Verified code syntax in Android Studio.

Bug: 25461807
Change-Id: Ic5759044616dedef093401660d1fdb0b153f5903

8 years agoMerge "Docs: Wear permissions and speaker documentation for Android 6.0" into mnc...
David Friedman [Wed, 18 Nov 2015 00:45:52 +0000 (00:45 +0000)]
Merge "Docs: Wear permissions and speaker documentation for Android 6.0" into mnc-docs

8 years agoDocs: Wear permissions and speaker documentation for Android 6.0
David Friedman [Tue, 3 Nov 2015 03:11:36 +0000 (19:11 -0800)]
Docs: Wear permissions and speaker documentation for Android 6.0

Bug: 23280104

Change-Id: I297913fb262ab58f8b97aea457daa95f5b02b879

8 years agodocs: Adding Udacity link to Android TV training page
Daniel Yu [Tue, 17 Nov 2015 22:56:26 +0000 (14:56 -0800)]
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

8 years agoMerge "Update cards and carousels, secrets page." into mnc-docs
Dirk Dougherty [Mon, 16 Nov 2015 18:33:38 +0000 (18:33 +0000)]
Merge "Update cards and carousels, secrets page." into mnc-docs

8 years agoUpdate cards and carousels, secrets page.
Dirk Dougherty [Tue, 27 Oct 2015 20:25:57 +0000 (13:25 -0700)]
Update cards and carousels, secrets page.

Change-Id: I7c9c6859c487c133e6dca063482b9007abd2a221

8 years agoDocs: Quick fix, changing ID string in Udacity video link.
David Friedman [Sat, 14 Nov 2015 01:44:36 +0000 (17:44 -0800)]
Docs: Quick fix, changing ID string in Udacity video link.

Change-Id: I11a36e13988e266fe35eb72bd86c17e3dc72232f

8 years agoMerge "Docs: Adds Udacity video to Wearable training landing page" into mnc-docs
David Friedman [Sat, 14 Nov 2015 01:18:53 +0000 (01:18 +0000)]
Merge "Docs: Adds Udacity video to Wearable training landing page" into mnc-docs

8 years agoDocs: Adds Udacity video to Wearable training landing page
David Friedman [Thu, 12 Nov 2015 22:49:38 +0000 (14:49 -0800)]
Docs: Adds Udacity video to Wearable training landing page

Bug: 25127850

Change-Id: I8c51a5dbd5e188084b013fc659041ffd37ec197b

8 years agoMerge "docs: Added embedded udacity training video to extend apps to work with Androi...
Sreevani Sreejith [Fri, 13 Nov 2015 22:51:54 +0000 (22:51 +0000)]
Merge "docs: Added embedded udacity training video to extend apps to work with Android Auto." into mnc-docs

8 years agoMerge "Revert "Add image files for app docs."" into mnc-docs
Joe Fernandez [Fri, 13 Nov 2015 22:01:53 +0000 (22:01 +0000)]
Merge "Revert "Add image files for app docs."" into mnc-docs

8 years agoRevert "Add image files for app docs."
Joe Fernandez [Fri, 13 Nov 2015 22:00:59 +0000 (22:00 +0000)]
Revert "Add image files for app docs."

This reverts commit e46fdfc765a9ee1973f82bf59ed4ab94d5629232.

Change-Id: I138c2dd1fc97d20750920af2a0003e5b2b6ba4d5

8 years agoMerge "Revert "docs: APP basic file structure"" into mnc-docs
Joe Fernandez [Fri, 13 Nov 2015 22:00:07 +0000 (22:00 +0000)]
Merge "Revert "docs: APP basic file structure"" into mnc-docs

8 years agoRevert "docs: APP basic file structure"
Joe Fernandez [Fri, 13 Nov 2015 21:59:53 +0000 (21:59 +0000)]
Revert "docs: APP basic file structure"

This reverts commit 8f15feef614eac0265e39c325e03ae43c614968a.

Change-Id: I1581d10e297a234c2ab510c4f4c6aaf73f13eea7

8 years agoMerge "Camera: Documentation updates" into mnc-docs
Eino-Ville Talvala [Fri, 13 Nov 2015 21:57:34 +0000 (21:57 +0000)]
Merge "Camera: Documentation updates" into mnc-docs

8 years agodocs: Added embedded udacity training video to
sreevanis [Fri, 13 Nov 2015 18:46:36 +0000 (10:46 -0800)]
docs: Added embedded udacity training video to
extend apps to work with Android Auto.

Moved training video to bottom of the page for clarity.

Bug: 25398087
Change-Id: If527794c2b55b338b3317c69baa7871653cca1d5

8 years agoCamera: Documentation updates
Eino-Ville Talvala [Mon, 9 Nov 2015 02:27:20 +0000 (18:27 -0800)]
Camera: Documentation updates

 - Clarify hardware.camera feature being only for the back camera
 - Clarify what setting a CaptureRequest field to null does
 - Use preCorrectionActiveArray instead of activeArray in list of
   possible raw output sizes
 - Clarify length of GPS processing field for camera1 API

Bug: 24540625
Bug: 23908116
Bug: 23051627
Bug: 17345901
Change-Id: Iaf11fdf626268cf30f66b3628153ec3ac770c4f4

8 years agodocs: New Snackbar training class
Andrew Solovay [Thu, 22 Oct 2015 21:54:18 +0000 (14:54 -0700)]
docs: New Snackbar training class

New Snackbar class, to supersede the existing Toasts API guide.

See first comment for doc stage location.

bug: 25191776
Change-Id: I0b6abdf7ec7c75ba7067580a98d57c9df6b889cb

8 years agoMerge "docs: Corrected GET_ACCOUNTS comment--permission is 'dangerous'" into mnc...
Andrew Solovay [Fri, 13 Nov 2015 19:24:11 +0000 (19:24 +0000)]
Merge "docs: Corrected GET_ACCOUNTS comment--permission is 'dangerous'" into mnc-docs

8 years agodocs: Support Library release note for 23.1.1
Cheryl Potter [Wed, 11 Nov 2015 23:30:59 +0000 (15:30 -0800)]
docs: Support Library release note for 23.1.1
b/24738336

Change-Id: Ia936caaefb9e53d007ec33fb224957c4c0dd777c

8 years agodocs: Vector Asset Studio update for 1.5.0
Cheryl Potter [Thu, 29 Oct 2015 01:26:19 +0000 (18:26 -0700)]
docs: Vector Asset Studio update for 1.5.0
b/25357527

Change-Id: I7972913e42e22e57a50fb00d52df0089e612372e

8 years agodocs: Fixing doc issue with Android TV overscan margin recommendations.
Daniel Yu [Thu, 22 Oct 2015 19:12:17 +0000 (12:12 -0700)]
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

8 years agoMerge "docs: Updates to UI testing training docs: * Fixed code snippet in UI Autom...
Quddus Chong [Wed, 11 Nov 2015 18:08:14 +0000 (18:08 +0000)]
Merge "docs: Updates to UI testing training docs:    * Fixed code snippet in UI Automator training.    * Updated build.gradle configuration to use latest Testing Support      Library APIs. bug: 25195089" into mnc-docs

8 years agodocs: Corrected GET_ACCOUNTS comment--permission is 'dangerous'
Andrew Solovay [Wed, 11 Nov 2015 03:20:25 +0000 (19:20 -0800)]
docs: Corrected GET_ACCOUNTS comment--permission is 'dangerous'

Edit XML comments to note that GET_ACCOUNTS permission is 'dangerous',
not 'normal'. Made a couple of other Javadoc fixes while I had the
file open (summary sentences that were badly formatted, messing up the
Javadoc summary tables). NO CHANGES outside of XML comments.

See first comment for doc stage location.

bug: 25630412
Change-Id: Ic5f80b9f99e283dcf2f1cb9d2ab4a38138ec66e6

8 years agodocs: Updates to UI testing training docs:
Quddus Chong [Tue, 10 Nov 2015 22:15:00 +0000 (14:15 -0800)]
docs: Updates to UI testing training docs:
   * Fixed code snippet in UI Automator training.
   * Updated build.gradle configuration to use latest Testing Support
     Library APIs.
bug: 25195089

Change-Id: I7cf62ef0ff42e58335debdca5fb285fe0a902585

8 years agoMerge "docs: Cropped image and updated small icon text" into mnc-docs
Dan Yu [Tue, 10 Nov 2015 22:20:23 +0000 (22:20 +0000)]
Merge "docs: Cropped image and updated small icon text" into mnc-docs

8 years agodocs: Fixed resource card in Essentials landing page to point to Play Badge Generator.
Quddus Chong [Tue, 10 Nov 2015 18:11:16 +0000 (10:11 -0800)]
docs: Fixed resource card in Essentials landing page to point to Play Badge Generator.

Change-Id: I5e8020b16393400861a16d14a0edc0a193ad622e

8 years agodocs: Add Android Development Patterns videos.
Quddus Chong [Tue, 10 Nov 2015 00:07:24 +0000 (16:07 -0800)]
docs: Add Android Development Patterns videos.
bug: 24336240

Change-Id: I096f437acc4768d9e58ae9c63751e687e9209fb7

8 years agoUpdating IAB training/overview to use Github and YouTube video.
Paul Rashidi [Mon, 9 Nov 2015 19:08:53 +0000 (11:08 -0800)]
Updating IAB training/overview to use Github and YouTube video.

We've moved the IAB sample to GitHub so just directing the docs to use that
  location as well.
Also included a reference to the YouTube video on this subject.

Bug: 24603614,25080797
Change-Id: Ia7d2a3505255fc1ad1449e1798482b1e3be17991

8 years agoMerge "docs: Added YouTube link to Android Auto Voice Actions video." into mnc-docs
Sreevani Sreejith [Mon, 9 Nov 2015 20:54:30 +0000 (20:54 +0000)]
Merge "docs: Added YouTube link to Android Auto Voice Actions video." into mnc-docs

8 years agoMerge "docs: Noted that getAllCellInfo() requires FEATURE_TELEPHONY" into mnc-docs
Andrew Solovay [Fri, 6 Nov 2015 22:01:56 +0000 (22:01 +0000)]
Merge "docs: Noted that getAllCellInfo() requires FEATURE_TELEPHONY" into mnc-docs

8 years agodocs: Cropped image and updated small icon text
Robert Schaub [Thu, 23 Jul 2015 19:47:10 +0000 (12:47 -0700)]
docs: Cropped image and updated small icon text

Cherry-picked from Andy's CL (733520), with updates
based on Joe's review.

Bug: 21163773
Change-Id: Icb5c42acd4f55e8427e71c6a7d919d96b44956b4

8 years agoMerge "docs: In-App Billing HTML formatting cleanup" into mnc-docs
Andrew Solovay [Thu, 5 Nov 2015 23:33:24 +0000 (23:33 +0000)]
Merge "docs: In-App Billing HTML formatting cleanup" into mnc-docs

8 years agodocs: In-App Billing HTML formatting cleanup
Andrew Solovay [Thu, 5 Nov 2015 22:10:29 +0000 (14:10 -0800)]
docs: In-App Billing HTML formatting cleanup

Fixed line lengths and other white-space-related fixes (e.g.
removing trailing lines and spaces). Also fixed a couple of typos.

I'll build and stage it (see first comment for stage location) but
if it all checks out I'll go ahead and +2 it and submit it myself.

Change-Id: Ia47dfa3b69c87aed01445551ba3259e9f4ba3c44

8 years agodocs: Redirect 'Google Play badges' link in ToC to point to new
Quddus Chong [Thu, 5 Nov 2015 21:39:39 +0000 (13:39 -0800)]
docs: Redirect 'Google Play badges' link in ToC to point to new
      Play Badge generator.
bug: 20154391

Change-Id: Ic24bf944802544dc59e0353151782dd1126923c7

8 years agodocs: Noted that getAllCellInfo() requires FEATURE_TELEPHONY
Andrew Solovay [Thu, 5 Nov 2015 02:44:16 +0000 (18:44 -0800)]
docs: Noted that getAllCellInfo() requires FEATURE_TELEPHONY

Also cleaned up some phrasing & style for that method (and that
method only) while I had it on the table.

See first comment for doc stage location.

bug: 25374858
Change-Id: I0c2c39a8953861563988eb5c8de1abedb302128b

8 years agoMerge "docs: Remove Halloween promotional background for Getting Started video" into...
Joe Fernandez [Thu, 5 Nov 2015 01:40:34 +0000 (01:40 +0000)]
Merge "docs: Remove Halloween promotional background for Getting Started video" into mnc-docs

8 years agodocs: Added YouTube link to Android Auto Voice Actions video.
sreevanis [Wed, 4 Nov 2015 23:23:10 +0000 (15:23 -0800)]
docs: Added YouTube link to Android Auto Voice Actions video.

Bug:23223694
Change-Id: I8398208a37007a555b3824fc523a7594ed82b822

8 years agoMerge "Updated geofencing.jd with Best Practices section." into mnc-docs
William French [Wed, 4 Nov 2015 21:11:52 +0000 (21:11 +0000)]
Merge "Updated geofencing.jd with Best Practices section." into mnc-docs

8 years agodocs: Remove Halloween promotional background for Getting Started video
Joe Fernandez [Wed, 4 Nov 2015 19:37:13 +0000 (11:37 -0800)]
docs: Remove Halloween promotional background for Getting Started video

- remove background image style and image file
- restore section color

Change-Id: I3c3a4b2e1e3463f46f3a3f67d0331faeb64bdce4

8 years agoMerge "docs: Adding Udacity link and video to Android Material design page" into...
Dan Yu [Wed, 4 Nov 2015 19:30:56 +0000 (19:30 +0000)]
Merge "docs: Adding Udacity link and video to Android Material design page" into mnc-docs

8 years agoMerge "Update AudioManager.getProperty documentation" into mnc-docs
Glenn Kasten [Wed, 4 Nov 2015 19:18:51 +0000 (19:18 +0000)]
Merge "Update AudioManager.getProperty documentation" into mnc-docs

8 years agoMerge "CDD for pro audio feature does not specify acoustics" into mnc-docs
Glenn Kasten [Wed, 4 Nov 2015 19:18:30 +0000 (19:18 +0000)]
Merge "CDD for pro audio feature does not specify acoustics" into mnc-docs

8 years agoMerge "Explain ENCODING_PCM_FLOAT" into mnc-docs
Glenn Kasten [Wed, 4 Nov 2015 19:18:12 +0000 (19:18 +0000)]
Merge "Explain ENCODING_PCM_FLOAT" into mnc-docs

8 years agoMerge "docs: Update Android Dashboard for November 2015" into mnc-docs
Joe Fernandez [Wed, 4 Nov 2015 06:20:41 +0000 (06:20 +0000)]
Merge "docs: Update Android Dashboard for November 2015" into mnc-docs

8 years agodocs: Update Android Dashboard for November 2015
Joe Fernandez [Wed, 4 Nov 2015 06:17:51 +0000 (22:17 -0800)]
docs: Update Android Dashboard for November 2015

Change-Id: I1f1dd779bb535b8c9c46b80edbaafa088f8a0e4f

8 years agoUpdated geofencing.jd with Best Practices section.
William French [Wed, 7 Oct 2015 23:00:05 +0000 (16:00 -0700)]
Updated geofencing.jd with Best Practices section.

Change-Id: I11e201cf67c1771e47e6277b2fd11e9fb409afff

8 years agoMerge "docs: Updated the location of the build.gradle file where data binding element...
Sreevani Sreejith [Tue, 3 Nov 2015 23:13:26 +0000 (23:13 +0000)]
Merge "docs: Updated the location of the build.gradle file where data binding element is added. Added additional information on data binding configuration." into mnc-docs

8 years agoMerge "docs: Fixed typo." into mnc-docs
Sreevani Sreejith [Tue, 3 Nov 2015 23:11:05 +0000 (23:11 +0000)]
Merge "docs: Fixed typo." into mnc-docs

8 years agodocs: Fixed typo.
sreevanis [Tue, 3 Nov 2015 22:41:05 +0000 (14:41 -0800)]
docs: Fixed typo.

Bug: 25359870
Change-Id: Ie0108bcb63928521e7dedeaccbe1617ee54c4f68

8 years agodocs: Updated the location of the build.gradle file where data binding element
sreevanis [Tue, 3 Nov 2015 17:57:57 +0000 (09:57 -0800)]
docs: Updated the location of the build.gradle file where data binding element
is added.
Added additional information on data binding configuration.

Bug: 25347374
Change-Id: Icd1c04e07cf7b17c016cddda7edf688c00fa877c

8 years agodocs: Fixed typo
Andrew Solovay [Tue, 3 Nov 2015 18:52:08 +0000 (10:52 -0800)]
docs: Fixed typo

Spelling fix, I'll verify it with a build then go ahead and +2
it. I'll leave the stage up until DAC is updated... (See first
comment for stage location.)

bug: 25382224
Change-Id: Ia7127c325890ad205463d9c92c1edb990f24c661

8 years agoMerge "docs: Updated documentaion for data binding set up with new 1.5.0 Android...
Sreevani Sreejith [Tue, 3 Nov 2015 00:34:17 +0000 (00:34 +0000)]
Merge "docs:  Updated documentaion for data binding set up with new 1.5.0 Android Gradle Plugin." into mnc-docs

8 years agodocs: Updated documentaion for data binding set up with new 1.5.0
sreevanis [Fri, 30 Oct 2015 21:44:51 +0000 (14:44 -0700)]
docs:  Updated documentaion for data binding set up with new 1.5.0
Android Gradle Plugin.

Bug: 25347374
Change-Id: I60ec2331a0b1a469ab5d0be0cf4640312dc4337a

8 years agoUpdate AudioManager.getProperty documentation
Glenn Kasten [Sat, 31 Oct 2015 01:24:04 +0000 (18:24 -0700)]
Update AudioManager.getProperty documentation

Change-Id: I004bfdbbac9b0897931fa206bff865bdb600ebf6
(cherry picked from commit 0b986af895ac42e4ad46919cd6c59fcfce443cdb)

8 years agoCDD for pro audio feature does not specify acoustics
Glenn Kasten [Sat, 31 Oct 2015 00:45:52 +0000 (17:45 -0700)]
CDD for pro audio feature does not specify acoustics

Change-Id: If24a2ee485a35ad18969abacf55798b64ff939af
(cherry picked from commit 7587edccd04a5e76ca712fc34fbab0fb562ac86e)

8 years agoExplain ENCODING_PCM_FLOAT
Glenn Kasten [Sat, 31 Oct 2015 01:23:45 +0000 (18:23 -0700)]
Explain ENCODING_PCM_FLOAT

Change-Id: Icf680f65f07023ca6e416a1ef6067132daf607b9
(cherry picked from commit a217f8f9ca270d0dac299131085ccbdeb05384d8)

8 years agodocs: Adding Udacity link and video to Android Material design page
Daniel Yu [Wed, 28 Oct 2015 22:57:35 +0000 (15:57 -0700)]
docs: Adding Udacity link and video to Android Material design page

Updating Android material design page with link and embedded
trailer video as per this request:

https://docs.google.com/document/d/1e5EpnHULmLZL9JCKhtblEw7VCcMNL2HMuEVkkv63Ldw/edit#

Bug: 25026005
Change-Id: I611ccdb18af6f4d3e92822b2a3dd5bba17a525b5

8 years agoMerge "Fix javadoc for CameraManager.AvailabilityCallback" into mnc-docs
Philip P. Moltmann [Thu, 29 Oct 2015 17:46:29 +0000 (17:46 +0000)]
Merge "Fix javadoc for CameraManager.AvailabilityCallback" into mnc-docs

8 years agoMerge "Fix typo in alternative name of P-224 EC curve." into mnc-docs
Alex Klyubin [Thu, 29 Oct 2015 17:35:23 +0000 (17:35 +0000)]
Merge "Fix typo in alternative name of P-224 EC curve." into mnc-docs

8 years agoMerge "docs: Fixed name of uses-permission-sdk-23" into mnc-docs
Andrew Solovay [Thu, 29 Oct 2015 00:10:07 +0000 (00:10 +0000)]
Merge "docs: Fixed name of uses-permission-sdk-23" into mnc-docs

8 years agoMerge "docs: Studio 1.4.1 release notes and download links b/25230207" into mnc-docs
Cheryl Potter [Wed, 28 Oct 2015 23:10:20 +0000 (23:10 +0000)]
Merge "docs: Studio 1.4.1 release notes and download links b/25230207" into mnc-docs

8 years agodocs: Fixed name of uses-permission-sdk-23
Andrew Solovay [Wed, 28 Oct 2015 20:32:36 +0000 (13:32 -0700)]
docs: Fixed name of uses-permission-sdk-23

Docs had incorrectly said the element was named
<uses-permission-sdk23> (missing a hyphen in sdk-23). Fixing all
references to that element, and renaming the reference page
accordingly. A separate CL sets up a redirect from the old page
name to the new one.

See first comment for doc stage location.

Change-Id: I6e675e03f87851d36465a8fdf3de730de524c4a8
bug: 25346975