- 22 Jan, 2010 1 commit
-
-
Dirk Dougherty authored
Bug: 2160782 Change-Id: I363e964f0d35eaf7b2d7593d6a3630196ed6de33
-
- 19 Jan, 2010 1 commit
-
-
Scott Main authored
by adding the class "no-pretty-print" (needs to hyphenate 'prettyprint', otherwise the prettify script will parse "no-prettyprint" the same as "prettyprint")
-
- 13 Jan, 2010 1 commit
-
-
Scott Main authored
also use local variables for DOM objects (in a slow effort to eventually remove all non-essential global vars)
-
- 07 Jan, 2010 1 commit
-
-
Dirk Dougherty authored
Bug: 2160782 Change-Id: I99a9494feb8b754636745f979db27380ae623c96
-
- 06 Jan, 2010 2 commits
-
-
Scott Main authored
This now will avoid writing the cookie for the width when IE6 calls resizeWidth() in order to properly resize the doc-content div (other browsers to not call resizeWidth() for resizing doc-content because it has auto width, which IE6 does not perform).
-
Scott Main authored
is only called when the side navigation is actually resizable This stops 'width' cookies from being written for the SDK docs (and any other page that doesn't have resizable nav) and also adds some security to the init() function to be sure we properly read cookie names.
-
- 17 Dec, 2009 1 commit
-
-
Scott Main authored
-
- 15 Dec, 2009 1 commit
-
-
Dirk Dougherty authored
Bug:2160782 Change-Id: Ib471b5b28f599447e77294c8dcc23d24a18c3436
-
- 11 Dec, 2009 1 commit
-
-
Dirk Dougherty authored
Bug: 2160782 Change-Id: I5c45bdf4861ba2dc150e95d5523367a14b401304
-
- 09 Dec, 2009 1 commit
-
-
Scott Main authored
a figure image with caption text. needed (but not a dependency) by I1cd5c8282ba45d79da854db43d741b6fa049812b
-
- 03 Dec, 2009 1 commit
-
-
Scott Main authored
-
- 20 Nov, 2009 2 commits
-
-
Scott Main authored
Change-Id: I6141f32e18918d51d72cfa645f0ceea709002cc6
-
Scott Main authored
all the source code pages are NOT generated for the offline version of the docs (only show source in html for online docs). This won't work until a companion change from framwork/base/Android.mk is submitted (but shouldn't break the build). Change-Id: I06c404540870071c2a5a8aa460e156506fd975cb
-
- 04 Nov, 2009 1 commit
-
-
Scott Main authored
and remove some unused CSS
-
- 03 Nov, 2009 1 commit
-
-
Scott Main authored
for string comparisons and add 'webos' as a mobile device
-
- 02 Nov, 2009 2 commits
-
-
Scott Main authored
tasks into chunks that are only executed when necessary. Move the stuff that does the reference panel resizing into a separate method because this should only happen when literally resizing the panels. This thus resolves the problem in which an invalid cookie would sometimes be written during a normal window resize event -- there's no need to write that cookie unless the user literally resizes the panel. There's no need to call resizeWidth all the time, the doc-content div can manage its width by inheritence and should only ever have to resize its left margin when the side nav is manually resized or when the page is loaded (in order to account for a saved side nav width). This vastly improves the performance and visual quality when resizing. However, IE6 still requires this in order for the scrollbars to be visible in the content area. So a flag is now set when IE6 is the browser, it has its own onresize method and the width is defined only for IE6. Inside resizeHeight, check what the href path is before doing any resizing, just to make sure we don't do unecessary work and to make the code more readable.
-
Scott Main authored
currently, if there's no api level cookie saved, then the selectedLevelItem variable will be undefined and will throw an error at the end of the buildApilevelSelector function. Now, userApiLevel is set to the max level in this case.
-
- 30 Oct, 2009 1 commit
-
-
Scott Main authored
while in the reference. also increase the minimum width for the header to avoid line-wrapping of the tabs.
-
- 27 Oct, 2009 1 commit
-
-
Scott Main authored
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.
-
- 26 Oct, 2009 1 commit
-
-
Scott Main authored
-
- 23 Oct, 2009 3 commits
-
-
Scott Main authored
and revise the 'special' box color and add rounded corners.
-
Scott Main authored
listed in the left nav do not highlight parent index documents
-
Scott Main authored
-
- 21 Oct, 2009 1 commit
-
-
Dirk Dougherty authored
Bug:2160782
-
- 16 Oct, 2009 1 commit
-
-
Dirk Dougherty authored
-
- 06 Oct, 2009 1 commit
-
-
Scott Main authored
fix FF2 browser bug in header layout http://b/2031559 Change-Id: I251364b9abe0d1a05eda1febdd0f7942e2e610e1
-
- 30 Sep, 2009 1 commit
-
-
Scott Main authored
style and add a line break
-
- 25 Sep, 2009 1 commit
-
-
Scott Main authored
inherit the line height to resolve vertical scroll issue in WebKit browsers Change-Id: I1707893614e3983e6b53a31229b3e19e584d6950
-
- 24 Sep, 2009 1 commit
-
-
Scott Main authored
depends on change 3583, in order to handle the new parameter Change-Id: I86ead029371615243cfd809bd7cb2a2f2830c4be
-
- 17 Sep, 2009 1 commit
-
-
Scott Main authored
use normal DOM mod instead of jquery to load the lists.js file because jquery was appending GET parameters that eliminated any caching of the file. Change-Id: I926ef8c164ba81d040256accaf78883807c3b57e
-
- 11 Sep, 2009 2 commits
-
-
Xavier Ducrohet authored
This fix is to handle generate documentation not including base clases (like java.* or android.*). Links to missing base classes must not be created or they would point nowhere. Change-Id: Ic591916fe9b6802903d894bd2cd3c45690533912
-
Scott Main authored
new donut image for compatibility with IE6 transparency issues Change-Id: I444b09d7c5b211b3a07e7221ad96b3a7e4d989f7
-
- 01 Sep, 2009 1 commit
-
-
Scott Main authored
my previous change to the list styles was the wrong solution. this fixes all prior problems with nested lists in OLs, ULs, and DLs
-
- 24 Aug, 2009 1 commit
-
-
Scott Main authored
fix api level highlighting for the treeview navigation.
-
- 21 Aug, 2009 2 commits
-
-
Scott Main authored
add donut image for homepage announcement.
-
Scott Main authored
remove preliminary watermak
-
- 18 Aug, 2009 1 commit
-
-
Scott Main authored
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.
-
- 06 Aug, 2009 2 commits
-
-
Scott Main authored
-
Scott Main authored
-
- 05 Aug, 2009 1 commit
-
-
Dirk Dougherty authored
Bug: 2031559
-