Commit Graph

18 Commits

Author SHA1 Message Date
Andrew Solovay
7cfe9f83ac docs: Added note about CustomTabsIntent.setAlwaysUseBrowserUI
See first comment for doc stage location.

bug: 31181353
Change-Id: Ibdd8c32be4b182241a4b2d3b4f430dbca18c53fb
2016-08-30 12:45:06 -07:00
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
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
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
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
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
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
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
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
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
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