1468 Commits

Author SHA1 Message Date
George French
9748d76be9 docs: Update startService() & bindService() documentation (Proj13)
Updated Update startService() and bindService() docs to mention that they
no longer support implicit intent. And mentioned that the  Intellegent
job scheduling is now the preferred method for launching services.
We also performed a copy edit, implementing Google styles.

Bug:  18333456
Change-Id: I2b2ec666be870aea15045d30fbc822256d1b9a81
2016-10-24 11:49:41 -07:00
Daniel Yu
f8a8260c0d docs: Updating TIF docs for new TIF Companion library.
am: e0810402fb

Change-Id: Ic44c96963d1dd172f07f6564a084ca731bf49762
2016-10-19 17:44:46 +00:00
Hemal Patel
b361f519dc Merge "Docs: Fixed a broken link" into nyc-dev 2016-10-18 22:54:39 +00:00
Hemal Patel
9a641b6989 Docs: Fixed a broken link
Fixed a broken link for the setNotificationResponsiveness method.

Bug: 30819479
Change-Id: I5d05878d2b88abed4016729b034144e29a0afb44
2016-10-14 14:59:33 -07:00
Bert McMeen
3e01ab2b0e Docs: Remove a reference to a deprecated sample
Bug: 31709180
Change-Id: Ieec19820b1154628236495541a28b50089c4e0cd
2016-10-10 14:21:00 -07:00
Daniel Yu
e0810402fb docs: Updating TIF docs for new TIF Companion library.
The TIF Companion library makes creating a TIF app much easier, and
will be the recommended starting point for devs going forward. This
update adds docs on using this library, and modifies the existing
docs for creating a TIF app from scratch (for devs that can't use
the companion library).

Bug: 30678049
Change-Id: Iaa5a6d0a4c9f0f2faf1e30549aba754ced7cc27a
2016-10-06 10:01:54 -07:00
Mark Lu
d93a31bbe0 Merge "Docs: Updates to backup documentation" into nyc-dev 2016-09-30 21:40:32 +00:00
Mark Lu
f0968050f6 Docs: Updates to backup documentation
Change-Id: I9349e5f8585687b1159f13029b6c13b89dafd8c9
2016-09-30 13:36:50 -07:00
Sreevani Sreejith
f8c8a636d2 Merge "docs: Updated wording on auto playback app requirement." into nyc-dev 2016-09-30 17:33:35 +00:00
David Friedman
0b611f1cb4 Docs: Loose ends from release of Performance and Power docs, 2nd iteration.
Change-Id: I09fe9f0554ebaff6e0a4852a8d48d971ce8a3cee
2016-09-29 23:06:57 -07:00
Eric Schmidt
d557cc3b8c docs: Manage Memory perf article
am: adff7b5447

Change-Id: Idbef70e4ac4e7a3d8ec10298a8359e6038b6cd2e
2016-09-30 02:56:12 +00:00
sreevanis
d4fa870a6a docs: Updated wording on auto playback app requirement.
Bug:30445851
Change-Id: I9cae3ca13722d9484032ddb21203c58d774ef330
2016-09-29 14:45:14 -07:00
Eric Schmidt
adff7b5447 docs: Manage Memory perf article
Bug: 30432311
Bug: 16541280
Change-Id: I3fedf48e8f7b11ddeb55c6942f9994e056fd1653
2016-09-28 19:13:40 -07:00
Kevin Hufnagle
cc717cdb01 Merge "docs: Fixed constants in manifest sample related to battery level." into nyc-dev 2016-09-28 20:09:31 +00:00
Eric Schmidt
d780260f10 Merge "docs: Update BroadcastReceiver docs for performance" into nyc-dev 2016-09-27 21:42:06 +00:00
Eric Schmidt
f4dbb4091b Merge "docs: Adding Espresso Intent and Web docs" into nyc-dev 2016-09-27 21:41:43 +00:00
Eric Schmidt
34fb906c1a docs: Adding Espresso Intent and Web docs
Bug: 20721203
Bug: 20720633
bug: 27453733
Change-Id: I67a7d09a6652e3463728691f2a1f5679e900e776
2016-09-27 13:19:43 -07:00
Eric Schmidt
8cf3c1b532 docs: Update BroadcastReceiver docs for performance
Bug: 30746266
Change-Id: I6d1537872918d955ab11d8596c6c96c64fe4f786
2016-09-27 10:55:38 -07:00
Kevin Hufnagle
c2066caf26 Merge "docs: Fixed typo in "Query the View Hierarchy" heading title" into nyc-dev 2016-09-26 22:53:42 +00:00
Kevin Hufnagle
4ddd72920a Merge "docs: Added recommendation to use jCenter dependency for Volley" into nyc-dev 2016-09-26 22:43:38 +00:00
Kevin Hufnagle
92ef9413a9 Merge "docs: Fixed variable naming error in code snippet for viewing a video" into nyc-dev 2016-09-26 22:41:22 +00:00
Kevin Hufnagle
48d555f95b Merge "docs: Fixed typo in first paragraph of connectivity monitoring page" into nyc-dev 2016-09-26 22:41:00 +00:00
Elliot Waite
c77b72f244 Merge "Revert fixed at links." into nyc-dev 2016-09-22 02:19:44 +00:00
Elliot Waite
7c70fed347 Revert fixed at links.
This reverts commit c4ae7827e26ab3d0ac340d896c28c166da860fdb.

