| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This actually affects only
the SDK tab, which previously did not allow resizing---now it does.
Also add a couple new templates to allow either 190 or 200 pixel-wide
side navigation by default, and apply 200 to the Resources tab.
Change-Id: I4555c496088dd8aac77f9aa01273c3a1d52f89e0
|
|
|
|
| |
Change-Id: Ifa3e4a9a2c2ba67b6da615ebc336c897dd9caeda
|
|
|
|
| |
Change-Id: I61dd859e0749573746c9bfcbf224758463370ba7
|
|
|
|
|
|
| |
need to walk through the TOS
Change-Id: I46f7e7284792b2bea77cf2a88b195e8117b4e4d2
|
|
|
|
|
|
| |
when selected
Change-Id: I0f1f70c281cc0a6f3621c898b04d3845924f6e35
|
|
|
|
|
|
| |
be placed at any level and be semantically correct
Change-Id: I51b77e82a701e1898986698d3a58a1b8367ec5c6
|
|
|
|
|
|
|
|
| |
make sidebox size match qv
make figure align with right margin
remove margins from the last <p> in a table cell
Change-Id: Ie655dac45728f782fb309f3c11c1b7ee56bc5660
|
|
|
|
|
|
|
|
|
|
|
| |
docs: various stylesheet changes
indent tables
revise figure class
add caption classes for tables and images
add styles for xml reference docs (used by resource types docs)
tweak styles for the icon tables to eliminate obscure 'caption' class
Change-Id: I23f53d884f39a5f6a4b45172186e0d1c7619da30
|
|
|
|
| |
Change-Id: Ia1e1b10e6756ecf6c9154c2cc25d0dbd58c1907f
|
|
|
|
| |
Change-Id: I1f47fc70382daf9f14e057a83375cf727fb8afa7
|
|
|
|
|
|
|
|
|
|
| |
Removes extra whitespace from above the sidebox class and
adjusts the inner padding.
Removes extra whitespace from the right side of the quickview box
to align with the document margin.
Change-Id: I3d37ecc9a251a2c5c4e8d2c2942d05848c698faa
|
|
|
|
|
|
| |
guide side nav to allow nested toggle lists. This is necessary
for the new resources docs that have an expandable list nested
in an expandable list.
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit 'f7b3211e089a2b243938f5e3101d40cbdaf8b8bb' into eclair-mr2-plus-aosp
* commit 'f7b3211e089a2b243938f5e3101d40cbdaf8b8bb':
docs: add "figure" class for DIV elements that contain
|
| |
| |
| |
| |
| |
| | |
a figure image with caption text.
needed (but not a dependency) by I1cd5c8282ba45d79da854db43d741b6fa049812b
|
|\ \
| |/
|/| |
|
| | |
|
| |
| |
| |
| |
| | |
while in the reference. also increase the minimum
width for the header to avoid line-wrapping of the tabs.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
this includes some function renaming for the related scripts.
the checkbox will be unchecked by default, so any users
that currently have an api level filter selected will now
see all apis until they click the checkbox. the old api level
cookie is still saved the same, but the selected value will only
be applied if the checkbox is selected, which has its own cookie
for on or off.
|
| |
| |
| |
| | |
and revise the 'special' box color and add rounded corners.
|
| | |
|
|/
|
|
|
|
|
|
| |
fix FF2 browser bug in header layout
http://b/2031559
Change-Id: I251364b9abe0d1a05eda1febdd0f7942e2e610e1
|
|
|
|
|
|
| |
styleheet changes to fix some errors in the print layout
and remove extra space from above nested lists, so they fit
closer to the parent list item.
|
|
|
|
|
| |
and rename navtree.js to android-developer-reference.js for all reference related scripts
TODO: shading for hidden classes in the treeview navigation... these aren't dynamic yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch 3: add "Since:" to the api level info
Patch 4: fix packages page and styles to reveal class summary
Squashed commit of the following:
commit 8fcdcb8dcbe9b93688f5eb1020654848d3242675
Author: Scott Main <smain@google.com>
Date: Mon Jul 27 09:33:45 2009 -0700
remove the toggle selector from the header.
this will be added in a later change with the rest of the toggle script
commit 2423b30ee46c12f92051c4f2a096532e55752c46
Author: Scott Main <smain@google.com>
Date: Fri Jul 24 16:29:21 2009 -0700
Implement API Level styles.
This changes the way we show the API Level for a given package/class/member.
It also provides hooks in the document to allow us to restyle items
based on a user-selected API Level (show/hide available items).
More changes to provide the toggling feature will come soon.
commit efd94b33071070f0dfc2045131b81cbdfe078468
Author: Scott Main <smain@google.com>
Date: Mon Jul 27 09:33:45 2009 -0700
remove the toggle selector from the header.
this will be added in a later change with the rest of the toggle script
commit 3fb79313232c993f700ee90a94f59dcca275fb0b
Author: Scott Main <smain@google.com>
Date: Fri Jul 24 16:29:21 2009 -0700
Implement API Level styles.
This changes the way we show the API Level for a given package/class/member.
It also provides hooks in the document to allow us to restyle items
based on a user-selected API Level (show/hide available items).
More changes to provide the toggling feature will come soon.
|
|
|
|
|
|
|
|
| |
javascript, and css. DocFile.java - instead of FileReader, use InputStreamReader with UTF-8 encoding. ClearPage.java - add UTF-8 output encoding to FileOutputStreamWriter. Note: this change also up-integrates gerrit 2146 (smain).
BUG=1910893
Automated import of CL 150370
|
|
|
|
|
|
| |
BUG=1790234
Automated import of CL 149251
|
|
|
|
|
|
|
|
|
| |
item padding;
add vertical padding to quickview list items so that items are distinguishable when the text wraps-around the line
BUG=1790235
Automated import of CL 148820
|
|
|
|
|
|
| |
BUG=1790234
Automated import of CL 148759
|
|
|
|
|
|
|
|
|
|
|
| |
remove preliminary watermark;
remove red color text for warnings;
delete the caution class;
use 1em top-margin only for elements nested in a DD, elements nested in regular
LIs should only be a half em.
BUG=1798190
Automated import of CL 146951
|
|
|
|
|
|
|
|
| |
change)
BUG=1675368
Automated import of CL 146342
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|