OSDN Git Service

android-x86/sdk.git
15 years agoAI 144511: am: CL 144510 am: CL 144509 Checking in Sonivox' JetBoy code sample. The...
Jean-Michel Trivi [Fri, 3 Apr 2009 22:04:27 +0000 (15:04 -0700)]
AI 144511: am: CL 144510 am: CL 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.
  Original author: jmtrivi
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144511

15 years agoAI 144501: am: CL 144500 Added support for some extra make arguments for some testsuite.
Niko Catania [Fri, 3 Apr 2009 21:13:05 +0000 (14:13 -0700)]
AI 144501: am: CL 144500 Added support for some extra make arguments for some testsuite.
  For instance the libstdc++ testsuite requires BIONIC_TESTS=1 to
  actually build the tests.
  * development/testrunner/test_defs.py:
  Parse the new extra_make_args attribute.
  * development/testrunner/runtest.py:
  Added support for extra make arguments. Some testsuite requires this to actually be built.
  Changed the log statement to log what is actually being done.
  * development/testrunner/test_defs.xml:
  Added extra make argument to enable the libstdc++ tests.
  Original author: niko

Automated import of CL 144501

15 years agoAI 144491: am: CL 144489 am: CL 144487 ADT: Add "New String" refactoring to the other...
Raphael Moll [Fri, 3 Apr 2009 20:37:10 +0000 (13:37 -0700)]
AI 144491: am: CL 144489 am: CL 144487 ADT: Add "New String" refactoring to the other Resource Chooser.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144491

15 years agoAI 144490: am: CL 144488 am: CL 144486 ADT: Call the Extract String Refactoring to...
Raphael Moll [Fri, 3 Apr 2009 20:34:00 +0000 (13:34 -0700)]
AI 144490: am: CL 144488 am: CL 144486 ADT: Call the Extract String Refactoring to create a new XML String
  ID when selecting a string reference.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144490

15 years agoAI 144419: am: CL 144382 am: CL 144366 Activity Launcher filters out unlauncheable...
Xavier Ducrohet [Fri, 3 Apr 2009 06:52:36 +0000 (23:52 -0700)]
AI 144419: am: CL 144382 am: CL 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.
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144419

15 years agoAI 144415: am: CL 144372 Cleanup Settings support for enabling and disabling location...
Mike Lockwood [Fri, 3 Apr 2009 06:41:32 +0000 (23:41 -0700)]
AI 144415: am: CL 144372 Cleanup Settings support for enabling and disabling location providers:
  LocationManagerService now listens for changes to settings,
  making LocationManager.updateProviders() unnecessary.
  Removed LocationManager.updateProviders()
  Added Settings.Secure.setLocationProviderEnabled(), which is a thread-safe way
  of enabling or disabling a single location provider.
  This is safer than reading, modifying and writing the LOCATION_PROVIDERS_ALLOWED directly.
  BUG=1729031
  Original author: lockwood

Automated import of CL 144415

15 years agoAI 144412: am: CL 144340 Added support to run native tests on the device.
Niko Catania [Fri, 3 Apr 2009 06:33:53 +0000 (23:33 -0700)]
AI 144412: am: CL 144340 Added support to run native tests on the device.
  The tests name must start with 'test_'.
  Tests should return 0 on success, 1 on failure.
  * development/testrunner/test_defs.xml:
  Added new element to represent native tests.
  * development/testrunner/test_defs.py:
  Added handling of the new <test-native> element.
  The testsuite has new IsNative method.
  TestDefinition's iterator is ordered by test names.
  Added GetDescription() method to access the optional description.
  * development/testrunner/runtest.py:
  Print the description next to the test name if applicable
  (runtest_py -l)
  Added a _RunNativeTest method to run a test on the target, report
  the status and clean up the test after the run.
  Added
  Original author: niko

Automated import of CL 144412

15 years agoAI 144411: am: CL 144336 am: CL 144335 Import US Spanish translations, and a few...
Eric Fischer [Fri, 3 Apr 2009 06:31:16 +0000 (23:31 -0700)]
AI 144411: am: CL 144336 am: CL 144335 Import US Spanish translations, and a few Japanese changes.
  Original author: enf
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144411

15 years agoAI 144408: am: CL 144322 am: CL 144320 ADT: Fix debugger launch connection when debug...
Brett Chabot [Fri, 3 Apr 2009 06:23:38 +0000 (23:23 -0700)]
AI 144408: am: CL 144322 am: CL 144320 ADT: Fix debugger launch connection when debugging Android JUnit
  Original author: brettchabot
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144408

