summaryrefslogtreecommitdiff
path: root/docs/html/guide/components
AgeCommit message (Collapse)Author
2017-03-21cherry-pick from nyc-mr1-dev docs: Removing Android docs from GerritAndrew Solovay
Original Change-Id: I5331cdc968be817ff70ba32dd03fce76493a6ab8 Test: make ds-docs Android developer docs are now maintained in Piper, go/dac-source Removing all files from Gerrit, since these files can cause build errors if they refer to classes that are later removed (whence bug b/35849713 ). Gerrit already has readme files in these directories telling people docs are not maintained here; these readmes will be a lot easier to spot now. Ran a doc build with these files deleted, and it seems to work fine, so submitting this CL *shouldn't* break anything. Bug: 35849713 Change-Id: Ic74c3f97f9620daf23543930a8b7ed1386f4d172
2016-10-24docs: Update startService() & bindService() documentation (Proj13)George French
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-09-26Merge "docs: Wi-Fi settings example now uses Settings constant correctly" ↵Kevin Hufnagle
into nyc-dev
2016-09-21Revert fixed at links.Elliot Waite
This reverts commit c4ae7827e26ab3d0ac340d896c28c166da860fdb. Change-Id: I65729721ced7fc04d0b9691b63520007adddee29
2016-08-30docs: Wi-Fi settings example now uses Settings constant correctlyKevin Hufnagle
The constant ACTION_WIFI_SETTINGS is part of the Settings class, not the Intent class. An example intent for opening settings has been changed to reflect this class structure. Bug: 17464977 Change-Id: I160354a11392ad001c127525983a1b84a4dfbe00
2016-08-17Docs: Renamed Google Now to Google Voice ActionsHemal Patel
am: 86bbfaabdd Change-Id: If177e10f331ca5ade62005337956b0fa81a90f26
2016-08-08Docs: Renamed Google Now to Google Voice ActionsHemal Patel
This commit contains the following changes: - Renamed instances of Google Now to Google Voice Actions - Removed the Intents fired by Google Now section as it is obselete - Added link to the Google Voice Actions page - Changed the voice-icon.png's reference link to the System Actions reference section on the Google Voice Actions page - Revised the HTML comment and local CSS by replacing Google Now box with Google Voice Actions box. Bug: 19501778 Change-Id: I3e4364aaceaff4f5bceb090dd4f8da548dfa5c30
2016-07-22Fix code tags that contain html encoded characters, and fix at links.Elliot Waite
Change-Id: I1ab2275ac17d75afaa8f3f0039b26633365bcb3a
2016-07-18docs: remove trailing white space from jd filesMark Lu
Change-Id: Id7fb958460bf2f28d88c6120df0395690f32783a
2016-04-19Resolve merge conflicts of a5060ee to nyc-devTrevor Johns
This undoes the automerger skip which occured in commit e740c84dc32180214a7fd157105d6c18d30408ee and replays it as a standard (NOT -s ours) merge. Change-Id: If5a47be26f73d6a0735c425cd66310a3e2a89086
2016-02-16Fix bug in IntentService and Service example code.Florian Salbrechter
Use Thread.sleep instead of Object.wait which simplifies the example. Also there is a tiny chance, that wait will be called with 0, which blocks forever. Change-Id: I4cf90a33089a64bdf802620350f76af08f15f721 (cherry picked from commit 77d8857ed58503669e0659989c02fb7f1ca936b4)
2015-12-02Fix @code escapesNeil Fuller
The body of {@code} must not be HTML escaped. This is one of several changes that fix the source in conjunction with a doclava fix. Bug: 25757239 Change-Id: Ib38a0fa2dd2a3d68e467f78a812071e763d7e881
2015-11-18Fixed typos.Felipe Leme
Change-Id: I13f2a0cd9b5e41a6af27fbbc6f33ecc0241b3c29
2015-07-13am 1962b730: am 3430bec7: Merge "docs: Removed parenthetic phrase that made ↵Robert Schaub
explanation unnecessarily confusing" into mnc-preview-docs * commit '1962b730067d5b9ad9666ee3a7d1e3f90004c7d7': docs: Removed parenthetic phrase that made explanation unnecessarily confusing
2015-07-07docs: Removed parenthetic phrase that made explanation unnecessarily confusingRobert Schaub
Bug: 10641790 Change-Id: I07cce015174edc43464d116364d47d191ee27fd4
2015-06-24am c1b4b058: am c5a480d1: am fdad629f: am 6859a9f0: Merge "docs: Pare down ↵Luan Nguyen
the adb guide and remove sections that are duplicated in the tools list." into lmp-docs * commit 'c1b4b0580ccdbccee25f4bc97e94530e4982e1f7': docs: Pare down the adb guide and remove sections that are duplicated in the tools list.
2015-06-24am 6859a9f0: Merge "docs: Pare down the adb guide and remove sections that ↵Luan Nguyen
are duplicated in the tools list." into lmp-docs * commit '6859a9f09049d1dc760b98a6cbb278b591de63a6': docs: Pare down the adb guide and remove sections that are duplicated in the tools list.
2015-06-22docs: Pare down the adb guide and remove sections that are duplicatedLuan Nguyen
in the tools list. bug: 12879186 Change-Id: Ic2d17ef29eac15a9ffc40e05b056dc17d71069e8
2015-04-30am c15736b9: am c2e2c7d5: Merge "docs: Minor formatting cleanup." into ↵Andrew Solovay
lmp-mr1-ub-docs * commit 'c15736b95d61033f03b1446371315bfa46252aaf': docs: Minor formatting cleanup.
2015-04-29docs: Minor formatting cleanup.Andrew Solovay
Code sample had an overlong line, which caused a horizontal scroll- bar in the generated doc. Change-Id: I55b0318049be9e4ff473bdc739bb8265ca2da248
2015-03-13am 83b96e02: am d9eb3881: am 0c89bdb7: am 0d756f7d: am 217a4356: am ↵Luan Nguyen
a8bdd2f3: am 42bb44db: Merge "docs: Remove deprecated Fitness information from this doc. Guides have been moved to developers.google.com/fit" into lmp-docs * commit '83b96e02a4bc8b0e9f5308b441609411ee347baf': docs: Remove deprecated Fitness information from this doc. Guides have been moved to developers.google.com/fit
2015-03-02docs: Remove deprecated Fitness information from this doc.Luan Nguyen
Guides have been moved to developers.google.com/fit bug: 19387145 Change-Id: I6d14d2e643e68d923e135555e0b3c78060e22b8e
2015-01-13am c2d95052: am 62ceea31: am f5569413: docs: Fix broken link in Common ↵Ricardo Cervera
Intents automerge: c2d373a automerge: 8eb3060 automerge: cca3d44 * commit 'c2d950521919f35c75d60013276fb422789151a2': docs: Fix broken link in Common Intents
2015-01-13docs: Fix broken link in Common IntentsRicardo Cervera
Bug: 18991366 Change-Id: I998e5213bb7117ebd26ab335206f430f60d1c537
2014-12-12Remove references to apache-http from various documents.Narayan Kamath
Most of them are pointless links to a "text/plain" constant which are far clearer when inlined with the relevant text. Change-Id: Iaed51b4548cb2836741106dc19c9cf500c205d32
2014-11-18Merge "docs: Add link to "Voice search in your app" video." into lmp-docsRicardo Cervera
2014-11-18docs: Add link to "Voice search in your app" video.Ricardo Cervera
Bug: 18407660 Change-Id: I9062c708b64586116e5af4df5d83b73988189e8a
2014-11-12fix code type and mention api level 21 exception for bindService()smain@google.com
Change-Id: I45460a1559960a32818e9cc88b1241b26f2f1f7d
2014-10-27docs: Add SearchXonY to Common IntentsRicardo Cervera
Change-Id: Idb68c0dc95dfd0a21a73df707a7a1f5b21c3ee5e
2014-10-17docs: update location of sample appsScott Rowe
Change-Id: I5079d5578c29cde387d087ec8767ae03aaa7ebe2
2014-10-16docs: Recents screen for tasks and activitiesScott Rowe
Change-Id: I94774e60e6a7453a047ad394c3bbfff0cc4dfc7d
2014-10-16am a1e3063e: am ab64919c: Merge "docs: update reference to ↵Scott Rowe
FragmentRetainInstance" into klp-modular-docs * commit 'a1e3063ebe04c8c304f48a02117085962f75cb63': docs: update reference to FragmentRetainInstance
2014-10-16Merge "docs: update reference to FragmentRetainInstance" into klp-modular-docsScott Rowe
2014-10-07am a18075e8: am bd964cad: docs: Removing references to self note on Common ↵Ricardo Cervera
Intents page. * commit 'a18075e82b603762382232816c0d74abcc7e46e7': docs: Removing references to self note on Common Intents page.
2014-10-07am 6d30f576: am 3f7b4d8f: Merge "docs: Update Common Intents page with ↵Ricardo Cervera
Google Now actions" into klp-modular-docs * commit '6d30f576146725ee81b8cb753584985a2758b566': docs: Update Common Intents page with Google Now actions
2014-10-07docs: Removing references to self note on Common Intents page.Ricardo Cervera
Change-Id: Ia1324f2363ce66ad0019946605a6a74a4cd28ecc
2014-10-06docs: Update Common Intents page with Google Now actionsRicardo Cervera
Change-Id: I474539d37791b16df693193bcdaee4e2161a2612
2014-08-21am c1da9cbf: am 2c374e64: am 82957e38: Merge "docs: Fixed typo in intents ↵Ricardo Cervera
page. Bug: 16949177" into klp-modular-docs * commit 'c1da9cbff5d5b597fd58cbb578a1eadc6f479c80': docs: Fixed typo in intents page. Bug: 16949177
2014-08-20docs: Fixed typo in intents page. Bug: 16949177Ricardo Cervera
Change-Id: Ie3ae033932134058008dd17124f1bbd43e24a65d
2014-08-18docs: Removing radio from music intentsRicardo Cervera
Change-Id: Iaf645d692b247994dd8c12835c387ff296b26019
2014-08-18am cce5036c: am 88a1f40c: am fb1f5bde: docs: Removing radio from music intentsRicardo Cervera
* commit 'cce5036cb00c7e25f1d226c6405e6231f5913444': docs: Removing radio from music intents
2014-08-12docs: update reference to FragmentRetainInstanceScott Rowe
Change-Id: I45cf1404a39f81b822716cef061d1463cfff84ca
2014-06-13html cleanup. delete quickviewssmain@google.com
Change-Id: Ifd71ca32848982919f37f8927acd8b66b0cf4438
2014-06-14am b06efc72: am aa1ecf5c: html cleanup. delete quickviewssmain@google.com
* commit 'b06efc724cdf571342f5d1ebc9ff075624d4aebd': html cleanup. delete quickviews
2014-06-04am c1d8b0c4: am 689eb9e9: am dba68be3: am 00aae279: Merge "Fixed typos. ↵David Friedman
"describe"-->"describes"; "allow"-->"allows"" into klp-docs * commit 'c1d8b0c4e904b7aaeb0897fd008f5525cb731dd0': Fixed typos. "describe"-->"describes"; "allow"-->"allows"
2014-05-30Fixed typos. "describe"-->"describes"; "allow"-->"allows"David Friedman
Change-Id: I7910b39dcd6c2bb2f8a68ac02f3ff305dd195874
2014-05-14resolved conflices for merge of 93ccd1a2 to masterDirk Dougherty
Change-Id: Ic77367cb9c90027e036a461697295fd604b50014
2014-05-14Doc change: Updated content for distribute.Dirk Dougherty
Change-Id: I612fbb8e5b7aedd73c0e633e5517bb89375760ed
2014-05-07am b5342f96: am fe997295: am 01dc133b: am f1bc39b8: fix code error. The data ↵Scott Main
type was wrong, but it\'s actually not needed. * commit 'b5342f965b19a053b093f554930893b91c2e763e': fix code error. The data type was wrong, but it's actually not needed.
2014-05-06fix code error.Scott Main
The data type was wrong, but it's actually not needed. Change-Id: I50275fd16c72de42b75f24be6192ca974bd67488