Raphael Moll
d63db799ea
AI 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/...
Automated import of CL 144284
2009-04-02 13:42:45 -07:00
Raphael Moll
b41d8daf77
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
2009-04-02 13:42:29 -07:00
Brett Chabot
f61f43e16b
AI 144262: am: CL 144260 Add constant for test file name in runtest.
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Automated import of CL 144262
2009-04-02 11:52:48 -07:00
Brett Chabot
ad41d46aa3
AI 144260: Add constant for test file name in runtest.
...
Automated import of CL 144260
2009-04-02 11:50:35 -07:00
Xavier Ducrohet
7e020ebebd
AI 144254: am: CL 144252 Reload AVDs when displaying the run/debug launch dialog (bug #1683892 )
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 144254
2009-04-02 11:36:53 -07:00
Xavier Ducrohet
a248b46de4
AI 144252: Reload AVDs when displaying the run/debug launch dialog (bug #1683892 )
...
BUG=1683892
Automated import of CL 144252
2009-04-02 11:32:07 -07:00
Mike Ritter
9f945d92a1
Merge branch 'readonly-p4-master'
2009-04-02 10:37:54 -07:00
Mike Ritter
4ba021dfe8
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
2009-04-02 10:36:49 -07:00
Jack Palevich
03c5eb8e16
Merge branch 'readonly-p4-master'
2009-04-02 10:18:37 -07:00
Jack Palevich
7d8b5a10c8
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
2009-04-02 10:17:29 -07:00
Jack Palevich
c73b6eb658
Merge branch 'readonly-p4-master'
2009-04-02 10:05:37 -07:00
Jack Palevich
74285ab548
AI 144124: Avoid leaking a pty file descriptor when quitting the terminal.
...
BUG=1750582
Automated import of CL 144124
2009-04-02 10:04:28 -07:00
Raphael Moll
66e00beadf
Merge branch 'readonly-p4-master'
2009-04-02 09:28:29 -07:00
Raphael Moll
57392cb174
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
2009-04-02 09:27:21 -07:00
Jack Palevich
8d2fada247
Merge branch 'readonly-p4-master'
2009-04-02 09:23:16 -07:00
Jack Palevich
a5370e95c4
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
2009-04-02 09:22:07 -07:00
Mike Ritter
c073ab2871
AI 144166: am: CL 144164 Adding droiddocs/javadocs usage to Pdk-docs to get correct style.
...
Original author: mritter
Merged from: //branches/cupcake/...
Automated import of CL 144166
2009-04-02 01:26:29 -07:00
Mike Ritter
dfa5494492
AI 144164: Adding droiddocs/javadocs usage to Pdk-docs to get correct style.
...
BUG=1646802
Automated import of CL 144164
2009-04-01 17:30:12 -07:00
Raphael Moll
9ae6340786
AI 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/...
Automated import of CL 144049
2009-04-01 12:30:50 -07:00
Raphael Moll
8a2dece67d
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
2009-04-01 12:29:32 -07:00
The Android Open Source Project
fa3e59d523
Merge branch 'master' of git://android.git.kernel.org/platform/development
2009-03-31 22:19:29 -07:00
The Android Open Source Project
e68ddeeb13
Merge commit 'goog/readonly-p4-master'
2009-03-31 21:34:24 -07:00
Brett Chabot
ac2a8469f2
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
2009-03-31 19:16:14 -07:00
Brett Chabot
47eccd8c05
AI 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/...
Automated import of CL 143918
2009-03-31 19:15:42 -07:00
Brett Chabot
09f36bfffb
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
2009-03-31 19:13:57 -07:00
Raphael Moll
37747492ad
AI 143886: am: CL 143882 ADT #1743364 : Refactor misc UI widgets together in package adt.ui.
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143886
2009-03-31 17:27:19 -07:00
Raphael Moll
99a0b5c4a2
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
2009-03-31 17:26:38 -07:00
Raphael Moll
4ca8a78df7
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
2009-03-31 17:24:12 -07:00
Raphael Moll
1edcab4738
AI 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/...
Automated import of CL 143883
2009-03-31 17:23:46 -07:00
Raphael Moll
0f25507fb0
AI 143882: ADT #1743364 : Refactor misc UI widgets together in package adt.ui.
...
BUG=1743364
Automated import of CL 143882
2009-03-31 17:22:27 -07:00
Raphael Moll
c01f497ad9
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
2009-03-31 17:21:21 -07:00
Raphael Moll
dc9a9a7bf7
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
2009-03-31 17:20:54 -07:00
Raphael Moll
3ae1236bc9
AI 143879: am: CL 143876 Include hprof-conv in SDK (bug #1640225 )
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143879
2009-03-31 17:19:15 -07:00
Raphael Moll
058dad6d77
AI 143876: Include hprof-conv in SDK (bug #1640225 )
...
BUG=1640225
Automated import of CL 143876
2009-03-31 17:16:46 -07:00
Jeffrey Sharkey
ba5dfbf9f4
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
2009-03-31 17:01:02 -07:00
Jeffrey Sharkey
a0d0f0ce62
AI 143865: am: CL 143864 Fix SDK example to correctly pass back newly-configured appWidgetId.
...
Original author: jsharkey
Merged from: //branches/cupcake/...
Automated import of CL 143865
2009-03-31 16:58:03 -07:00
Jeffrey Sharkey
e64360f76a
AI 143864: Fix SDK example to correctly pass back newly-configured appWidgetId.
...
BUG=1725041
Automated import of CL 143864
2009-03-31 16:55:19 -07:00
Brett Chabot
2d85c0eb06
AI 143819: am: CL 143765 Rename tests.xml to test_defs.xml
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Automated import of CL 143819
2009-03-31 15:19:13 -07:00
Raphael Moll
361030c1d8
AI 143808: am: CL 143754 SdkManager: list unknown AVDs and why they didn't load.
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143808
2009-03-31 15:10:16 -07:00
Brett Chabot
a3a8aeb15c
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
2009-03-31 14:51:13 -07:00
Raphael Moll
42ab43b51a
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
2009-03-31 14:48:14 -07:00
Yu Shan Emily Lau
94967f1cd6
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
2009-03-31 14:25:11 -07:00
Brett Chabot
9bec3079c9
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
2009-03-31 14:21:33 -07:00
Xavier Ducrohet
363efea89c
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
2009-03-31 14:18:00 -07:00
Raphael Moll
11fcb51439
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
2009-03-31 14:16:11 -07:00
Amith Yamasani
ebaef5ec19
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
2009-03-31 14:14:19 -07:00
Brett Chabot
a1ca267d26
AI 143765: Rename tests.xml to test_defs.xml
...
BUG=1746304
Automated import of CL 143765
2009-03-31 13:35:13 -07:00
Raphael Moll
e529390a9c
AI 143754: SdkManager: list unknown AVDs and why they didn't load.
...
BUG=1703143
Automated import of CL 143754
2009-03-31 12:39:09 -07:00
Yu Shan Emily Lau
a256470ec4
AI 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/...
Automated import of CL 143698
2009-03-31 11:25:02 -07:00
Brett Chabot
72731f3420
AI 143688: am: CL 143562 Usability fixes for runtest.py
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Automated import of CL 143688
2009-03-31 11:14:05 -07:00