Commit Graph

44 Commits

Author SHA1 Message Date
Andrew Solovay
39cc61a4db docs: Docs for Support Library 24.2.0 release
am: 085994c40d

Change-Id: I7e69bf585d342f1075856673e52ff15207be4a1c
2016-08-17 17:48:47 +00:00
Andrew Solovay
085994c40d docs: Docs for Support Library 24.2.0 release
Includes updates to the features doc, to reflect the v4 support
library's division into several smaller modules. Also modified
the transitions doc to note the support library's support for
transitions in API levels 14-19.

Since we're deprecating support for API levels below 9, I changed
several examples to use higher API levels.

See first comment for doc stage location.

bug: 30505601
Change-Id: Ic06a023f705893c91ff3b86d0af8cfed957eb724
2016-08-16 12:29:30 -07:00
Mark Lu
7f703bde72 docs: fixed generics in data binding code samples
am: b1b5efd3be

Change-Id: Iecafea06866a4579824435467c5dd31859c0dbd4
2016-08-08 22:37:19 +00:00
Mark Lu
b1b5efd3be docs: fixed generics in data binding code samples
Generic types, such as List<String>, must be escaped when they are
used in XML. For example, List&lt;String>. This commit adds
escape characters to the XML samples in the data binding page.

Bug: 30691285
Change-Id: If55ed55d13fb11038e2495884c79698e67219108
2016-08-05 10:17:00 -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 &quot; and &apos; with " and ' (no escape required)
- fix incorrectly escaped characters like &amp;lt;

Bug:30471915
Change-Id: I194d04ef7ac8269db3f99f8526da1283e26ef499
2016-07-28 11:15:11 -07: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
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
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
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
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
Michael Wright
eea825d67e docs: Fix attr link in support lib docs.
This issue was breaking the build in nyc-docs; Michael made the fix
there, so I'm cherrypicking it back to our doc branches.

Change-Id: Ie15bd056ebf939270dfcd45dda56946ed41b56f0
(cherry picked from commit ae316f8424)
2016-05-18 18:08:30 +00:00
Michael Wright
ae316f8424 Fix attr link in support lib docs.
It accidentally pointed to the media router resources rather than the
app compat ones.

Change-Id: Ie15bd056ebf939270dfcd45dda56946ed41b56f0
2016-05-18 15:58:39 +01:00
Michael Wright
9363b31196 Revert "Revert "docs: Creating new support library revision history page""
This reverts commit 982fd04335.
2016-05-18 15:24:36 +01:00
Bart Sears
982fd04335 Revert "docs: Creating new support library revision history page"
This reverts commit 09e9d24bcf.

