1. 22 Jan, 2010 1 commit
  2. 19 Jan, 2010 1 commit
  3. 13 Jan, 2010 1 commit
  4. 07 Jan, 2010 1 commit
  5. 06 Jan, 2010 2 commits
  6. 17 Dec, 2009 1 commit
  7. 15 Dec, 2009 1 commit
  8. 11 Dec, 2009 1 commit
  9. 09 Dec, 2009 1 commit
  10. 03 Dec, 2009 1 commit
  11. 20 Nov, 2009 2 commits
  12. 04 Nov, 2009 1 commit
  13. 03 Nov, 2009 1 commit
  14. 02 Nov, 2009 2 commits
    • Scott Main's avatar
      docs: revise resizing scripts to better organize the · 3f7d1df1
      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.
      3f7d1df1
    • Scott Main's avatar
      docs: fix js error when there's no api level cookie saved. · 64b879ac
      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.
      64b879ac
  15. 30 Oct, 2009 1 commit
  16. 27 Oct, 2009 1 commit
    • Scott Main's avatar
      docs: add checkbox to toggle the api level filter on and off; · 9b5fdb9c
      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.
      9b5fdb9c
  17. 26 Oct, 2009 1 commit
  18. 23 Oct, 2009 3 commits
  19. 21 Oct, 2009 1 commit
  20. 16 Oct, 2009 1 commit
  21. 06 Oct, 2009 1 commit
  22. 30 Sep, 2009 1 commit
  23. 25 Sep, 2009 1 commit
    • Scott Main's avatar
      docs only. · 18a4883a
      Scott Main authored
      inherit the line height to resolve vertical scroll
      issue in WebKit browsers
      
      Change-Id: I1707893614e3983e6b53a31229b3e19e584d6950
      18a4883a
  24. 24 Sep, 2009 1 commit
  25. 17 Sep, 2009 1 commit
    • Scott Main's avatar
      docs only. · 1da82386
      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
      1da82386
  26. 11 Sep, 2009 2 commits
    • Xavier Ducrohet's avatar
      Fix CS templates to handle non-included classes. · 63ec8e3b
      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
      63ec8e3b
    • Scott Main's avatar
      docs only. · ded57160
      Scott Main authored
      new donut image for compatibility with IE6 transparency issues
      
      Change-Id: I444b09d7c5b211b3a07e7221ad96b3a7e4d989f7
      ded57160
  27. 01 Sep, 2009 1 commit
    • Scott Main's avatar
      docs only. · a01ee1ea
      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
      a01ee1ea
  28. 24 Aug, 2009 1 commit
    • Scott Main's avatar
      docs only. · 69497277
      Scott Main authored
      fix api level highlighting for the treeview navigation.
      69497277
  29. 21 Aug, 2009 2 commits
    • Scott Main's avatar
      docs only. · 37a4d1cb
      Scott Main authored
      add donut image for homepage announcement.
      37a4d1cb
    • Scott Main's avatar
      docs only. · d22b5e10
      Scott Main authored
      remove preliminary watermak
      d22b5e10
  30. 18 Aug, 2009 1 commit
    • Scott Main's avatar
      DOCS ONLY. · 54161d14
      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.
      54161d14
  31. 06 Aug, 2009 2 commits
  32. 05 Aug, 2009 1 commit