Commit Graph

74 Commits

Author SHA1 Message Date
Joe Fernandez
129012530f docs: Add ARC documentation TOC file
b/30114799

Change-Id: I397f4712c82628f1b7aa4565fb5ab40381f9f5e2
2016-08-01 17:00:11 -07:00
Mark Lu
494d775cde docs: fix escaped characters in data binding doc
am: 011c07bd80

Change-Id: I319973e92d7e3687c240b71783add9c74af478ce
2016-07-29 20:54:45 +00:00
Mark Lu
011c07bd80 docs: fix escaped characters in data binding doc
This commit fixes the following issues:
- replace curved “”  ‘’ quotes with straight quotes
- replace " and ' with " and ' (no escape required)
- fix incorrectly escaped characters like <

Bug:30471915
Change-Id: I194d04ef7ac8269db3f99f8526da1283e26ef499
2016-07-28 11:15:11 -07:00
David Friedman
f3851c1670 Docs: Migration of N docs to about/versions/
With the transition from N Preview to actual Nougat Release, this CL moves
the high-level overview files from the preview directory into the
about/versions/ directory, under which an archive of current and previous
Android versions' changes resides.

Change-Id: I42373b0302e953f8166c62e7c8422f2481322240
2016-07-27 18:35:22 -07:00
Andrew Solovay
7e7924b074 docs: Fixed bad link to cloud-backup training class
am: c02411f38d

Change-Id: I407879f4ec8fbdfae3551c042dc30e38384ef235
2016-07-28 00:30:37 +00:00
Andrew Solovay
0f9a790e0f resolve merge conflicts of 07fe016 to nyc-dev
Change-Id: Ic1608a44ddeb50738d48cd03d521e6a63f646092
2016-07-27 16:26:19 -07:00
Andrew Solovay
baa3c078a6 Merge "docs: Fixed bad link to cloud-backup training class" into nyc-docs 2016-07-27 22:47:34 +00:00
Andrew Solovay
07fe016b84 docs: Removed reference to Android Support Library
In the Android Studio world, devs download the Android Support
*Repository*, not the now-deprecated *Library*. Updated the prose
and a screenshot to reflect this. Did other cleanup to docs to make
them more consistent with the new Android Studio/Gradle world. (For
example, the process for adding a library is now the same whether
or not the library has resources, so I consolidated the two "adding
a library" sections, and removed the paragraphs from features.html
that specified whether or not a library had resources.)

Also fixed bad formatting of code snippets (once again, we got bit by
the {@code &lt;} issue). Changed the {@code} tags to <code></code> to
fix it.

Other misc. fixes too, as they popped up in the review process.

See first comment for doc stage location.

bug: 30269620
Change-Id: I72922655e9887d1365e97b75982432c97e041f1f
2016-07-27 12:17:32 -07:00
Elliot Waite
c4ae7827e2 Fix code tags that contain html encoded characters, and fix at links.
Change-Id: I1ab2275ac17d75afaa8f3f0039b26633365bcb3a
2016-07-22 18:29:36 -07:00
Andrew Solovay
c02411f38d docs: Fixed bad link to cloud-backup training class
The name and URL of the old "Syncing to the Cloud" class had changed.
Fixed a single bad link; also changed the title on other pages where
the class was referred to by the old name.

