OSDN Git Service

android-x86/sdk.git
15 years agoAI 146631: ADT #1793333: fix Widget disposed in SdkTargetSelector.
Raphael Moll [Thu, 16 Apr 2009 22:59:55 +0000 (15:59 -0700)]
AI 146631: ADT #1793333: fix Widget disposed in SdkTargetSelector.
  This happens when you open the Windows > Prefs > Android panel
  while an SDK is initially loading or when you change the
  SDK in the pref panel. The target change listener was not
  properly removed since the field was not properly disposed.
  This also removed the multiple selection handling in the
  SdkTargetSelector, which we never use. In the unlikely event
  we want to use it later, it would be trivial to add it back.
  BUG=1793333

Automated import of CL 146631

15 years agoAI 146595: ADT #1794560: prevent from loading more than one SDK at once.
Raphael Moll [Thu, 16 Apr 2009 19:08:00 +0000 (12:08 -0700)]
AI 146595: ADT #1794560: prevent from loading more than one SDK at once.
  BUG=1794560

Automated import of CL 146595

15 years agoAI 146394: Add ExampleAppWidgetConfigure to manifest and correct update issues.
Jeffrey Sharkey [Thu, 16 Apr 2009 00:15:21 +0000 (17:15 -0700)]
AI 146394: Add ExampleAppWidgetConfigure to manifest and correct update issues.
  This adds widget configuration to manifest so we don't crash when trying to insert.  We also correctly push a second update once prefix title has been saved; previously we showed a stale title until next widget update.  Also return the title prefix correctly for a given appWidgetId.
  BUG=1792887

Automated import of CL 146394

15 years agoAI 146372: Add audio assets used for the generation of the JET data that is used...
Jean-Michel Trivi [Wed, 15 Apr 2009 21:27:48 +0000 (14:27 -0700)]
AI 146372: Add audio assets used for the generation of the JET data that is used in the JET SDK sample "JetBoy". This includes the JetCreator project and the Logic file for the music.
  BUG=1596727

Automated import of CL 146372

15 years agoAI 146351: Fix aidl 2 issues: aidl file change for parcelable didnt trigger a recompi...
Xavier Ducrohet [Wed, 15 Apr 2009 18:42:45 +0000 (11:42 -0700)]
AI 146351: Fix aidl 2 issues: aidl file change for parcelable didnt trigger a recompilation. Folder creation failed if parent folder didn't exist.
  BUG=1789903

Automated import of CL 146351

15 years agoAI 146335: ADT: Rework the Manifest class browser.
Raphael Moll [Wed, 15 Apr 2009 18:14:04 +0000 (11:14 -0700)]
AI 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.)
  BUG=1603194

Automated import of CL 146335

15 years agoAI 146314: modify GSM emulation to accomodate 1.0 and 1.1 system images.
David Turner [Wed, 15 Apr 2009 13:49:26 +0000 (06:49 -0700)]
AI 146314: modify GSM emulation to accomodate 1.0 and 1.1 system images.
  without this, networking doesn't work well when using the 1.1 add-on with
  the cupcake sdk
  BUG=1787254

Automated import of CL 146314

