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
Generic types, such as List<String>, must be escaped when they are
used in XML. For example, List<String>. This commit adds
escape characters to the XML samples in the data binding page.
Bug: 30691285
Change-Id: If55ed55d13fb11038e2495884c79698e67219108
This commit fixes the following issues:
- replace curved “” ‘’ quotes with straight quotes
- replace " and ' with " and ' (no escape required)
- fix incorrectly escaped characters like &lt;
Bug:30471915
Change-Id: I194d04ef7ac8269db3f99f8526da1283e26ef499
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 <} 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
{@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.) "< foo >"" into
"&lt; foo &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
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)
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
am: 6c568e6322
* commit '6c568e632242e99eb255f721edcbec0223f9934d':
Update links for all files under sdk/ that moved to studio/
Change-Id: I2acd1acd6fef98c527ef4dfc0d016bb5cfa296cc
am: d10e0132a1
* commit 'd10e0132a124f5a24bec436600e04b8f97720e7e':
Update links for all files under sdk/ that moved to studio/
Change-Id: If4a364fecbbb012f5b6beb739d879b003f90e6d9
am: 795017bc93
* commit '795017bc9333b66809198520ab9630f82f7d08db':
docs: Updated support library revision history for 23.4.0
Change-Id: I5642ef251c5f55a82ddb9b1e8029af3c0f6911c4
am: 84d134b6cf
* commit '84d134b6cff10d0d41de2e1317afad8499a14e3c':
docs: Updated support library revision history for 23.4.0
Change-Id: Ie9ac69cc6f0d09aeff6c42410c83a642961cd3fa
am: 788b96f582
* commit '788b96f582801ffb9d5607c92bf9456427b1aeb7':
docs: Updated support library revision history for 23.4.0
Change-Id: I1ebc1057cc095d3ea4cf1132201d888633e1463c
Also added the libraries sub-TOC to the "API Guides" TOC.
See first comment for doc stage location.
Change-Id: I06aac939e40ffad7888801ea01f6d4decd6eb4d1
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