15 years agoAI 144402: am: CL 144284 am: CL 144283 ADT: Enhance Resource Chooser with ability...
Raphael Moll [Fri, 3 Apr 2009 06:07:49 +0000 (23:07 -0700)]
AI 144402: am: CL 144284 am: CL 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.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144402

15 years agoAI 144396: am: CL 144262 am: CL 144260 Add constant for test file name in runtest.
Brett Chabot [Fri, 3 Apr 2009 05:51:49 +0000 (22:51 -0700)]
AI 144396: am: CL 144262 am: CL 144260 Add constant for test file name in runtest.
  Original author: brettchabot
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144396

15 years agoAI 144394: am: CL 144254 am: CL 144252 Reload AVDs when displaying the run/debug...
Xavier Ducrohet [Fri, 3 Apr 2009 05:46:50 +0000 (22:46 -0700)]
AI 144394: am: CL 144254 am: CL 144252 Reload AVDs when displaying the run/debug launch dialog (bug #1683892)
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144394

15 years agoAI 144207: am: CL 144166 am: CL 144164 Adding droiddocs/javadocs usage to Pdk-docs...
Mike Ritter [Thu, 2 Apr 2009 17:36:49 +0000 (10:36 -0700)]
AI 144207: am: CL 144166 am: CL 144164 Adding droiddocs/javadocs usage to Pdk-docs to get correct style.
  Original author: mritter
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 144207

15 years agoAI 144152: Improve the documentation for this class.
Jack Palevich [Thu, 2 Apr 2009 17:17:29 +0000 (10:17 -0700)]
AI 144152: Improve the documentation for this class.
  Explain how it's different than ProcessBuilder
  Explain that you have to call close when you're done with the pty's file
  descriptor.
  Note in the doc comment that the implementation relies on a private
  FileDescriptor API.
  Also remove an unused method.

Automated import of CL 144152

15 years agoAI 144124: Avoid leaking a pty file descriptor when quitting the terminal.
Jack Palevich [Thu, 2 Apr 2009 17:04:28 +0000 (10:04 -0700)]
AI 144124: Avoid leaking a pty file descriptor when quitting the terminal.
  BUG=1750582

Automated import of CL 144124

15 years agoAI 144095: am: CL 144049 am: CL 144048 ADT #1743364: Uncomment the system resource...
Raphael Moll [Thu, 2 Apr 2009 16:27:21 +0000 (09:27 -0700)]
AI 144095: am: CL 144049 am: CL 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.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 144095

15 years agoAI 144089: Make "Term" build against the public Android API.
Jack Palevich [Thu, 2 Apr 2009 16:22:07 +0000 (09:22 -0700)]
AI 144089: Make "Term" build against the public Android API.
  This was done by making a private copy of android.term.Exec.
  BUG=1750582

Automated import of CL 144089

15 years agoAI 143919: am: CL 143918 am: CL 143917 ADT Android JUnit: Change logic to provide...
Brett Chabot [Wed, 1 Apr 2009 02:16:14 +0000 (19:16 -0700)]
AI 143919: am: CL 143918 am: CL 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.
  Original author: brettchabot
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143919

15 years agoAI 143887: am: CL 143886 am: CL 143882 ADT #1743364: Refactor misc UI widgets togethe...
Raphael Moll [Wed, 1 Apr 2009 00:26:38 +0000 (17:26 -0700)]
AI 143887: am: CL 143886 am: CL 143882 ADT #1743364: Refactor misc UI widgets together in package adt.ui.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143887

15 years agoAI 143885: am: CL 143883 am: CL 143881 AVD #1703143: delete AVDs not loaded correctly.
Raphael Moll [Wed, 1 Apr 2009 00:24:12 +0000 (17:24 -0700)]
AI 143885: am: CL 143883 am: CL 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.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143885

15 years agoAI 143880: am: CL 143879 am: CL 143876 Include hprof-conv in SDK (bug #1640225)
Raphael Moll [Wed, 1 Apr 2009 00:20:54 +0000 (17:20 -0700)]
AI 143880: am: CL 143879 am: CL 143876 Include hprof-conv in SDK (bug #1640225)
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143880

15 years agoAI 143867: am: CL 143865 am: CL 143864 Fix SDK example to correctly pass back newly...
Jeffrey Sharkey [Wed, 1 Apr 2009 00:01:02 +0000 (17:01 -0700)]
AI 143867: am: CL 143865 am: CL 143864 Fix SDK example to correctly pass back newly-configured appWidgetId.
  Original author: jsharkey
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143867

15 years agoAI 143831: am: CL 143819 am: CL 143765 Rename tests.xml to test_defs.xml
Brett Chabot [Tue, 31 Mar 2009 21:51:13 +0000 (14:51 -0700)]
AI 143831: am: CL 143819 am: CL 143765 Rename tests.xml to test_defs.xml
  Original author: brettchabot
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143831

15 years agoAI 143828: am: CL 143808 am: CL 143754 SdkManager: list unknown AVDs and why they...
Raphael Moll [Tue, 31 Mar 2009 21:48:14 +0000 (14:48 -0700)]
AI 143828: am: CL 143808 am: CL 143754 SdkManager: list unknown AVDs and why they didn't load.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143828

15 years agoAI 143717: am: CL 143698 am: CL 143596 Removed all the obsoleted media related functi...
Yu Shan Emily Lau [Tue, 31 Mar 2009 21:25:11 +0000 (14:25 -0700)]
AI 143717: am: CL 143698 am: CL 143596 Removed all the obsoleted media related functional test suite. (incl, very old meidaProvider,
  RingToneSettings and the flaky Music Player test.
  Original author: yslau
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143717

15 years agoAI 143713: am: CL 143688 am: CL 143562 Usability fixes for runtest.py
Brett Chabot [Tue, 31 Mar 2009 21:21:33 +0000 (14:21 -0700)]
AI 143713: am: CL 143688 am: CL 143562 Usability fixes for runtest.py
  Original author: brettchabot
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143713

15 years agoAI 143701: am: CL 143672 am: CL 143499 Fix the icon for the JUnit launch shortcut
Xavier Ducrohet [Tue, 31 Mar 2009 21:18:00 +0000 (14:18 -0700)]
AI 143701: am: CL 143672 am: CL 143499 Fix the icon for the JUnit launch shortcut
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143701

15 years agoAI 143693: am: CL 143665 am: CL 143491 ADT #1742875: Document the SDK build process...
Raphael Moll [Tue, 31 Mar 2009 21:16:11 +0000 (14:16 -0700)]
AI 143693: am: CL 143665 am: CL 143491 ADT #1742875: Document the SDK build process and new cupcake SDK changes.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143693

15 years agoAI 143689: am: CL 143659 am: CL 143472 Reduce dictionary size.
Amith Yamasani [Tue, 31 Mar 2009 21:14:19 +0000 (14:14 -0700)]
AI 143689: am: CL 143659 am: CL 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.
  Original author: yamasani
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143689

15 years agoAI 143410: am: CL 143408 am: CL 143407 Prevent reinstalling APKs during launch if...
Xavier Ducrohet [Sat, 28 Mar 2009 03:06:23 +0000 (20:06 -0700)]
AI 143410: am: CL 143408 am: CL 143407 Prevent reinstalling APKs during launch if they have not been recompiled since the previous launch.
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143410

15 years agoAI 143401: am: CL 143273 am: CL 143259 ADT #1743364: Refactor all wizard classes...
Raphael Moll [Sat, 28 Mar 2009 03:01:34 +0000 (20:01 -0700)]
AI 143401: am: CL 143273 am: CL 143259 ADT #1743364: Refactor all wizard classes & their actions together.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143401

15 years agoAI 143400: am: CL 143272 am: CL 143256 Make the Term emulator work with the most...
Jack Palevich [Sat, 28 Mar 2009 03:00:31 +0000 (20:00 -0700)]
AI 143400: am: CL 143272 am: CL 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.
  Original author: jackpal
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143400

15 years agoAI 143399: am: CL 143270 am: CL 143149 Make ADT look for javadoc in docs/reference...
Xavier Ducrohet [Sat, 28 Mar 2009 02:59:24 +0000 (19:59 -0700)]
AI 143399: am: CL 143270 am: CL 143149 Make ADT look for javadoc in docs/reference for the optional libraries (to match the base docs).
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143399

15 years agoAI 143398: am: CL 143269 am: CL 143143 Update ADT changes.txt with JUnit features...
Xavier Ducrohet [Sat, 28 Mar 2009 02:58:10 +0000 (19:58 -0700)]
AI 143398: am: CL 143269 am: CL 143143 Update ADT changes.txt with JUnit features, and properly restrict ADT package access.
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143398

15 years agoAI 143373: am: CL 143223 am: CL 143034 ADT #1738834: Properly validate project name...
Raphael Moll [Sat, 28 Mar 2009 02:29:45 +0000 (19:29 -0700)]
AI 143373: am: CL 143223 am: CL 143034 ADT #1738834: Properly validate project name, package name and
  activity name for "create project".
  Also validate AVD name for "create avd".
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143373

15 years agoAI 143370: am: CL 143220 am: CL 143022 New spare parts feature. Spare parts is only...
Dianne Hackborn [Sat, 28 Mar 2009 02:26:11 +0000 (19:26 -0700)]
AI 143370: am: CL 143220 am: CL 143022 New spare parts feature.  Spare parts is only in engineering builds, so I am hoping it is okay to check in -- it's the same as updating sample code etc.
  Original author: hackbod
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143370

15 years agoAI 143357: am: CL 143206 am: CL 142994 Clean up official ApiDemos to not reference...
Xavier Ducrohet [Sat, 28 Mar 2009 02:11:10 +0000 (19:11 -0700)]
AI 143357: am: CL 143206 am: CL 142994 Clean up official ApiDemos to not reference Google Maps
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143357

15 years agoAI 143355: am: CL 143204 am: CL 142988 Remove emulator support from user builds.
Mike Lockwood [Sat, 28 Mar 2009 02:08:42 +0000 (19:08 -0700)]
AI 143355: am: CL 143204 am: CL 142988 Remove emulator support from user builds.
  Saves us 52K in /system partition.
  BUG=1739507
  Original author: lockwood
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143355

15 years agoAI 143350: am: CL 143199 am: CL 142978 ADT #1738393: fix typo in launch controller.
Raphael Moll [Sat, 28 Mar 2009 02:02:53 +0000 (19:02 -0700)]
AI 143350: am: CL 143199 am: CL 142978 ADT #1738393: fix typo in launch controller.
  Also fixed some javadoc warnings.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143350

15 years agoAI 143341: am: CL 143190 am: CL 142951 Change the way we handle monkey throttling...
Evan Millar [Sat, 28 Mar 2009 01:51:49 +0000 (18:51 -0700)]
AI 143341: am: CL 143190 am: CL 142951 Change the way we handle monkey throttling. We now will only sleep after complete down/[move]/up sequences. This avoids unwanted long pressing. We will need to add code to explicitly long press at some point.
  Original author: emillar
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143341

15 years agoAI 143304: am: CL 143157 am: CL 142852 ADT fix #1682502: New XML File Wizard root...
Raphael Moll [Sat, 28 Mar 2009 00:54:21 +0000 (17:54 -0700)]
AI 143304: am: CL 143157 am: CL 142852 ADT fix #1682502: New XML File Wizard root combo is sometimes empty.
  Two issues in fact:
  1- On some selections the resource type is determined before the
  root values are computed.
  2- Added an sdk target change listener to refresh the project's roots
  if the SDK was still loading or if the project changed targets.
  The New Project Wizard has been updated with a similar sdk change
  listener to refresh the target selector. This is useful when the NPW
  is used before the targets have finished loading, e.g. upon lauching
  Eclipse.
  Note: this requires CL 142690 to compile.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143304

15 years agoAI 143303: am: CL 143156 am: CL 142851 ADT GLE fix #1731389: widgets dropped in ...
Raphael Moll [Sat, 28 Mar 2009 00:53:01 +0000 (17:53 -0700)]
AI 143303: am: CL 143156 am: CL 142851 ADT GLE fix #1731389: widgets dropped in <merge> lack their default layout_widht/height.
  Issue: <merge> did not have layout attributes. When new widgets are
  dropped in a layout, GLE only adds layout width/height if the parent
  supports them.
  Fix: Make <merge> have layout attributes from FrameLayout. The ideal
  choice would have been ViewGroup, but since ViewGroup is abstract we
  don't have any ViewDescriptor for it. FrameLayout should provide a
  sensible replacement.
  Note: this requires CL 142780 to compile.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143303

15 years agoAutomated import from //branches/master/...@142745,142745
Raphael Moll [Wed, 25 Mar 2009 22:57:47 +0000 (15:57 -0700)]
Automated import from //branches/master/...@142745,142745

15 years agoAutomated import from //branches/master/...@142744,142744
Raphael Moll [Wed, 25 Mar 2009 22:56:43 +0000 (15:56 -0700)]
Automated import from //branches/master/...@142744,142744

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

15 years agoAutomated import from //branches/master/...@142658,142658
Jack Palevich [Wed, 25 Mar 2009 22:16:49 +0000 (15:16 -0700)]
Automated import from //branches/master/...@142658,142658

15 years agoAutomated import from //branches/master/...@142574,142574
Jean-Baptiste Queru [Wed, 25 Mar 2009 22:05:49 +0000 (15:05 -0700)]
Automated import from //branches/master/...@142574,142574

15 years agoAutomated import from //branches/master/...@142414,142414
Fred Quintana [Wed, 25 Mar 2009 05:48:10 +0000 (22:48 -0700)]
Automated import from //branches/master/...@142414,142414

15 years agoAutomated import from //branches/master/...@142292,142292
Raphael Moll [Wed, 25 Mar 2009 05:30:00 +0000 (22:30 -0700)]
Automated import from //branches/master/...@142292,142292

15 years agoAutomated import from //branches/master/...@142288,142288
Raphael Moll [Wed, 25 Mar 2009 05:29:25 +0000 (22:29 -0700)]
Automated import from //branches/master/...@142288,142288

15 years agoAutomated import from //branches/master/...@141824,141824
Raphael Moll [Wed, 25 Mar 2009 04:01:03 +0000 (21:01 -0700)]
Automated import from //branches/master/...@141824,141824

15 years agoAutomated import from //branches/master/...@141818,141818
Brett Chabot [Wed, 25 Mar 2009 03:59:05 +0000 (20:59 -0700)]
Automated import from //branches/master/...@141818,141818

15 years agoAutomated import from //branches/master/...@141811,141811
Xavier Ducrohet [Wed, 25 Mar 2009 03:57:46 +0000 (20:57 -0700)]
Automated import from //branches/master/...@141811,141811

15 years agoAutomated import from //branches/master/...@141783,141783
Brett Chabot [Wed, 25 Mar 2009 03:54:44 +0000 (20:54 -0700)]
Automated import from //branches/master/...@141783,141783

15 years agoAutomated import from //branches/master/...@141739,141739
Jeff Hamilton [Wed, 25 Mar 2009 03:50:42 +0000 (20:50 -0700)]
Automated import from //branches/master/...@141739,141739

15 years agoAutomated import from //branches/master/...@141596,141596
Xavier Ducrohet [Wed, 25 Mar 2009 03:36:56 +0000 (20:36 -0700)]
Automated import from //branches/master/...@141596,141596

15 years agoAutomated import from //branches/master/...@141558,141558
Xavier Ducrohet [Wed, 25 Mar 2009 03:33:11 +0000 (20:33 -0700)]
Automated import from //branches/master/...@141558,141558

15 years agoAutomated import from //branches/master/...@141519,141519
Ricky Ng-Adam [Wed, 25 Mar 2009 03:27:43 +0000 (20:27 -0700)]
Automated import from //branches/master/...@141519,141519

15 years agoAutomated import from //branches/master/...@141511,141511
Ricky Ng-Adam [Wed, 25 Mar 2009 03:26:27 +0000 (20:26 -0700)]
Automated import from //branches/master/...@141511,141511

15 years agoAutomated import from //branches/master/...@141483,141483
Raphael Moll [Wed, 25 Mar 2009 03:24:09 +0000 (20:24 -0700)]
Automated import from //branches/master/...@141483,141483

15 years agoAutomated import from //branches/master/...@141464,141464
Brett Chabot [Wed, 25 Mar 2009 03:21:14 +0000 (20:21 -0700)]
Automated import from //branches/master/...@141464,141464

15 years agoAutomated import from //branches/master/...@141414,141414
Ricky Ng-Adam [Wed, 25 Mar 2009 03:14:26 +0000 (20:14 -0700)]
Automated import from //branches/master/...@141414,141414

15 years agoAutomated import from //branches/master/...@140824,140824
Dianne Hackborn [Wed, 25 Mar 2009 01:36:42 +0000 (18:36 -0700)]
Automated import from //branches/master/...@140824,140824

15 years agoAutomated import from //branches/master/...@140724,140724
Xavier Ducrohet [Wed, 25 Mar 2009 01:20:00 +0000 (18:20 -0700)]
Automated import from //branches/master/...@140724,140724

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

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

15 years agoAutomated import from //branches/master/...@140469,140469
Brett Chabot [Wed, 25 Mar 2009 00:44:42 +0000 (17:44 -0700)]
Automated import from //branches/master/...@140469,140469

15 years agoAutomated import from //branches/master/...@140468,140468
Brett Chabot [Wed, 25 Mar 2009 00:44:09 +0000 (17:44 -0700)]
Automated import from //branches/master/...@140468,140468

15 years agoauto import //branches/master/...@140412
The Android Open Source Project [Thu, 19 Mar 2009 05:20:25 +0000 (22:20 -0700)]
auto import //branches/master/...@140412

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

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:07 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645

15 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 01:51:19 +0000 (17:51 -0800)]
auto import from //branches/cupcake/...@125939

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:04:04 +0000 (18:04 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution