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
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.) "< 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
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
Eric Schmidt
ea65985513
Merge "docs: Updates to GIFs on WH home page" into mnc-io-docs am: 5ca058d38e
...
am: ef033cd807
* commit 'ef033cd807e23643b160bcb2152ba36eb3b8a2ed':
docs: Updates to GIFs on WH home page
Change-Id: I13a20a619f9adf79901306585e2e17e28f6ebe84
2016-05-18 19:28:52 +00:00
Eric Schmidt
5ca058d38e
Merge "docs: Updates to GIFs on WH home page" into mnc-io-docs
2016-05-18 19:18:51 +00:00
Eric Schmidt
90e0b3da6f
docs: Updates to GIFs on WH home page
...
Bug: 28317418
Change-Id: I848dd7fa8c9c17681c514dc4ef10ccb9133e4200
2016-05-18 11:45:30 -07:00
Michael Wright
252b996fee
docs: Fix attr link in support lib docs.
...
am: eea825d67e
* commit 'eea825d67e271ac4adc48fd696d8cf7f4cbe0dc5':
docs: Fix attr link in support lib docs.
Change-Id: I5901dcbd2ed759ea559dc071309329eb008950dc
2016-05-18 18:21:55 +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
Joe Fernandez
f6e624b5a5
Merge "docs: Pages for Instant Apps" into mnc-io-docs am: ad1639e276
...
am: 24d753f134
* commit '24d753f134b8da8b1f3d2f764f48f8d66e9a0164':
docs: Pages for Instant Apps
Change-Id: Ic0fadeb9c32152ca9366f7e7a86fae008e49cad7
2016-05-18 07:15:09 +00:00