Commit Graph

2587 Commits

Author SHA1 Message Date
Raphael
e940a1cad7 ADT #1823896: AVD Manager button in the AVD Selector.
Device chooser: avd manager callback + avd list refresh.
Device chooser: dialog title.
Device launcher tab: avd manager callaback + avd list refresh.
2009-04-30 17:14:58 -07:00
Xavier Ducrohet
7bfac3d8c7 Display the AVD manager wizard during launches where no compatible AVDs exist. 2009-04-30 14:20:33 -07:00
Android (Google) Code Review
30ef68fc35 am 9e2993e: Merge change 770 into donut
Merge commit '9e2993ed2e07c21262d83294388e0ff09a005866'

* commit '9e2993ed2e07c21262d83294388e0ff09a005866':
  ADT 1603194: Android Package browser for Instrumentation nodes.
2009-04-30 12:33:07 -07:00
Android (Google) Code Review
9e2993ed2e Merge change 770 into donut
* changes:
  ADT 1603194: Android Package browser for Instrumentation nodes.
2009-04-30 11:59:01 -07:00
Android (Google) Code Review
dfad285364 am ae23694: Merge change 776 into donut
Merge commit 'ae23694d167404857034b269b6a0cce4da790d64'

* commit 'ae23694d167404857034b269b6a0cce4da790d64':
  Make sure we request the Client allocation status even if we fail to open a debugger port for it.
2009-04-30 10:59:06 -07:00
Xavier Ducrohet
bef7556739 am 70fc6e9: Make sure that any exception during the final packaging prop
Merge commit '70fc6e96af1213c192160a16803feb220e10c561'

