OSDN Git Service

android-x86/sdk.git
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

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