Commit Graph

1235 Commits

Author SHA1 Message Date
Scott Main
d8115ffb22 docs: revise user agent detection to use lower case
for string comparisons and add 'webos' as a mobile device
2009-11-03 18:54:26 -08:00
Android Git Automerger
b6d3931ee8 ERD34B 2009-11-03 17:42:36 -08:00
Fred Quintana
170e1d59f6 add the new accounts and sync package to the generic target and enable sync for all builds 2009-11-03 16:05:03 -08:00
The Android Automerger
71db28bd82 ERD34 2009-11-03 13:36:01 -08:00
The Android Automerger
b67b5577c2 Merge branch 'eclair' into eclair-release 2009-11-03 13:35:35 -08:00
Scott Main
3f7d1df129 docs: revise resizing scripts to better organize the
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.
2009-11-02 20:06:04 -08:00
Scott Main
ec4194ef1b am 64b879ac: docs: fix js error when there\'s no api level cookie saved.
Merge commit '64b879ac5bbabe0489869f76b3a20f26aca6ce22' into eclair

* commit '64b879ac5bbabe0489869f76b3a20f26aca6ce22':
  docs: fix js error when there's no api level cookie saved.
2009-11-02 18:40:23 -08:00
Scott Main
64b879ac5b docs: fix js error when there's no api level cookie saved.
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.
2009-11-02 18:05:41 -08:00
The Android Automerger
f7c20b23a5 ERD33C 2009-11-02 16:20:32 -08:00
The Android Automerger
ccd1684ef7 ERD33B 2009-11-02 15:24:22 -08:00
The Android Automerger
b6e8b9bb9a ERD33 2009-11-02 08:55:56 -08:00
The Android Automerger
e8140757a5 ERD30B 2009-10-30 16:36:24 -07:00
The Android Automerger
5a98beecff Merge branch 'eclair' into eclair-release 2009-10-30 16:16:11 -07:00
Scott Main
32b505d984 am 8e44ae9c: docs: fix IE6 bug in which tabs are not focusable while in the reference. also increase the minimum width for the header to avoid line-wrapping of the tabs.
Merge commit '8e44ae9c762785d80e54bc75e2ba353f486414ec' into eclair

* commit '8e44ae9c762785d80e54bc75e2ba353f486414ec':
  docs: fix IE6 bug in which tabs are not focusable
2009-10-30 15:04:17 -07:00
Scott Main
8e44ae9c76 docs: fix IE6 bug in which tabs are not focusable
while in the reference. also increase the minimum
width for the header to avoid line-wrapping of the tabs.
2009-10-30 13:33:39 -07:00
The Android Automerger
52e093dfe0 ERD30 2009-10-30 09:45:55 -07:00
The Android Automerger
a0b3a1013b ERD29D 2009-10-29 18:38:38 -07:00
The Android Automerger
b2a8143437 ERD29C 2009-10-29 14:45:53 -07:00
The Android Automerger
68fb49e3ba ERD29B 2009-10-29 08:27:40 -07:00
The Android Automerger
8926a65f4a ERD29 2009-10-29 00:07:09 -07:00
The Android Automerger
ed5329899a ERD28B 2009-10-28 23:57:17 -07:00
The Android Automerger
7353bd07f8 ERD28 2009-10-28 09:26:49 -07:00
The Android Automerger
01eac9e228 Merge branch 'eclair' into eclair-release 2009-10-28 09:26:07 -07:00
Scott Main
a7d1eaf572 am 9b5fdb9c: docs: add checkbox to toggle the api level filter on and off; this includes some function renaming for the related scripts.
Merge commit '9b5fdb9c23f9301d1a963a6e9be4b46ad70922d7' into eclair

* commit '9b5fdb9c23f9301d1a963a6e9be4b46ad70922d7':
  docs: add checkbox to toggle the api level filter on and off;
2009-10-27 17:39:37 -07:00
Scott Main
9b5fdb9c23 docs: add checkbox to toggle the api level filter on and off;
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.
2009-10-27 16:56:08 -07:00
The Android Automerger
e8fd08ec4a ERD27 2009-10-27 08:10:39 -07:00
The Android Automerger
d0449a366a Merge branch 'eclair' into eclair-release 2009-10-27 08:10:03 -07:00
Dianne Hackborn
3fa115999c Bump version to 2.1 API 6.
Change-Id: Ic607952dfaa96d8735c83bb26bae4f2f4161fcbc
2009-10-26 17:40:19 -07:00
Android Git Automerger
83209780eb ERD26C 2009-10-26 15:58:05 -07:00
Scott Main
836a695f01 am f1bac52f: fix search for offline docs. again.
Merge commit 'f1bac52fe28ba503c63c929d9d0711671273635f' into eclair