Change-Id: Idbece8b39491eea7e2324916a5a88f08f2623f1f
2016-05-18 07:22:20 +00:00
Andrew Solovay
61dbd85a9e resolve merge conflicts of bd96855 to nyc-dev
Change-Id: Ic07598d00f7ea59f800c260ba448a16df4e397dd
2016-05-17 17:06:52 -07:00
Andrew Solovay
09e9d24bcf docs: Creating new support library revision history page
Previously, the support library revision history had been on
index.html, along with the overview. Pulling the history out onto
its own page. (There doesn't seem to be a way to set up a redirect--
redirects from /foo.html#bar to /bar.html don't seem to be honored.)

bug: 28721552
Change-Id: I26b8aead4161f1555cead02a4c61cc1b45ca1dbe
2016-05-17 13:51:43 -07:00
smain@google.com
e9746f7a6a Update links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e0132a1
am: 6c568e6322

* commit '6c568e632242e99eb255f721edcbec0223f9934d':
  Update links for all files under sdk/ that moved to studio/

Change-Id: I2acd1acd6fef98c527ef4dfc0d016bb5cfa296cc
2016-05-15 03:11:46 +00:00
smain@google.com
6c568e6322 Update links for all files under sdk/ that moved to studio/ am: 89d11705a1
am: d10e0132a1

* commit 'd10e0132a124f5a24bec436600e04b8f97720e7e':
  Update links for all files under sdk/ that moved to studio/

Change-Id: If4a364fecbbb012f5b6beb739d879b003f90e6d9
2016-05-15 03:09:06 +00:00
smain@google.com
89d11705a1 Update links for all files under sdk/ that moved to studio/
Change-Id: I624621dfd7df0f441d0b559e5a12029e5e299964
2016-05-15 02:55:23 +00:00
Andrew Solovay
d7b2daf45b docs: Updated support library revision history for 23.4.0 am: 788b96f582 am: 26bd35becb am: 84d134b6cf
am: 795017bc93

* commit '795017bc9333b66809198520ab9630f82f7d08db':
  docs: Updated support library revision history for 23.4.0

Change-Id: I5642ef251c5f55a82ddb9b1e8029af3c0f6911c4
2016-05-11 22:42:52 +00:00
Andrew Solovay
795017bc93 docs: Updated support library revision history for 23.4.0 am: 788b96f582 am: 26bd35becb
am: 84d134b6cf

* commit '84d134b6cff10d0d41de2e1317afad8499a14e3c':
  docs: Updated support library revision history for 23.4.0

Change-Id: Ie9ac69cc6f0d09aeff6c42410c83a642961cd3fa
2016-05-11 22:23:24 +00:00
Andrew Solovay
26bd35becb docs: Updated support library revision history for 23.4.0
am: 788b96f582

* commit '788b96f582801ffb9d5607c92bf9456427b1aeb7':
  docs: Updated support library revision history for 23.4.0

Change-Id: I1ebc1057cc095d3ea4cf1132201d888633e1463c
2016-05-11 21:57:10 +00:00
Andrew Solovay
6f9f75e106 docs: Fixing bad URL in libraries TOC am: 084d99bfd4 am: d9092978cd
am: 35515f4fdb

* commit '35515f4fdb9e0c5ae4618a8b55addd2e24cf6983':
  docs: Fixing bad URL in libraries TOC

Change-Id: I930f38f695dc831983afc414799cbfc9398ff867
2016-05-05 01:01:58 +00:00
Andrew Solovay
35515f4fdb docs: Fixing bad URL in libraries TOC am: 084d99bfd4
am: d9092978cd

* commit 'd9092978cde2bfdb291c5a5edbec4c28404a8e0d':
  docs: Fixing bad URL in libraries TOC

Change-Id: I25103954c34a912c75e9cbbda01aeb007f03b410
2016-05-05 00:59:37 +00:00
Andrew Solovay
084d99bfd4 docs: Fixing bad URL in libraries TOC
Also added the libraries sub-TOC to the "API Guides" TOC.

See first comment for doc stage location.

Change-Id: I06aac939e40ffad7888801ea01f6d4decd6eb4d1
2016-05-04 16:20:01 -07:00
Andrew Solovay
a75f01557c Merge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs am: 6006856b24 am: 5c197a1513
am: 99dfd4c92f

* commit '99dfd4c92f13f9fe024fe995261bcfdd8bd61295':
  docs: Renaming /go/ top-level directory to /topic/

Change-Id: Ie817cd75f56e9bc8d5080711d0cb7de6887541aa
2016-05-04 18:30:17 +00:00
Andrew Solovay
99dfd4c92f Merge "docs: Renaming /go/ top-level directory to /topic/" into mnc-mr-docs am: 6006856b24
am: 5c197a1513

* commit '5c197a1513a1a3b181977c6425a0f542d770a1bc':
  docs: Renaming /go/ top-level directory to /topic/

Change-Id: I1a49367d42f2d16e0b3c9c9f41bb844a00052490
2016-05-04 18:23:07 +00:00
Andrew Solovay
f33272d531 docs: Renaming /go/ top-level directory to /topic/
Per discussion with JF and DD, the new holding pen for not-quite-
top-level topics will be a "/topic/" directory, not "/go/". (Currently
the only thing living there is the new "libraries" section.)

Updating redirects and TOCs accordingly. See first comment for
doc stage location.

bug: 28558659

Change-Id: I09201a8334cac70d76559a106a74d5a29fe82128
2016-05-03 16:48:31 -07:00