I know that changing the _toc.cs files is redundant at this point
(since we don't use those files to generate TOCs any more) but I
figured I'd do it for consistency's sake.

See first comment for doc stage location.

bug: 30309375
Change-Id: I0cd8b1442ef3a8dd8a1917e897a3f0555c48e6ef
2016-07-22 14:44:03 -07:00
Andrew Solovay
6a2782548d docs: Updated support library revision history for 24.1.1
am: 0b80531b5b

Change-Id: I26c19728affe538d49282d9966fa5d87e55ba076
2016-07-22 20:14:57 +00:00
Andrew Solovay
0b80531b5b docs: Updated support library revision history for 24.1.1
See first comment for doc stage location.

bug: 30302654
Change-Id: Icb9a171963b6bf7feec69b6dd36aa6513055bb05
2016-07-22 11:35:04 -07:00
Amanda Kassay
9504b4903a Adding projec.yaml files to all top/sub categories.
Change-Id: I8ac3a958852071da46fa08178ca3a74b103e48df
2016-07-19 16:49:01 -04:00
Mark Lu
c4a0139e26 docs: remove trailing white space from jd files
Change-Id: Id7fb958460bf2f28d88c6120df0395690f32783a
2016-07-18 10:42:11 -07:00
Andrew Solovay
8f786a2301 docs: Added support library 24.1.0
See first comment for doc stage location.

bug: 30143483
Change-Id: Id74e29c45421b48a3de7218dccc504f2136dff5d
2016-07-15 12:25:34 -07:00
Joe Fernandez
419dbdb538 Merge "Doc: Minor fixes following launch of Performance section on DAC." into nyc-dev 2016-07-13 23:00:27 +00:00
Andrew Solovay
f550894eac Merge \\"docs: Fixing badly formatted {@code} strings\\" into mnc-io-docs am: 78125ff7cb
am: 28528e3c62

Change-Id: Ie9a21623f1491983aab4cfc624818bb3b8720185
2016-07-11 21:58:47 +00:00
Andrew Solovay
fee4583b93 docs: Fixing badly formatted {@code} strings
{@code} blocks in .jd files automatically escape special characters
(like <>&) in the contents, which is bad if the contents were
*already* escaped--it turns (e.g.) "&lt; foo &gt;"" into
"&amp;lt; foo &amp;gt;". Fixing it where I find it, by replacing
{@code} tags with old-fashioned <code></code>.

See first comment for doc stage location.

bug: 30038013
Change-Id: Ic502096dc69fb7b43f58a34c3f92fd3a41f033f6
2016-07-11 12:38:12 -07:00
David Friedman
10cb63fe41 Doc: Minor fixes following launch of Performance section on DAC.
Fixes the metaDescription, which had contained dummy text. Change pushed ahead as hotfix.
Also fixes a couple of image URLs, which hadn't reflected the move to under topic/

Change-Id: I9fd776f409934cd5d02e5abba8289f7a79d2ed22
2016-07-02 08:04:20 -07:00
Joe Fernandez
7e8d17d73e Merge "Docs: Performance final changes" into nyc-dev 2016-07-02 00:15:21 +00:00
David Friedman
06dfd514c0 Docs: Performance final changes
Change-Id: I50e7a2e7b455ca3032da339e48a217ce713d1c40
2016-07-01 17:12:55 -07:00
Joe Fernandez
d08b0e9969 Merge "docs: performance: Reduce APK Sizes" into nyc-dev 2016-07-01 23:21:36 +00:00
David Friedman
9c12816a62 Docs: Job-scheduling doc for new DAC Performance section.
Change-Id: Iccdbfcede6774bd7b5e368c53637ca8e194c7ec5
2016-07-01 16:05:16 -07:00
Eric Schmidt
378d112b5a docs: performance: Reduce APK Sizes
Bug: 29152053
Change-Id: I5aa4e7d59c32ef5d6897a47263e055358b1c9dda
2016-07-01 15:56:53 -07:00
Joe Fernandez
106f69c8a6 Merge "Docs: Final edits for initial release of this doc for Performance section of DAC." into nyc-dev 2016-07-01 22:21:31 +00:00
Joe Fernandez
a3d9b5c22e Merge "Docs: Performance section" into nyc-dev 2016-07-01 21:37:30 +00:00
David Friedman
e1fde5e9a9 Docs: Performance section
Change-Id: I97d10159ca9f7698741ce0ff23f87e4866848b1d
2016-07-01 14:35:44 -07:00
Joe Fernandez
a8fa5ffbbc Merge "Docs: Launch-time performance doc for upcoming Performance section on DAC." into nyc-dev 2016-07-01 21:29:31 +00:00
David Friedman
6056c8463d Docs: Final edits for initial release of this doc for Performance section of DAC.
Change-Id: I1e9ec2bb7c79455ec87545c7bb6db812adfa97ae
2016-07-01 14:19:10 -07:00
David Friedman
448bb5762a Docs: New doc on optimizing view hierarchies for upcoming Performance section
Bug: 29514404

This is part of the new Performance section to be launched on DAC soon.

Change-Id: Ib590a97f9b7696251edbdecb28305933014483b7
2016-07-01 14:17:57 -07:00
Joe Fernandez
868a92f11b Merge "Docs: Add page about threads to the upcoming DAC Performance site area." into nyc-dev 2016-07-01 21:05:59 +00:00
David Friedman
24df239047 Docs: Add page about threads to the upcoming DAC Performance site area.
Change-Id: Id82ff4c1c16aee262fbcd3e9f9528fc08fb5dfd5
But: 29338526
2016-06-29 23:07:45 -07:00
David Friedman
741a8c16c7 Docs: Launch-time performance doc for upcoming Performance section on DAC.
Bug: 29234219
Change-Id: I14a56f93b0f14142c10fef37d6f07754e65b6308
2016-06-29 23:04:57 -07:00
Eric Schmidt
4ae205c1dc docs: Edits to Instant Apps FAQs, index page.
Bug: 29571621
Change-Id: Ia0eca7d56f1282f9038b29ef2d0f8a3dfd796629
2016-06-22 12:51:19 -07:00
Hemal Patel
f12c00dea4 Merge \\"Docs: Completed updates to the Data Binding docs\\" into mnc-io-docs am: eebe22fef6
am: f693ea687f

Change-Id: I235e73606098e54fc14568c6437af314f9bea337
2016-06-17 18:35:24 +00:00
Hemal Patel
eebe22fef6 Merge "Docs: Completed updates to the Data Binding docs" into mnc-io-docs 2016-06-17 18:25:48 +00:00
Yigit Boyar
05eaab6a1e Docs: Completed updates to the Data Binding docs
Bug: 28987432

Change-Id: I29d630618f9fff20e3c266f9b8ff59629fc607be
2016-06-16 13:42:47 -07:00
Andrew Solovay
cb64ef6067 docs: Wording change for Support Lib 24.0 release notes
See first comment for doc stage location.

bug: 29215447
Change-Id: I75b1dc88e19e557c9ffee6336bfc342a17d1271f
2016-06-14 18:21:22 -07:00
Andrew Solovay
d7920dcfcc docs: Updated support library revisions page for 24.0.0
See first comment for doc stage location.

bug: 29215447
Change-Id: Ic3f0aee1d62307b03eecc7ddec0ff7902ead37f2
2016-06-10 11:39:13 -07:00
Aurimas Liutikas
248eb25863 Merge \\"Fix code example in testing-support-library.\\" into mnc-io-docs am: e172a4b692
am: 5b8233126d

Change-Id: Iee54ea9150f67b2595df3919ee06d307778d6666
2016-06-09 16:56:54 +00:00
Aurimas Liutikas
d8b2c49475 Merge \\"Fix a link to CustomTabsCallback in support-library docs.\\" into mnc-io-docs am: 2ff2814a4a
am: 5d75a24896

Change-Id: Iaa7fa74ba79eb4b6ea2bdc8274ab1498cb6b79f5
2016-06-09 16:56:50 +00:00
Aurimas Liutikas
e172a4b692 Merge "Fix code example in testing-support-library." into mnc-io-docs 2016-06-09 16:39:26 +00:00
Aurimas Liutikas
29c15361f8 Fix code example in testing-support-library.
Note: mDevice is a variable, there is additional brackets.

Bug:
https://code.google.com/p/android/issues/detail?id=206043

Change-Id: I8e88a6144f1ede1d45262ff034159de524c24b70
(cherry picked from commit 6b1853008e)
2016-06-08 18:05:49 +00:00
Aurimas Liutikas
2e874fe28c Fix a link to CustomTabsCallback in support-library docs.
Bug:
https://code.google.com/p/android/issues/detail?id=183077

Change-Id: I86d1d8e07e42e9e295364b002e7e1534d4d9d5cc
(cherry picked from commit f82032fcf9)
2016-06-08 18:05:33 +00:00
Eric Schmidt
31e070a1b3 Merge "docs: Instant Apps broken link, wonky video thumbnail" into mnc-io-docs am: 5548a7c59c
am: 3c2709c6b7

* commit '3c2709c6b7b40f0a31674a775f891ca4e198cfa5':
  docs: Instant Apps broken link, wonky video thumbnail

Change-Id: Ib072e701b8793baba0c9da9a24748dc89b1dae55
2016-05-25 21:50:00 +00:00
Eric Schmidt
22f5dd2372 docs: Instant Apps broken link, wonky video thumbnail
Bug: 28861513
Bug: 28842359
Change-Id: I8c90d3131f614727a96937702f062a95f998047a
2016-05-24 16:56:45 -07:00
Joe Fernandez
31676c1a9b Merge "docs: Add video to Instant Apps landing page" into mnc-io-docs am: 99ffb30302
am: ac9135e737

* commit 'ac9135e737ff53b6e680d9f81dd32012365041b4':
  docs: Add video to Instant Apps landing page

Change-Id: I3c97783703ce80079636f18d4708796b34b351e9
2016-05-19 01:25:19 +00:00
Joe Fernandez
ef0f1fd4d5 docs: Add video to Instant Apps landing page
b/28842359

Change-Id: Idb097501425ca0a50f547a22f54217878075376a
2016-05-18 18:07:17 -07:00
Eric Schmidt
adcb712154 docs: Fix to nav, added _book.yaml am: 584c09929e
am: 6856d6f0b7

* commit '6856d6f0b76527c75c5147c392f1bb10d5f121fb':
  docs: Fix to nav, added _book.yaml

Change-Id: Ib3843b9ab63076cac75aea6517027de634a361a8
2016-05-18 19:50:34 +00:00
Eric Schmidt
584c09929e docs: Fix to nav, added _book.yaml
Bug: 28317418
Change-Id: I7f05376348ffec14d0173d4d0477f8571527297d
2016-05-18 12:30:34 -07:00