* commit '70fc6e96af1213c192160a16803feb220e10c561':
  Make sure that any exception during the final packaging properly put an error marker on the project (since build failed.
2009-04-29 21:20:31 -07:00
Xavier Ducrohet
1003a3b691 Make sure we request the Client allocation status even if we fail to open a debugger port for it. 2009-04-29 18:18:36 -07:00
Raphael
1a93c942f0 ADT 1603194: Android Package browser for Instrumentation nodes. 2009-04-29 17:36:39 -07:00
Xavier Ducrohet
70fc6e96af Make sure that any exception during the final packaging properly put an error marker on the project (since build failed. 2009-04-29 14:38:30 -07:00
Android (Google) Code Review
1d0740fddd am 8ffde4b: Merge change 715 into donut
Merge commit '8ffde4bf375063f622a5227c349506cb6721f660'

* commit '8ffde4bf375063f622a5227c349506cb6721f660':
  ADT #1820114: Provide a quick UI to edit AVD.
2009-04-29 13:10:16 -07:00
Android (Google) Code Review
26458f77a6 am 3161d1f: Merge change 663 into donut
Merge commit '3161d1fa496fd4d11e7b10191f686c2a617b2335'

* commit '3161d1fa496fd4d11e7b10191f686c2a617b2335':
  Fix ADT#1807821: -f option ignored when avd dir already existed.
2009-04-29 12:06:41 -07:00
Android (Google) Code Review
bce459e95a am 5949992: Merge change 627 into donut
Merge commit '594999277ec269bc706647b23ecc11e16f12a971'

* commit '594999277ec269bc706647b23ecc11e16f12a971':
  Fix a bunch of issues related to packaging the content of libs (NPE with files with no extension, not ignoring ignorable folders). Also fixed an issue when parsing Manifest with <uses-sdk />
2009-04-29 12:06:41 -07:00
Xavier Ducrohet
a0385be052 am 1ec5e2f: Move ADT to 0.9.1
Merge commit '1ec5e2f4bb6ac9b5954558033894a5c95e14d7a1'

* commit '1ec5e2f4bb6ac9b5954558033894a5c95e14d7a1':
  Move ADT to 0.9.1
2009-04-29 12:06:41 -07:00
Xavier Ducrohet
c16ba24142 am b1be9fb: Make traceview compile with the new API from SdkStats.
Merge commit 'b1be9fb5098a6ccc2117df5a82e96aba6778edf1'

* commit 'b1be9fb5098a6ccc2117df5a82e96aba6778edf1':
  Make traceview compile with the new API from SdkStats.
2009-04-29 12:06:41 -07:00
Android (Google) Code Review
27d57ebff0 am dc7622d: Merge change 609 into donut
Merge commit 'dc7622dca5bd355d57dd07c332d40b2a16b79bdc'

* commit 'dc7622dca5bd355d57dd07c332d40b2a16b79bdc':
  Fix the opt-in window for usage stat so that it works when running from ADT.
2009-04-29 12:06:40 -07:00
Raphael
6cbe3d9692 am aa8c266: Split development/.gitignore into separate gitignore files p
Merge commit 'aa8c266ed05c08af71bfdaa48de44bec3d581102'

* commit 'aa8c266ed05c08af71bfdaa48de44bec3d581102':
  Split development/.gitignore into separate gitignore files per project.
2009-04-29 12:06:40 -07:00
Android (Google) Code Review
d5a34cfc9d am 782884a: Merge change 556 into donut
Merge commit '782884aef34a060c280f7be640e8c2e715750ce8'

* commit '782884aef34a060c280f7be640e8c2e715750ce8':
  Fixed a bug in XML parser handler where some words were being split in two. Fixes #1812655.
2009-04-29 12:06:39 -07:00
Android (Google) Code Review
c2dc927546 am cdf3673: Merge change 506 into donut
Merge commit 'cdf36733a3f7b92c2f3ba36e07d80c12b2af71e5'

* commit 'cdf36733a3f7b92c2f3ba36e07d80c12b2af71e5':
  yuv420sp2rgb: a tool to convert from YUV 4:2:0 semiplanar to various RGB formats
2009-04-29 12:06:39 -07:00
Raphael
b7327498cb ADT #1820114: Provide a quick UI to edit AVD.
This is temporary and will be replaced once we get the standalone AVD UI.
2009-04-29 11:29:55 -07:00
Raphael
5a3361ddb5 Fix ADT#1807821: -f option ignored when avd dir already existed.
Also fixed an NPE when parsing some invalid AVDs.
2009-04-28 12:54:47 -07:00
Android (Google) Code Review
594999277e Merge change 627 into donut
* changes:
  Fix a bunch of issues related to packaging the content of libs (NPE with files with no extension, not ignoring ignorable folders). Also fixed an issue when parsing Manifest with <uses-sdk />
2009-04-28 11:02:14 -07:00
Xavier Ducrohet
1ec5e2f4bb Move ADT to 0.9.1 2009-04-27 19:02:03 -07:00
Xavier Ducrohet
d1e88a3fcb Fix a bunch of issues related to packaging the content of libs (NPE with files with no extension, not ignoring ignorable folders). Also fixed an issue when parsing Manifest with <uses-sdk /> 2009-04-27 18:52:49 -07:00
Xavier Ducrohet
b1be9fb509 Make traceview compile with the new API from SdkStats. 2009-04-27 17:38:40 -07:00
Xavier Ducrohet
fe3af81580 Fix the opt-in window for usage stat so that it works when running from ADT. 2009-04-27 15:05:06 -07:00
Raphael
aa8c266ed0 Split development/.gitignore into separate gitignore files per project.
Added missing gitignore for layoutlib_utils.
Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.
2009-04-26 18:12:36 -07:00
Android (Google) Code Review
782884aef3 Merge change 556 into donut
* changes:
  Fixed a bug in XML parser handler where some words were being split in two. Fixes #1812655.
2009-04-24 16:08:21 -07:00
Amith Yamasani
6fdf92fb26 Fixed a bug in XML parser handler where some words were being split in two. Fixes #1812655.
Properly concatenate characters to create a full word before adding the word to the tree.
2009-04-24 15:51:15 -07:00
Iliyan Malchev
7abfb48551 yuv420sp2rgb: a tool to convert from YUV 4:2:0 semiplanar to various RGB formats
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-04-23 13:14:30 -07:00
Dan Bornstein
80b13d7e91 Removed a superfluous backup file. 2009-04-23 09:20:34 -07:00
Xavier Ducrohet
37dca7f3bc AI 147402: Fix plugin.xml to match refactoring of the new file wizard.
Automated import of CL 147402
2009-04-22 12:13:17 -07:00
Raphael Moll
8cf1231f49 Merge branch 'readonly-p4-master' 2009-04-21 15:50:54 -07:00
Raphael Moll
faffd247ee AI 147264: am: CL 147262 ADT #1761055: Pre-select node types when adding node in manifest & resource based on context
Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 147264
2009-04-21 15:49:49 -07:00
Raphael Moll
b3b2fa016e AI 147265: am: CL 147264 am: CL 147262 ADT #1761055: Pre-select node types when adding node in manifest & resource based on context
Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147265
2009-04-21 15:49:27 -07:00
Raphael Moll
618edaff0b AI 147262: ADT #1761055: Pre-select node types when adding node in manifest & resource based on context
BUG=1761055

Automated import of CL 147262
2009-04-21 15:47:39 -07:00
Raphael Moll
ffe1db5803 Merge branch 'readonly-p4-master' 2009-04-21 13:26:55 -07:00
Raphael Moll
adf4543e57 AI 147194: am: CL 147193 am: CL 147190 Javadoc for MkStubs.
Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147194
2009-04-21 13:25:35 -07:00
Raphael Moll
ee8f65c4f7 AI 147193: am: CL 147190 Javadoc for MkStubs.
Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 147193
2009-04-21 13:22:51 -07:00
Raphael Moll
8f17caaa8b AI 147190: Javadoc for MkStubs.
BUG=1778786

Automated import of CL 147190
2009-04-21 13:20:37 -07:00
Raphael Moll
d378c7dfed Merge branch 'readonly-p4-master' 2009-04-21 13:12:00 -07:00
Raphael Moll
4b989129e2 AI 147181: am: CL 147177 am: CL 147175 ADT #1801951: "adb.exe" misses the dot in android_rules.xml
Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147181
2009-04-21 13:10:40 -07:00
Raphael Moll
cd0779d666 Merge branch 'readonly-p4-master' 2009-04-21 13:08:08 -07:00
Raphael Moll
01c1ad4af5 AI 147177: am: CL 147175 ADT #1801951: "adb.exe" misses the dot in android_rules.xml
Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 147177
2009-04-21 13:07:50 -07:00
Raphael Moll
4df53adc8d AI 147180: am: CL 147176 am: CL 147174 ADT #1801919: Make default options output a bit more friendly.
Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147180
2009-04-21 13:06:35 -07:00
Raphael Moll
08c6a7853a AI 147175: ADT #1801951: "adb.exe" misses the dot in android_rules.xml
BUG=1801951

Automated import of CL 147175
2009-04-21 13:04:52 -07:00
Raphael Moll
c23e021f02 AI 147176: am: CL 147174 ADT #1801919: Make default options output a bit more friendly.
Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 147176
2009-04-21 13:04:49 -07:00
Raphael Moll
6aafcdf7c4 AI 147174: ADT #1801919: Make default options output a bit more friendly.
BUG=1801919

Automated import of CL 147174
2009-04-21 13:03:55 -07:00
Raphael Moll
2c0c59f72c Merge branch 'readonly-p4-master' 2009-04-20 16:20:10 -07:00
Raphael Moll
4b1f6975a9 AI 147029: am: CL 147027 am: CL 147025 ADT #1795718: disable --mode in "android create project".
The alias build rules do not work and the flag wasn't even used
  by ProjectCreator anyway. Will reintroduce later.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147029
2009-04-20 16:18:59 -07:00
Raphael Moll
a2c6807bd6 AI 147027: am: CL 147025 ADT #1795718: disable --mode in "android create project".
The alias build rules do not work and the flag wasn't even used
  by ProjectCreator anyway. Will reintroduce later.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 147027
2009-04-20 16:15:15 -07:00