OSDN Git Service

AI 146336: am: CL 146335 ADT: Rework the Manifest class browser.
authorRaphael Moll <>
Wed, 15 Apr 2009 18:15:19 +0000 (11:15 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 15 Apr 2009 18:15:19 +0000 (11:15 -0700)
commit3d6646b67e4c1263122630c8df86d342a47e9bc8
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent48bc21fcbdccbc9d2e1d2b8eab30cd16e4b8b685
AI 146336: am: CL 146335 ADT: Rework the Manifest class browser.
  For ADT #1603194, it is desirable to select the Instrumentation
  Runner class from the android.jar. The class browser was filtering
  it out. The class browser has been changed like this:
  - include all source & jar package roots
  - a checkbox let the user toggle between searching only sources
  (of the project) or anything in the classpath (thus include jars.)
  The default is to include everything for the instrumentation and only
  the source for other browsers.
  Also improved a bit the filter by not iterating over the hierarchy
  and filtering out abstract classes (which was not needed before.)
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 146336