Change-Id: I65729721ced7fc04d0b9691b63520007adddee29
2016-09-21 16:38:02 -07:00
Kevin Hufnagle
b6b57d432d docs: Fixed typo in "Query the View Hierarchy" heading title
Bug: 30878639
Change-Id: I7bd7a3a14d388f01df18da674bdb79adadf6da7f
2016-09-21 15:31:21 -07:00
Adarsh Fernando
4b6d939321 Docs: Cleanup of Preview language in Android 7.0 docs.
bug:31647521
Change-Id: I882f7d7cb5bb1ddcc18ddbc29b17edbbbd84131a
2016-09-21 21:58:46 +00:00
Elliot Waite
28d87163e1 Fix some at links.
Change-Id: Ia455e7edff115e9c5b8e531c3fe430114aeb3d8e
2016-09-20 17:12:13 -07:00
Mary Yanchar
e5e9265e09 Merge "Small change for new sample test code" into nyc-dev 2016-09-20 18:19:24 +00:00
Kevin Hufnagle
d00481bef2 docs: Fixed constants in manifest sample related to battery level.
Bug: 31064851
Change-Id: Ia4b07172984773dc8a0cac8fbe85e412f3381886
2016-09-19 16:53:52 -07:00
Mary Yanchar
acb3eb39da Small change for new sample test code
Making a very small change to mention the example instrumented tests,
since the new code now matches the setup described in this tutorial.

Bug: 28932254
Change-Id: I1bcaa858a1e51609f0ab2863e2738f7aed96c01a
2016-09-19 22:38:15 +00:00
Scott Main
e89de23e0a Merge "Revert "Revert "add dev guide for constraint layout.""" into nyc-dev 2016-09-19 00:20:07 +00:00
Scott Main
02c72bc570 Revert "Revert "add dev guide for constraint layout.""
Studio 2.2 launch is back on.

This reverts commit e6469e821140a44858a4a8a518771992121f9258.

Change-Id: I1fd2bccf2bab302b81fc520ca1d2c34155f6cde7
2016-09-19 00:18:30 +00:00
Kylie Jue
eae7f0b513 Merge "docs: Added v7 Palette library documentation and images to DAC training. https://android-dot-devsite.googleplex.com/training/material/palette-colors.html" into nyc-dev 2016-09-16 21:51:18 +00:00
Kylie Jue
70db4fab5c docs: Added v7 Palette library documentation and images to DAC training.
https://android-dot-devsite.googleplex.com/training/material/palette-colors.html

Bug: 30034142