15 years agoAI 146238: ADT #1761064: Properly refresh UiTreeBlock when SDK is reloaded.
Raphael Moll [Tue, 14 Apr 2009 23:14:38 +0000 (16:14 -0700)]
AI 146238: ADT #1761064: Properly refresh UiTreeBlock when SDK is reloaded.
  The fix I did last week was just refreshing the UiRootNode
  but it turns out we need to refresh the DescriptorFilters too
  (since they are null when there's no SDK.) So the old fix was
  wrong, what we need is to generate a new tree model when the
  SDK is reloaded.
  BUG=1761064

Automated import of CL 146238

15 years agoAI 146237: ADT #1789339: Manifest editor now displays all extra sub-elements.
Raphael Moll [Tue, 14 Apr 2009 23:13:37 +0000 (16:13 -0700)]
AI 146237: ADT #1789339: Manifest editor now displays all extra sub-elements.
  Bug description is to add support for <uses-configuration>.
  Currently the Manifest editor already supports <uses-sdk> (which is an
  element node, not an attribute) by exposing it as a manifest attribute.
  That doesn't scale. So instead just provide a tree for all <manifest>
  child elements that are not handled in other pages. Currently that
  contains uses-sdk and uses-configuration but the nice part of it is that
  it will pick up automatically any new manfiest sub elements in the future.
  BUG=1789339

Automated import of CL 146237

15 years agoAI 146233: Update Eclipse feature licenses to mention embedded jar files licences.
Xavier Ducrohet [Tue, 14 Apr 2009 23:02:51 +0000 (16:02 -0700)]
AI 146233: Update Eclipse feature licenses to mention embedded jar files licences.
  BUG=1789489

Automated import of CL 146233

15 years agoAI 146229: Fix aidl error parsing (BUG #1789273)
Xavier Ducrohet [Tue, 14 Apr 2009 22:57:23 +0000 (15:57 -0700)]
AI 146229: Fix aidl error parsing (BUG #1789273)
  BUG=1789273

Automated import of CL 146229

15 years agoAI 146203: New .jd files, modified Pdk.mk to fix doxygen </div> bug on line 25 of...
Mike Ritter [Tue, 14 Apr 2009 20:36:43 +0000 (13:36 -0700)]
AI 146203: New .jd files, modified Pdk.mk to fix doxygen </div> bug on line 25 of *-source.html files, removed extraneous SDK examples.
  BUG=1646802

Automated import of CL 146203

15 years agoAI 146034: ADT #1786173: NPW should not overwritte user-customized path
Raphael Moll [Tue, 14 Apr 2009 00:12:59 +0000 (17:12 -0700)]
AI 146034: ADT #1786173: NPW should not overwritte user-customized path
  BUG=1786173

Automated import of CL 146034

15 years agoAI 146023: Make the add-on implement getPath for IAndroidTarget.SAMPLES (only if...
Xavier Ducrohet [Mon, 13 Apr 2009 23:40:06 +0000 (16:40 -0700)]
AI 146023: Make the add-on implement getPath for IAndroidTarget.SAMPLES (only if the add-on actually has samples) (BUG #1781751)
  BUG=1781751

Automated import of CL 146023

15 years agoAI 145929: ADT #1781076: fix missing \n in "android delete avd"
Raphael Moll [Mon, 13 Apr 2009 21:16:10 +0000 (14:16 -0700)]
AI 145929: ADT #1781076: fix missing \n in "android delete avd"
  BUG=1781076

Automated import of CL 145929

15 years agoAI 145911: ADT #1778786: tool to generate stubbed jar file.
Raphael Moll [Mon, 13 Apr 2009 19:53:34 +0000 (12:53 -0700)]
AI 145911: ADT #1778786: tool to generate stubbed jar file.
  This is only a preliminary CL. More will follow but this is
  a good start, with the following caveats:
  What it does:
  - take an input jar, a list of includes, a list of excludes.
  - generate actual Java source for the filtered classes.
  What it doesn't do yet:
  - some more work on filtering inner elements (methods, etc.)
  - properly generate inner classes.
  - hide synthetic fields.
  - some classes body are missing
  - directly generate a stubbed bytecode/jar rather than source.
  I'll likely want to keep the source generator for debugging
  purposes or if we want to integrate with a build system instead.
  - classpath will be changed in the final CL to refer to the external
  ASM lib rather than the project. I need the source for debugging
  rigth now.
  - will review comments before submitting.
  BUG=1778786

Automated import of CL 145911

15 years agoAI 145394: Fix 'android create project': it was swapping activity and package names...
Xavier Ducrohet [Thu, 9 Apr 2009 19:55:15 +0000 (12:55 -0700)]
AI 145394: Fix 'android create project': it was swapping activity and package names (bug #1781137)
  BUG=1781137

Automated import of CL 145394

15 years agoAI 145382: API review: change new media keycode names to avoid ambiguity.
Dianne Hackborn [Thu, 9 Apr 2009 19:31:12 +0000 (12:31 -0700)]
AI 145382: API review: change new media keycode names to avoid ambiguity.
  Updates the key maps.  During this I noticed that the dream keymap didn't have all of the media buttons like the sapphire key map...!  So this is now changed to match.
  BUG=1779435

Automated import of CL 145382

15 years agoAI 145380: Fixes for add-on build
Xavier Ducrohet [Thu, 9 Apr 2009 19:21:52 +0000 (12:21 -0700)]
AI 145380: Fixes for add-on build

Automated import of CL 145380

15 years agoAI 145229: Make the mismatch API level/minSdkVersion a warning instead of an error.
Xavier Ducrohet [Thu, 9 Apr 2009 01:44:51 +0000 (18:44 -0700)]
AI 145229: Make the mismatch API level/minSdkVersion a warning instead of an error.
  BUG=1779278

Automated import of CL 145229

15 years agoAI 145204: ADT #1761137: collect_sources_for_sdk.sh fails on the Mac
Raphael Moll [Wed, 8 Apr 2009 22:16:47 +0000 (15:16 -0700)]
AI 145204: ADT #1761137: collect_sources_for_sdk.sh fails on the Mac
  It's really time to let the hackish bash/sed version go away,
  especially since it's really really slow, and provide a
  better python version instead.
  BUG=1761137

Automated import of CL 145204

15 years agoAI 145083: ADT #1777728: fix NPE when AVD list is empty
Raphael Moll [Wed, 8 Apr 2009 19:43:22 +0000 (12:43 -0700)]
AI 145083: ADT #1777728: fix NPE when AVD list is empty
  BUG=1777728

Automated import of CL 145083

15 years agoAI 145062: Took out the muisc player test from the continuous build test.
Yu Shan Emily Lau [Wed, 8 Apr 2009 17:14:18 +0000 (10:14 -0700)]
AI 145062: Took out the muisc player test from the continuous build test.
  BUG=1683748,1678380

Automated import of CL 145062

15 years agoAI 145004: ADT #1761064: Properly refresh manifest activity list on framework reload.
Raphael Moll [Wed, 8 Apr 2009 03:31:00 +0000 (20:31 -0700)]
AI 145004: ADT #1761064: Properly refresh manifest activity list on framework reload.
  Issue: when the SDK gets (re)loaded, the uiRootNode changes
  in the UiTreeBlock. However the TreeViewer is using a
  content provider which root node was not updated. The fix is
  to make the content provider dynamically ask for the root
  node to the tree block. Instead of depending on the class
  directly, a new interface is passed for this.
  BUG=1761064

Automated import of CL 145004

15 years agoAI 144940: ADT #1722971: Fix refactoring menu contribution for Eclipse 3.3/3.4 on...
Raphael Moll [Tue, 7 Apr 2009 23:30:57 +0000 (16:30 -0700)]
AI 144940: ADT #1722971: Fix refactoring menu contribution for Eclipse 3.3/3.4 on Linux/Mac.
  The fix is that a menu contribution should redefine the menu that it is
  contributing too. In this case it seems the JDT is not yet loaded or at
  least hasn't defined the menu that we're contributing too, so we need to
  define it. This definition is extracted from the jdt.ui/plugin.xml from
  3.4 in order to define the same group names in the same order.
  BUG=1722971

Automated import of CL 144940

15 years agoAI 144938: Fix the classpath container cache for project targeting add-ons (bug ...
Xavier Ducrohet [Tue, 7 Apr 2009 23:27:46 +0000 (16:27 -0700)]
AI 144938: Fix the classpath container cache for project targeting add-ons (bug #1775936).
  Also renamed the container for add-ons to include the base platform name (so that at least a version is displayed).
  BUG=1775936

Automated import of CL 144938

15 years agoAI 144935: ApiDemos contains new API, and we must force the target to cupcake.
Xavier Ducrohet [Tue, 7 Apr 2009 23:04:04 +0000 (16:04 -0700)]
AI 144935: ApiDemos contains new API, and we must force the target to cupcake.
  BUG=1575649

Automated import of CL 144935

15 years agoAI 144921: Fix add-on javadoc display in Eclipse (bug #1775744)
Xavier Ducrohet [Tue, 7 Apr 2009 21:24:32 +0000 (14:24 -0700)]
AI 144921: Fix add-on javadoc display in Eclipse (bug #1775744)
  BUG=1775744

Automated import of CL 144921

15 years agoAI 144902: Fix default src lookup for code coverage.
Brett Chabot [Tue, 7 Apr 2009 19:48:44 +0000 (12:48 -0700)]
AI 144902: Fix default src lookup for code coverage.

Automated import of CL 144902

15 years agoAI 144595: Fix the AVD configuration code to support "sdcard.path" in config.ini...
David Turner [Sun, 5 Apr 2009 21:23:15 +0000 (14:23 -0700)]
AI 144595: Fix the AVD configuration code to support "sdcard.path" in config.ini to indicate an explicit SD Card image file (instead of using the one in the content directory)
  Note that this also fix a bug where the SD Card image was not properly locked in the previous implementation.
  Allow the http-proxy support code to actually manage to receive chunked encoding data, instead of complaining needlessly.
  Introduce a new CharBuffer object that is used indirectly by "-radio <hostdevice>" and "-gps <hostdevice>" options
  Add new documentation for QEMUD and CharDriverState objects
  Update the Audio documentation with ASCII graphics (because I'm an artist too)
  BUG=1750126,1731936

Automated import of CL 144595

15 years agoAI 144565: Improve the JetBoy samples
Xavier Ducrohet [Sat, 4 Apr 2009 00:48:40 +0000 (17:48 -0700)]
AI 144565: Improve the JetBoy samples
  - use theme instead of window feature to remove titlebar
  - remove useless Layouts
  - Make custom view works in layout editor.
  - remove some warnings
  BUG=1596727

Automated import of CL 144565

15 years agoAI 144533: Reformat JetBoy samples to match code style.
Xavier Ducrohet [Fri, 3 Apr 2009 23:23:56 +0000 (16:23 -0700)]
AI 144533: Reformat JetBoy samples to match code style.
  BUG=1596727

Automated import of CL 144533

15 years agoAI 144509: Checking in Sonivox' JetBoy code sample. The java code still has a FIXME...
Jean-Michel Trivi [Fri, 3 Apr 2009 22:01:10 +0000 (15:01 -0700)]
AI 144509: Checking in Sonivox' JetBoy code sample. The java code still has a FIXME for cleanup and review to be done before final SDK build.
  BUG=1596727

Automated import of CL 144509

15 years agoAI 144487: ADT: Add "New String" refactoring to the other Resource Chooser.
Raphael Moll [Fri, 3 Apr 2009 20:33:43 +0000 (13:33 -0700)]
AI 144487: ADT: Add "New String" refactoring to the other Resource Chooser.
  BUG=1722971

Automated import of CL 144487

15 years agoAI 144486: ADT: Call the Extract String Refactoring to create a new XML String
Raphael Moll [Fri, 3 Apr 2009 20:32:32 +0000 (13:32 -0700)]
AI 144486: ADT: Call the Extract String Refactoring to create a new XML String
  ID when selecting a string reference.
  BUG=1722971

Automated import of CL 144486

15 years agoAI 144366: Activity Launcher filters out unlauncheable activity (bug #1736754)
Xavier Ducrohet [Fri, 3 Apr 2009 04:44:15 +0000 (21:44 -0700)]
AI 144366: Activity Launcher filters out unlauncheable activity (bug #1736754)
  Activities that do not have an action, or that are set to not be exported cannot be launched from 'am start...' so they should not be considered when finding an activity to launch.
  BUG=1736754

Automated import of CL 144366

15 years agoAI 144355: Automated g4 rollback of changelist 144335.
Eric Fischer [Fri, 3 Apr 2009 04:42:02 +0000 (21:42 -0700)]
AI 144355: Automated g4 rollback of changelist 144335.
  *** Reason for rollback ***
  Roll back US Spanish import because it made the build too big.
  *** Original change description ***
  Import US Spanish translations, and a few Japanese changes.

Automated import of CL 144355

15 years agoAI 144335: Import US Spanish translations, and a few Japanese changes.
Eric Fischer [Thu, 2 Apr 2009 23:39:19 +0000 (16:39 -0700)]
AI 144335: Import US Spanish translations, and a few Japanese changes.

Automated import of CL 144335

15 years agoAI 144320: ADT: Fix debugger launch connection when debugging Android JUnit
Brett Chabot [Thu, 2 Apr 2009 22:36:04 +0000 (15:36 -0700)]
AI 144320: ADT: Fix debugger launch connection when debugging Android JUnit
  BUG=1753089

Automated import of CL 144320

15 years agoAI 144283: ADT: Enhance Resource Chooser with ability to create new XML strings.
Raphael Moll [Thu, 2 Apr 2009 20:42:29 +0000 (13:42 -0700)]
AI 144283: ADT: Enhance Resource Chooser with ability to create new XML strings.
  That's a first pass. There's a fair bit of refactoring
  involved, so it's split in two CLs. Next CL will add more
  functionality.
  BUG=1722971

Automated import of CL 144283

15 years agoAI 144260: Add constant for test file name in runtest.
Brett Chabot [Thu, 2 Apr 2009 18:50:35 +0000 (11:50 -0700)]
AI 144260: Add constant for test file name in runtest.

Automated import of CL 144260

15 years agoAI 144252: Reload AVDs when displaying the run/debug launch dialog (bug #1683892)
Xavier Ducrohet [Thu, 2 Apr 2009 18:32:07 +0000 (11:32 -0700)]
AI 144252: Reload AVDs when displaying the run/debug launch dialog (bug #1683892)
  BUG=1683892

Automated import of CL 144252

15 years agoAI 144164: Adding droiddocs/javadocs usage to Pdk-docs to get correct style.
Mike Ritter [Thu, 2 Apr 2009 00:30:12 +0000 (17:30 -0700)]
AI 144164: Adding droiddocs/javadocs usage to Pdk-docs to get correct style.
  BUG=1646802

Automated import of CL 144164

15 years agoAI 144048: ADT #1743364: Uncomment the system resource chooser code.
Raphael Moll [Wed, 1 Apr 2009 19:29:32 +0000 (12:29 -0700)]
AI 144048: ADT #1743364: Uncomment the system resource chooser code.
  Rationale: we want to keep that code around, so we need to compile
  it to make sure it doesn't use obsoleted APIs. That does it.
  BUG=1743364

Automated import of CL 144048

15 years agoAI 143917: ADT Android JUnit: Change logic to provide an explicit project or package...
Brett Chabot [Wed, 1 Apr 2009 02:13:57 +0000 (19:13 -0700)]
AI 143917: ADT Android JUnit: Change logic to provide an explicit project or package to run to the device InstrumentationTestRunner, instead of providing the potentially huge list of test classes. Discontinue support for running all tests in a source folder.
  BUG=1749513

Automated import of CL 143917

15 years agoAI 143882: ADT #1743364: Refactor misc UI widgets together in package adt.ui.
Raphael Moll [Wed, 1 Apr 2009 00:22:27 +0000 (17:22 -0700)]
AI 143882: ADT #1743364: Refactor misc UI widgets together in package adt.ui.
  BUG=1743364

Automated import of CL 143882

15 years agoAI 143881: AVD #1703143: delete AVDs not loaded correctly.
Raphael Moll [Wed, 1 Apr 2009 00:21:21 +0000 (17:21 -0700)]
AI 143881: AVD #1703143: delete AVDs not loaded correctly.
  This covers the case where an AVD has an invalid target
  or is missing its AVD folder or the config.ini in it.
  Made some cosmetic cleanup too.
  BUG=1703143

Automated import of CL 143881

15 years agoAI 143876: Include hprof-conv in SDK (bug #1640225)
Raphael Moll [Wed, 1 Apr 2009 00:16:46 +0000 (17:16 -0700)]
AI 143876: Include hprof-conv in SDK (bug #1640225)
  BUG=1640225

Automated import of CL 143876

15 years agoAI 143864: Fix SDK example to correctly pass back newly-configured appWidgetId.
Jeffrey Sharkey [Tue, 31 Mar 2009 23:55:19 +0000 (16:55 -0700)]
AI 143864: Fix SDK example to correctly pass back newly-configured appWidgetId.
  BUG=1725041

Automated import of CL 143864

15 years agoAI 143765: Rename tests.xml to test_defs.xml
Brett Chabot [Tue, 31 Mar 2009 20:35:13 +0000 (13:35 -0700)]
AI 143765: Rename tests.xml to test_defs.xml
  BUG=1746304

Automated import of CL 143765

15 years agoAI 143754: SdkManager: list unknown AVDs and why they didn't load.
Raphael Moll [Tue, 31 Mar 2009 19:39:09 +0000 (12:39 -0700)]
AI 143754: SdkManager: list unknown AVDs and why they didn't load.
  BUG=1703143

Automated import of CL 143754

15 years agoAI 143596: Removed all the obsoleted media related functional test suite. (incl,...
Yu Shan Emily Lau [Tue, 31 Mar 2009 04:14:52 +0000 (21:14 -0700)]
AI 143596: Removed all the obsoleted media related functional test suite. (incl, very old meidaProvider,
  RingToneSettings and the flaky Music Player test.
  BUG=1683748,1678380

Automated import of CL 143596

15 years agoAI 143562: Usability fixes for runtest.py
Brett Chabot [Tue, 31 Mar 2009 00:00:24 +0000 (17:00 -0700)]
AI 143562: Usability fixes for runtest.py
  BUG=1743678

Automated import of CL 143562

15 years agoAI 143499: Fix the icon for the JUnit launch shortcut
Xavier Ducrohet [Mon, 30 Mar 2009 19:31:27 +0000 (12:31 -0700)]
AI 143499: Fix the icon for the JUnit launch shortcut
  BUG=866690

Automated import of CL 143499

15 years agoAI 143491: ADT #1742875: Document the SDK build process and new cupcake SDK changes.
Raphael Moll [Mon, 30 Mar 2009 18:27:15 +0000 (11:27 -0700)]
AI 143491: ADT #1742875: Document the SDK build process and new cupcake SDK changes.
  BUG=1742875

Automated import of CL 143491

15 years agoAI 143472: Reduce dictionary size.
Amith Yamasani [Mon, 30 Mar 2009 14:28:42 +0000 (07:28 -0700)]
AI 143472: Reduce dictionary size.
  Changed the tree structure to have variable length nodes to save an average of 21% on the dictionary size.
  Created a shortened English dictionary for Dream - 50K words.
  Added a shortened Spanish dictionary for Dream - 32K words.
  BUG=1743626

Automated import of CL 143472

15 years agoAI 143407: Prevent reinstalling APKs during launch if they have not been recompiled...
Xavier Ducrohet [Sat, 28 Mar 2009 01:28:38 +0000 (18:28 -0700)]
AI 143407: Prevent reinstalling APKs during launch if they have not been recompiled since the previous launch.
  BUG=1743026

Automated import of CL 143407

15 years agoAI 143259: ADT #1743364: Refactor all wizard classes & their actions together.
Raphael Moll [Fri, 27 Mar 2009 23:06:03 +0000 (16:06 -0700)]
AI 143259: ADT #1743364: Refactor all wizard classes & their actions together.
  BUG=1743364

Automated import of CL 143259

15 years agoAI 143256: Make the Term emulator work with the most recent keyboard IME.
Jack Palevich [Fri, 27 Mar 2009 22:49:45 +0000 (15:49 -0700)]
AI 143256: Make the Term emulator work with the most recent keyboard IME.
  + Makes the "Enter" key work again.
  + Makes the "Delete" key delete just one character each time you press it
  instead of two.
  BUG=1615131

Automated import of CL 143256

15 years agoAI 143149: Make ADT look for javadoc in docs/reference for the optional libraries...
Xavier Ducrohet [Fri, 27 Mar 2009 22:05:58 +0000 (15:05 -0700)]
AI 143149: Make ADT look for javadoc in docs/reference for the optional libraries (to match the base docs).
  BUG=1743022

Automated import of CL 143149

15 years agoAI 143143: Update ADT changes.txt with JUnit features, and properly restrict ADT...
Xavier Ducrohet [Fri, 27 Mar 2009 21:31:26 +0000 (14:31 -0700)]
AI 143143: Update ADT changes.txt with JUnit features, and properly restrict ADT package access.
  BUG=1743054

Automated import of CL 143143

15 years agoAutomated import from //branches/cupcake/...@143034,143034
Raphael Moll [Fri, 27 Mar 2009 01:38:21 +0000 (18:38 -0700)]
Automated import from //branches/cupcake/...@143034,143034

15 years agoAutomated import from //branches/cupcake/...@143022,143022
Dianne Hackborn [Fri, 27 Mar 2009 00:27:02 +0000 (17:27 -0700)]
Automated import from //branches/cupcake/...@143022,143022

15 years agoAutomated import from //branches/cupcake/...@142994,142994
Xavier Ducrohet [Thu, 26 Mar 2009 22:29:07 +0000 (15:29 -0700)]
Automated import from //branches/cupcake/...@142994,142994

15 years agoAutomated import from //branches/cupcake/...@142988,142988
Mike Lockwood [Thu, 26 Mar 2009 21:44:25 +0000 (14:44 -0700)]
Automated import from //branches/cupcake/...@142988,142988

15 years agoAutomated import from //branches/cupcake/...@142978,142978
Raphael Moll [Thu, 26 Mar 2009 20:53:00 +0000 (13:53 -0700)]
Automated import from //branches/cupcake/...@142978,142978

15 years agoAutomated import from //branches/cupcake/...@142951,142951
Evan Millar [Thu, 26 Mar 2009 18:36:18 +0000 (11:36 -0700)]
Automated import from //branches/cupcake/...@142951,142951

15 years agoAutomated import from //branches/cupcake/...@142852,142852
Raphael Moll [Thu, 26 Mar 2009 04:11:59 +0000 (21:11 -0700)]
Automated import from //branches/cupcake/...@142852,142852

15 years agoAutomated import from //branches/cupcake/...@142851,142851
Raphael Moll [Thu, 26 Mar 2009 04:11:04 +0000 (21:11 -0700)]
Automated import from //branches/cupcake/...@142851,142851

15 years agoAutomated import from //branches/cupcake/...@142586,142586
Raphael Moll [Wed, 25 Mar 2009 22:04:55 +0000 (15:04 -0700)]
Automated import from //branches/cupcake/...@142586,142586

15 years agoAutomated import from //branches/cupcake/...@142585,142585
Raphael Moll [Wed, 25 Mar 2009 22:03:39 +0000 (15:03 -0700)]
Automated import from //branches/cupcake/...@142585,142585

15 years agoAutomated import from //branches/cupcake/...@142584,142584
Raphael Moll [Wed, 25 Mar 2009 22:02:20 +0000 (15:02 -0700)]
Automated import from //branches/cupcake/...@142584,142584

15 years agoAutomated import from //branches/cupcake/...@142485,142485
Jack Palevich [Wed, 25 Mar 2009 03:22:52 +0000 (20:22 -0700)]
Automated import from //branches/cupcake/...@142485,142485

15 years agoAutomated import from //branches/cupcake/...@142191,142191
Raphael Moll [Wed, 25 Mar 2009 02:15:35 +0000 (19:15 -0700)]
Automated import from //branches/cupcake/...@142191,142191

15 years agoAutomated import from //branches/cupcake/...@142190,142190
Raphael Moll [Wed, 25 Mar 2009 02:14:49 +0000 (19:14 -0700)]
Automated import from //branches/cupcake/...@142190,142190

15 years agoAutomated import from //branches/cupcake/...@141822,141822
Raphael Moll [Wed, 25 Mar 2009 01:27:05 +0000 (18:27 -0700)]
Automated import from //branches/cupcake/...@141822,141822

15 years agoAutomated import from //branches/cupcake/...@141814,141814
Brett Chabot [Wed, 25 Mar 2009 01:25:24 +0000 (18:25 -0700)]
Automated import from //branches/cupcake/...@141814,141814

15 years agoAutomated import from //branches/cupcake/...@141808,141808
Xavier Ducrohet [Wed, 25 Mar 2009 01:24:44 +0000 (18:24 -0700)]
Automated import from //branches/cupcake/...@141808,141808

15 years agoAutomated import from //branches/cupcake/...@141778,141778
Brett Chabot [Wed, 25 Mar 2009 01:21:57 +0000 (18:21 -0700)]
Automated import from //branches/cupcake/...@141778,141778

15 years agoAutomated import from //branches/cupcake/...@141732,141732
Jeff Hamilton [Wed, 25 Mar 2009 01:16:44 +0000 (18:16 -0700)]
Automated import from //branches/cupcake/...@141732,141732

15 years agoAutomated import from //branches/cupcake/...@141592,141592
Xavier Ducrohet [Wed, 25 Mar 2009 00:57:45 +0000 (17:57 -0700)]
Automated import from //branches/cupcake/...@141592,141592

15 years agoAutomated import from //branches/cupcake/...@141556,141556
Xavier Ducrohet [Wed, 25 Mar 2009 00:27:48 +0000 (17:27 -0700)]
Automated import from //branches/cupcake/...@141556,141556

15 years agoauto import from //branches/cupcake_rel/...@141571
The Android Open Source Project [Fri, 20 Mar 2009 06:08:36 +0000 (23:08 -0700)]
auto import from //branches/cupcake_rel/...@141571

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:43 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoauto import from //branches/cupcake_rel/...@138607
The Android Open Source Project [Fri, 13 Mar 2009 20:04:19 +0000 (13:04 -0700)]
auto import from //branches/cupcake_rel/...@138607

15 years agoauto import from //branches/cupcake/...@137873
The Android Open Source Project [Wed, 11 Mar 2009 19:11:54 +0000 (12:11 -0700)]
auto import from //branches/cupcake/...@137873

15 years agoauto import from //branches/cupcake/...@137197
The Android Open Source Project [Mon, 9 Mar 2009 18:52:11 +0000 (11:52 -0700)]
auto import from //branches/cupcake/...@137197

15 years agoauto import from //depot/cupcake/@136745
The Android Open Source Project [Fri, 6 Mar 2009 04:00:41 +0000 (20:00 -0800)]
auto import from //depot/cupcake/@136745

15 years agoauto import from //depot/cupcake/@136654
The Android Open Source Project [Fri, 6 Mar 2009 01:04:45 +0000 (17:04 -0800)]
auto import from //depot/cupcake/@136654

15 years agoauto import from //depot/cupcake/@136594
The Android Open Source Project [Thu, 5 Mar 2009 22:34:30 +0000 (14:34 -0800)]
auto import from //depot/cupcake/@136594

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:29:09 +0000 (19:29 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:16 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@132589
The Android Open Source Project [Tue, 3 Mar 2009 22:03:58 +0000 (14:03 -0800)]
auto import from //depot/cupcake/@132589

15 years agoauto import from //depot/cupcake/@137055
The Android Open Source Project [Tue, 3 Mar 2009 06:54:20 +0000 (22:54 -0800)]
auto import from //depot/cupcake/@137055

15 years agoauto import from //branches/cupcake/...@132569
The Android Open Source Project [Fri, 20 Feb 2009 15:38:28 +0000 (07:38 -0800)]
auto import from //branches/cupcake/...@132569

15 years agoauto import from //branches/cupcake/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:29 +0000 (10:57 -0800)]
auto import from //branches/cupcake/...@132276

15 years agoauto import from //branches/cupcake/...@131421
The Android Open Source Project [Fri, 13 Feb 2009 20:57:48 +0000 (12:57 -0800)]
auto import from //branches/cupcake/...@131421

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:43:58 +0000 (15:43 -0800)]
auto import from //branches/cupcake/...@130745

15 years agoauto import from //branches/cupcake/...@127436
The Android Open Source Project [Thu, 22 Jan 2009 08:13:40 +0000 (00:13 -0800)]
auto import from //branches/cupcake/...@127436

15 years agoauto import from //branches/cupcake/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:03:55 +0000 (14:03 -0800)]
auto import from //branches/cupcake/...@127101