* commit 'f1bac52fe28ba503c63c929d9d0711671273635f':
  fix search for offline docs. again.
2009-10-26 15:41:42 -07:00
Scott Main
f1bac52fe2 fix search for offline docs. again. 2009-10-26 14:44:48 -07:00
The Android Open Source Project
caa5543e31 ERD26B 2009-10-26 11:37:21 -07:00
The Android Open Source Project
cf2c62bd61 Merge branch 'eclair' into eclair-release 2009-10-26 11:37:08 -07:00
Dirk Dougherty
ee3a3c1f59 am c2c5e505: doc change: include SDK Tools in notice to 1.6 developers.
Merge commit 'c2c5e505ac5eda38eb7be4e2ce8f094e5c0e1259' into eclair

* commit 'c2c5e505ac5eda38eb7be4e2ce8f094e5c0e1259':
  doc change: include SDK Tools in notice to 1.6 developers.
2009-10-26 11:18:47 -07:00
The Android Open Source Project
a3ec99177e ERD26 2009-10-26 08:41:58 -07:00
The Android Open Source Project
02f3550a28 Merge branch 'eclair' into eclair-release 2009-10-26 08:41:22 -07:00
Dirk Dougherty
c2c5e505ac doc change: include SDK Tools in notice to 1.6 developers.
Bug:2160782
Change-Id: Ib70255c889495df7dbb958fe51977735554a0912
2009-10-24 14:38:58 -07:00
Scott Main
3af366ddb2 am 462cc377: docs: implement sdk announcement in a collapsible box and revise the \'special\' box color and add rounded corners.
Merge commit '462cc37742b4e7d8e348ac9264eb3e5e35cbfeef' into eclair

* commit '462cc37742b4e7d8e348ac9264eb3e5e35cbfeef':
  docs: implement sdk announcement in a collapsible box
2009-10-23 21:04:02 -07:00
Scott Main
e0ac5c3e86 am 0d8872e6: docs: change javascript so that SDK docs that are not listed in the left nav do not highlight parent index documents
Merge commit '0d8872e6f2462a947c1543b88a7a353072b808e3' into eclair

* commit '0d8872e6f2462a947c1543b88a7a353072b808e3':
  docs: change javascript so that SDK docs that are not
2009-10-23 17:00:25 -07:00
Scott Main
462cc37742 docs: implement sdk announcement in a collapsible box
and revise the 'special' box color and add rounded corners.
2009-10-23 16:47:09 -07:00
Scott Main
0d8872e6f2 docs: change javascript so that SDK docs that are not
listed in the left nav do not highlight parent index documents
2009-10-23 13:05:56 -07:00
Scott Main
f963ee638c am 60dba894: docs: add eclair logo for homepage
Merge commit '60dba89451e4ee489720436a9a3f3de4823da7d2' into eclair

* commit '60dba89451e4ee489720436a9a3f3de4823da7d2':
  docs: add eclair logo for homepage
2009-10-23 13:02:29 -07:00
Scott Main
60dba89451 docs: add eclair logo for homepage 2009-10-23 12:22:42 -07:00
The Android Open Source Project
0423a88e85 ERD23 2009-10-23 08:45:47 -07:00
The Android Open Source Project
a30a3ab6c5 Merge branch 'eclair' into eclair-release 2009-10-23 08:45:20 -07:00
Android (Google) Code Review
5449e45753 Merge change I3fb149d2 into eclair
* changes:
  Remove 'cd top' step from envsetup runtest shortcut.
2009-10-22 17:04:56 -04:00
Dirk Dougherty
f03f574a02 am 3d3d7b7e: doc change: template changes for new SDK doc structure.
Merge commit '3d3d7b7efd755d13c7e70f01b1ba00ba0742a354' into eclair

* commit '3d3d7b7efd755d13c7e70f01b1ba00ba0742a354':
  doc change: template changes for new SDK doc structure.
2009-10-22 11:22:00 -07:00
Dirk Dougherty
51da2c573d am fce6b45f: doc change: template/asset changes for sdk package.
Merge commit 'fce6b45f629e59b79beed1c18486530c00769bbf' into eclair

* commit 'fce6b45f629e59b79beed1c18486530c00769bbf':
  doc change: template/asset changes for sdk package.
2009-10-22 11:21:51 -07:00
The Android Open Source Project
e3ff56068d ERD22 2009-10-22 08:30:32 -07:00
The Android Open Source Project
f13a27e6b8 Merge branch 'eclair' into eclair-release 2009-10-22 08:30:20 -07:00