Change-Id: I1e82b82a84def6ef72e0401418085694d5bbeee2
2016-09-16 10:22:40 -07:00
Dan Yu
f3f6921b57 Merge "docs: Add docs on OnboardingFragment" into nyc-dev 2016-09-15 16:13:22 +00:00
Scott Main
a688419378 Merge "Revert "add dev guide for constraint layout."" into nyc-dev 2016-09-15 03:38:42 +00:00
Scott Main
e6469e8211 Revert "add dev guide for constraint layout."
studio 2.2 launch delayed

This reverts commit 346f6d395ccf1196a289f4314d26aa026a2dbba5.

Change-Id: I61a555ed3f804dfdc4ef3e9a84e869154206639d
2016-09-15 03:37:37 +00:00
Scott Main
03ed8f30cb Merge "add dev guide for constraint layout." into nyc-dev 2016-09-14 21:33:11 +00:00
Kevin Hufnagle
5251c874cc Merge "docs: Added note about permission/feature changes with network/GPS." into nyc-dev 2016-09-13 05:49:30 +00:00
Scott Main
bf5f1674c7 Merge "update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron Carey. bug: 30400568" into nyc-dev 2016-09-12 21:42:29 +00:00
Kevin Hufnagle
5b0b1fcd0d docs: Added recommendation to use jCenter dependency for Volley
Bug: 27170930
Change-Id: I4c542c7031b89f527f757c76b6cf3ed196fe6f45
2016-09-09 13:51:31 -07:00
Kevin Hufnagle
043e7b87a5 docs: Fixed variable naming error in code snippet for viewing a video
The code snippet in the "View the Video" section now uses consistent
naming for the variable that represents the Intent containing the URI
of the video to play.

Bug: 25068669
Change-Id: Ibb1a454d647e8ab6cccfe9a8b0efd4fb5c986290
2016-09-08 22:48:56 -07:00
Kevin Hufnagle
c3dc9a1c8e docs: Fixed typo in first paragraph of connectivity monitoring page
Bug: 25649961
Change-Id: Idb5456b2a6190c84abbd1ca026f60db2c2edb08f
2016-09-08 22:23:49 -07:00
smain@google.com
b433d73843 update Cloud Test Lab guide for Firebase / Studio 2.2.
Originally written by Aaron Carey.
bug: 30400568

Change-Id: I49132b33b388f1aeca0d286fc589940a4a6e3098
2016-09-08 16:55:05 -07:00
Kevin Hufnagle
0090727d95 docs: Added note about permission/feature changes with network/GPS.
As of API level 21, the ACCESS_COARSE_LOCATION permission no longer
implies the android.hardware.location.network feature, and the
ACCESS_FINE_LOCATION permission no longer implies the
android.hardware.location.gps feature. Updated several docs
accordingly.

Bug: 28052540
Change-Id: Ia86dfd390f85c7a99b50af862d5096f0ac64a133
2016-09-08 15:53:15 -07:00
smain@google.com
346f6d395c add dev guide for constraint layout.
originally written and reviewed for Piper:
https://critique.corp.google.com/#review/129818554

bug: 28428669
Change-Id: If81f8792d3f7afb89ab75fba5c6994201eea234e
2016-09-08 15:25:20 -07:00
smain@google.com
14f51a724e revisions to the Building Your First app class with feedback from mpawlan (thank you!)
stage: https://android-dot-devsite.googleplex.com/training/basics/firstapp/creating-project.html

Change-Id: I40ce201553226fa36477e54b82721bc6cc85b88b
2016-09-07 21:09:27 +00:00
Andrew Solovay
6f29c2091c docs: Fixing formatting problem
Fixing problem (mismatched <div> tags) that caused the page text to be
obscured. See first comment for doc stage location.

bug: 31046432
Change-Id: I82227fd29764755885458c1c011db534325fcde3
2016-08-26 13:35:03 -07:00
Mark Lu
209fb02f84 Merge "docs: fix code snippets in SQL Databases page" into nyc-dev 2016-08-25 21:33:26 +00:00
Daniel Yu
d64f8bfe1f docs: Add docs on OnboardingFragment
Add a dev guide for OnboardingFragment, used to show
information to a first-time user in an Android TV app.

Bug: 26488857
Change-Id: I91305bf4013090e84c8771206f1144d210c038db
2016-08-24 16:45:36 -07:00