OSDN Git Service

android-x86/sdk.git
13 years agoMerge: Support broken addons in SDK Manager UI.
Raphael Moll [Sun, 2 Jan 2011 21:36:40 +0000 (13:36 -0800)]
Merge: Support broken addons in SDK Manager UI.

Change-Id: I21cbd773a941d5b74676d154c42be959497b2f5f

13 years agoMerge: SDK Manager: specify proxy on no-UI command-line.
Raphael Moll [Thu, 6 Jan 2011 19:12:53 +0000 (11:12 -0800)]
Merge: SDK Manager: specify proxy on no-UI command-line.

This adds 2 flags to specify the http/https proxy host/port on
the command line when using the console-base "no-ui" SDK update.
The command-line proxy values override settings if defined.

Also revamped the argument help display to support larger
command-line long argument sizes and mandate that arguments
can have one of ther short or long argument name optional.

Change-Id: I013a1e5e9aa8e71f2f3e5f807a0363af86092ac1

13 years agoMerge: Load and apply proxy settings from config file in UpdateNoWindow, allowing...
Christopher Orr [Wed, 5 Jan 2011 16:38:15 +0000 (17:38 +0100)]
Merge: Load and apply proxy settings from config file in UpdateNoWindow, allowing headless updates to work behind a proxy.

Change-Id: I9d3973ff1e6f17765098670e0cabe852d1352d1f

13 years agoMerge: Set 'https' proxy system properties using the 'http' settings, allowing downlo...
Christopher Orr [Wed, 5 Jan 2011 16:32:20 +0000 (17:32 +0100)]
Merge: Set 'https' proxy system properties using the 'http' settings, allowing downloads via an HTTPS proxy to work.

Change-Id: Ic2ad4c0b4565c1a7148a7635c3f745b52448b986

13 years agoMerge: Minor method rename in SdkManager UI.
Raphael Moll [Fri, 31 Dec 2010 01:18:08 +0000 (17:18 -0800)]
Merge: Minor method rename in SdkManager UI.

Change-Id: I723a97aaff7f67507007806391b494998d99f058

13 years agoAdd Pair<,> to SdkLib.utils
Raphael Moll [Sat, 8 Jan 2011 06:14:50 +0000 (22:14 -0800)]
Add Pair<,> to SdkLib.utils

Needed by following merges from open_master yet
the original Change I5c37e4b4 depends on ADT files
which aren't in tools_r9 yet.

Change-Id: I6434951a1ef5a0fbf4130685fcd007d3b7a3b5fd

13 years agoMerge: SDK Manager: Rework install logic.
Raphael Moll [Wed, 29 Dec 2010 22:57:38 +0000 (14:57 -0800)]
Merge: SDK Manager: Rework install logic.

This should get rid of the annoying behavior on Windows
that prevent the "folder swap" operation due to the folders
being locked. Cf public issue 4410.

High level summary of the issue and the fix: the old behavior
was to unzip in a temp folder, then rename the old folder to
another temp file and finally rename the new folder at the
desired location. This fails typically when there is a file
indexer (e.g. anti-virus) scanning the new folder so we can't
move that folder.
The new logic is to try to move the old folder first into a
temp folder. If the fail move, we have a lock on the old folder
and ask the user to fix it manually. They probably have a file
opened and it's a legit issue to report. Once that succeeded
we can directly unzip the archive into the final destination
without using a temp unzip location, thus avoiding the common
"indexer in progress" issue.
In case the unzip operation fails, we try to copy (not move) the
old folder back.

Change-Id: I4fd862147cf7e0813eeef77a8332c0ce4f97a836

13 years agoMerge: SDK Manager: Split install logic out of the Archive class.
Raphael Moll [Wed, 29 Dec 2010 04:12:55 +0000 (20:12 -0800)]
Merge: SDK Manager: Split install logic out of the Archive class.

Change-Id: I75a616dfcb957b915f68679dbe3371d7abf2b3bc

13 years agoMerge "Merge "Fix android.bat to properly cd to temp dir" in tools_r9." into tools_r9
Raphael Moll [Tue, 4 Jan 2011 05:38:46 +0000 (21:38 -0800)]
Merge "Merge "Fix android.bat to properly cd to temp dir" in tools_r9." into tools_r9

13 years agoMerge "Fix android.bat to properly cd to temp dir" in tools_r9.
Raphael Moll [Wed, 29 Dec 2010 00:16:28 +0000 (16:16 -0800)]
Merge "Fix android.bat to properly cd to temp dir" in tools_r9.

Fixes an issue when the SDK is not on the same drive
than the temp dir that android.bat uses.
Reported on http://code.google.com/p/android/issues/detail?id=4410

Change-Id: Ie89f77b92aaa1219f1b77aa8f8d4117e715d4533

13 years agoMerge "Merge "Add readme regarding move of adb to platform-tools" in tools_r9" into...
Raphael Moll [Thu, 23 Dec 2010 23:00:46 +0000 (15:00 -0800)]
Merge "Merge "Add readme regarding move of adb to platform-tools" in tools_r9" into tools_r9

13 years agoMerge "Add readme regarding move of adb to platform-tools" in tools_r9
Raphael Moll [Thu, 23 Dec 2010 19:00:07 +0000 (11:00 -0800)]
Merge "Add readme regarding move of adb to platform-tools" in tools_r9

Change-Id: I1870c39eaa97ebc8d90e915833dc2099ce2b4e0e

13 years agoMerge "Integrate c0336756 from master." into tools_r9
Xavier Ducrohet [Wed, 15 Dec 2010 23:09:29 +0000 (15:09 -0800)]
Merge "Integrate c0336756 from " into tools_r9

13 years agoIntegrate c0336756 from master.
Raphael Moll [Wed, 15 Dec 2010 20:51:26 +0000 (12:51 -0800)]
Integrate c0336756 from master.

Fix DDMS and HierarchyViewer .bat files on Windows

These were not setting the "bin dir" properpty correctly,
and as a consequence the tools complain they can't find adb.exe.

The fix is to set it to the directory of the script but to
avoid spaces-in-path issues we use the "~fs" modifier to get
a space-free short name for the %cd% value. And since we can't
use use %cd% combined with ~fs, we use a for loop trick to set it.

Note that ddms.bat was in unix end-of-line mode so I changed it
back to DOS end-of-line mode.

Change-Id: Ied196759d2d339d5a85048122cf1ba8130250dbd

13 years agoMerge "Update to rev 9" into tools_r9
Xavier Ducrohet [Tue, 14 Dec 2010 02:24:43 +0000 (18:24 -0800)]
Merge "Update to rev 9" into tools_r9

13 years agoUpdate to rev 9
Xavier Ducrohet [Fri, 10 Dec 2010 22:02:15 +0000 (14:02 -0800)]
Update to rev 9

Change-Id: I6a92b5dea736f626d028da0104adae6fa3bb3655

13 years agoMerge "Integrate 522e6dbb into tools_r9" into tools_r9
Xavier Ducrohet [Fri, 10 Dec 2010 20:21:33 +0000 (12:21 -0800)]
Merge "Integrate 522e6dbb into tools_r9" into tools_r9

13 years agoMerge "Integrate b283eb12 into tools_r9." into tools_r9
Xavier Ducrohet [Fri, 10 Dec 2010 20:21:19 +0000 (12:21 -0800)]
Merge "Integrate b283eb12 into tools_r9." into tools_r9

13 years agoIntegrate 522e6dbb into tools_r9
Xavier Ducrohet [Thu, 9 Dec 2010 00:44:57 +0000 (16:44 -0800)]
Integrate 522e6dbb into tools_r9

Add swingworker back to the sdk.

Needed by draw9patch

Change-Id: I87fd6085e427ea362ce46ba16e51a69433dcc6d6

13 years agoIntegrate b283eb12 into tools_r9.
Xavier Ducrohet [Thu, 9 Dec 2010 01:32:19 +0000 (17:32 -0800)]
Integrate b283eb12 into tools_r9.

Add Ant version check in setup task.

Change-Id: I744a717942746caf03c646deffc1d7271b1d5cc9

13 years agoMerge "Display output error in the exception's toString.." into tools_r8
Xavier Ducrohet [Tue, 7 Dec 2010 04:35:03 +0000 (20:35 -0800)]
Merge "Display output error in the exception's toString.." into tools_r8

13 years agoMerge "Improved error message during export." into tools_r8
Xavier Ducrohet [Tue, 7 Dec 2010 04:34:26 +0000 (20:34 -0800)]
Merge "Improved error message during export." into tools_r8

13 years agoDisplay output error in the exception's toString..
Raphael Moll [Tue, 7 Dec 2010 04:32:05 +0000 (20:32 -0800)]
Display output error in the exception's toString..

Change-Id: I050a663fc760f0b0c98a7d8dbcfa141168e30030

13 years agoImproved error message during export.
Xavier Ducrohet [Tue, 7 Dec 2010 04:23:28 +0000 (20:23 -0800)]
Improved error message during export.

Change-Id: Idb9981348df22e73de3f3d2a72de50a392115cc4

13 years agoMerge "Move ADT to 8.0.1. DO NOT MERGE." into tools_r8
Xavier Ducrohet [Tue, 7 Dec 2010 01:09:30 +0000 (17:09 -0800)]
Merge "Move ADT to 8.0.1. DO NOT MERGE." into tools_r8

13 years agoMove ADT to 8.0.1. DO NOT MERGE.
Xavier Ducrohet [Tue, 7 Dec 2010 01:03:26 +0000 (17:03 -0800)]
Move ADT to 8.0.1. DO NOT MERGE.

Change-Id: I6799193d90ede08e37d18c6e4974bd3abcef7d32

13 years agoMerge "cherry pick: Fix issue with referenced Java Project." into tools_r8
Xavier Ducrohet [Tue, 7 Dec 2010 01:00:14 +0000 (17:00 -0800)]
Merge "cherry pick: Fix issue with referenced Java Project." into tools_r8

13 years agocherry pick: Fix issue with referenced Java Project.
Xavier Ducrohet [Tue, 7 Dec 2010 00:23:25 +0000 (16:23 -0800)]
cherry pick: Fix issue with referenced Java Project.

Also improve slightly DX error reporting.

This is cherry-picked from master.

Change-Id: Iaaca9625575d87a607b21bf81636315820d76c2c

13 years agoMerge "Win SDK: Split the win-sdk makefile and script into 2 parts. DO NOT MERGE...
Raphael Moll [Mon, 29 Nov 2010 23:07:35 +0000 (15:07 -0800)]
Merge "Win SDK: Split the win-sdk makefile and script into 2 parts. DO NOT MERGE." into tools_r8

13 years agoWin SDK: Split the win-sdk makefile and script into 2 parts. DO NOT MERGE.
Raphael Moll [Fri, 12 Nov 2010 00:03:07 +0000 (16:03 -0800)]
Win SDK: Split the win-sdk makefile and script into 2 parts. DO NOT MERGE.

[Merge Change Ic94d261b from master_open into tools_r8 to fix broken SDK build.]

The main makefile+scripts to build the Windows SDK is still
in development/build/tools. However it defers to a new
matching set of files here in sdk/build to build and
package things that depend on the sdk.git or external/qemu.git.

This will make it easier for us to prepare SDKs based on
a tools_rN branch that isn't cut at the same time than the
platform branch.

This is a multi-part changeset. The other part is in
development.git.

Change-Id: I8072bf59ee1af57826a8bafa0103afd6fe3fc858

13 years agoMerge "Fix HV.bat for swt layout issue." into tools_r8
Xavier Ducrohet [Wed, 17 Nov 2010 20:08:09 +0000 (12:08 -0800)]
Merge "Fix HV.bat for swt layout issue." into tools_r8

13 years agoFix HV.bat for swt layout issue.
Raphael Moll [Wed, 17 Nov 2010 18:24:38 +0000 (10:24 -0800)]
Fix HV.bat for swt layout issue.

SDK Bug 3185449

Change-Id: I88dfaeb287fdef5cf82a0bc3da286c6c4493f910

13 years agoMerge "ADT tools location: traceview is a .bat" into tools_r8
Jean-Baptiste Queru [Tue, 16 Nov 2010 17:50:05 +0000 (09:50 -0800)]
Merge "ADT tools location: traceview is a .bat" into tools_r8

13 years agoADT tools location: traceview is a .bat
Raphael Moll [Sat, 13 Nov 2010 20:04:10 +0000 (12:04 -0800)]
ADT tools location: traceview is a .bat

This prevents adb from starting under windows, since
adt is trying to verify the presence of traceview.exe
when it's actually traceview.bat.

Change-Id: I259d90adb17b0b91beb114319cf88392812fc264

13 years agoMerge "Change the adbLocation ddms extension to provide more tools location." into...
Xavier Ducrohet [Fri, 12 Nov 2010 01:47:27 +0000 (17:47 -0800)]
Merge "Change the adbLocation ddms extension to provide more tools location." into tools_r8

13 years agoChange the adbLocation ddms extension to provide more tools location.
Xavier Ducrohet [Thu, 11 Nov 2010 23:49:31 +0000 (15:49 -0800)]
Change the adbLocation ddms extension to provide more tools location.

Previously DDMS used the adb location to find the location of other tools,
but adb moved to a different tool folder.

adbLocator extension changed to toolsLocation and provide explicit
locations for all the tools DDMS cares about. This way the logic
of the tools location is only in ADT instead of being duplicated
in DDMS.

Change-Id: I87f19c7705cb822dc793264f11e680ba09eb7f40

13 years agoMerge "SDK Repo Schema: <vendor> for <extra> elements." into tools_r8
Raphael Moll [Thu, 4 Nov 2010 19:51:44 +0000 (12:51 -0700)]
Merge "SDK Repo Schema: <vendor> for <extra> elements." into tools_r8

13 years agoSDK Repo Schema: <vendor> for <extra> elements.
Raphael Moll [Wed, 3 Nov 2010 21:12:47 +0000 (14:12 -0700)]
SDK Repo Schema: <vendor> for <extra> elements.

Change-Id: I8fa13d28b787e3ecb8bd96896e6410313e2a66a9

13 years agoMerge "SDK Manager: fix suggestions of new platforms." into tools_r8
Raphael Moll [Sat, 30 Oct 2010 00:03:27 +0000 (17:03 -0700)]
Merge "SDK Manager: fix suggestions of new platforms." into tools_r8

13 years agoSDK Manager: fix suggestions of new platforms.
Raphael Moll [Thu, 28 Oct 2010 23:41:49 +0000 (16:41 -0700)]
SDK Manager: fix suggestions of new platforms.

I accidentally broke the way the SDK Manager was suggesting
new platforms when I "optimized" the way it was fetching new
sources when resolving dependencies. The fix is that even if
we don't need to refresh or fetch a source, we still need to
report the packages we know it contains.

Also made the Archive and ArchiveInfo implement Comparable
and defer their comparison to the one of Package. This way
we can sort the archives in the install window.

Change-Id: Ic3b39e49e8143541b19b00de09468c1b3f01b0d7

13 years agoMerge "ADT: support synthetic parent chains in attrs_manifest.xml" into tools_r8
Raphael Moll [Thu, 28 Oct 2010 00:36:59 +0000 (17:36 -0700)]
Merge "ADT: support synthetic parent chains in attrs_manifest.xml" into tools_r8

13 years agoMerge "Fix adb location in ant rules." into tools_r8
Xavier Ducrohet [Wed, 27 Oct 2010 23:44:12 +0000 (16:44 -0700)]
Merge "Fix adb location in ant rules." into tools_r8

13 years agoFix adb location in ant rules.
Xavier Ducrohet [Wed, 27 Oct 2010 22:31:57 +0000 (15:31 -0700)]
Fix adb location in ant rules.

Change-Id: Ia8188de0b8af0ec4474f5c4ca2cec294c077e03f

13 years agoADT: support synthetic parent chains in attrs_manifest.xml
Raphael Moll [Wed, 27 Oct 2010 22:28:02 +0000 (15:28 -0700)]
ADT: support synthetic parent chains in attrs_manifest.xml

SDK Bug: 3125910

Change-Id: I00450b13d10cbe4f32cbfbd6e1945985b599920f

13 years agoMerge "Fix resource issues in ADT." into tools_r8
Xavier Ducrohet [Wed, 27 Oct 2010 22:21:36 +0000 (15:21 -0700)]
Merge "Fix resource issues in ADT." into tools_r8

13 years agoMerge "ADT: Separate manifest test for AttrsXmlParser." into tools_r8
Raphael Moll [Wed, 27 Oct 2010 22:13:23 +0000 (15:13 -0700)]
Merge "ADT: Separate manifest test for AttrsXmlParser." into tools_r8

13 years agoFix resource issues in ADT.
Raphael [Thu, 12 Aug 2010 02:33:42 +0000 (19:33 -0700)]
Fix resource issues in ADT.

Change-Id: I744833ec03d0d379ea526c193549f99f25f6811a

13 years agoADT: Separate manifest test for AttrsXmlParser.
Raphael Moll [Mon, 25 Oct 2010 19:37:31 +0000 (12:37 -0700)]
ADT: Separate manifest test for AttrsXmlParser.

Change-Id: I8ea1a31fd7db849fffb9043c58a91f82444d98d4

13 years agoMerge "ADT: Fix display of unknown Manifest elements." into tools_r8
Raphael Moll [Wed, 27 Oct 2010 17:13:51 +0000 (10:13 -0700)]
Merge "ADT: Fix display of unknown Manifest elements." into tools_r8

13 years agoADT: Fix display of unknown Manifest elements.
Raphael Moll [Wed, 27 Oct 2010 17:05:54 +0000 (10:05 -0700)]
ADT: Fix display of unknown Manifest elements.

SDK Bug: 3135772

Change-Id: I4f7c84c20b31e70db20a202f168158d500b3c09d

13 years agoMerge "ADT: Exclude <include> tag from the GLE palette." into tools_r8
Raphael Moll [Wed, 27 Oct 2010 05:20:16 +0000 (22:20 -0700)]
Merge "ADT: Exclude <include> tag from the GLE palette." into tools_r8

13 years agoADT: Exclude <include> tag from the GLE palette.
Raphael Moll [Tue, 26 Oct 2010 23:18:45 +0000 (16:18 -0700)]
ADT: Exclude <include> tag from the GLE palette.

Change-Id: Ia318556bc88a823fb6eae9048634c824524f3b90

13 years agoMerge "SDK: Fixed proguard.bat & co." into tools_r8
Raphael Moll [Tue, 26 Oct 2010 18:21:13 +0000 (11:21 -0700)]
Merge "SDK: Fixed proguard.bat & co." into tools_r8

13 years agoMerge "ADT: fixes to make Proguard work under Windows." into tools_r8
Raphael Moll [Tue, 26 Oct 2010 18:21:07 +0000 (11:21 -0700)]
Merge "ADT: fixes to make Proguard work under Windows." into tools_r8

13 years agoSDK: Fixed proguard.bat & co.
Raphael Moll [Mon, 25 Oct 2010 21:27:23 +0000 (14:27 -0700)]
SDK: Fixed proguard.bat & co.

These are similar to the external/proguard/bin/*.bat
except they use $SDK/tools/lib/find_java.bat to locate the
java location and use it if available. find_java will print
a proeminent error if java cannot be found.

Change-Id: I1fceae838436053031f405de9b3f1ab2d64222e6

13 years agoADT: fixes to make Proguard work under Windows.
Raphael Moll [Mon, 25 Oct 2010 20:28:07 +0000 (13:28 -0700)]
ADT: fixes to make Proguard work under Windows.

- the proguard.bat can only pass 9 args, but we have 15+, so
  we'll use a temporary proguard config file for Windows.

- PROGUARD_HOME needs to be defined properly since the default
  proguard.bat cannot infer it properly. We need other fixes
  to that batch file so eventually we're not going to ship the
  default one and we can fix the .bat file, but properly defining
  this env var is probably a good idea anyway.

Change-Id: Id007d5504a5e05d1c4b5a0728e96e0d677978ef4

13 years agoMerge "Fix external jar support when building with proguard." into tools_r8
Xavier Ducrohet [Mon, 25 Oct 2010 22:20:52 +0000 (15:20 -0700)]
Merge "Fix external jar support when building with proguard." into tools_r8

13 years agoFix external jar support when building with proguard.
Xavier Ducrohet [Mon, 25 Oct 2010 21:24:09 +0000 (14:24 -0700)]
Fix external jar support when building with proguard.

Change-Id: I3dafb284770f475d70a212cbe22cdae6bff36ff7

13 years agoMerge "Remove temporary disabling of proguard during ADT export." into tools_r8
Xavier Ducrohet [Fri, 22 Oct 2010 17:54:16 +0000 (10:54 -0700)]
Merge "Remove temporary disabling of proguard during ADT export." into tools_r8

13 years agoRemove temporary disabling of proguard during ADT export.
Xavier Ducrohet [Fri, 22 Oct 2010 17:53:21 +0000 (10:53 -0700)]
Remove temporary disabling of proguard during ADT export.

Change-Id: Iadff55b838b7317f9dcc518d5246a2889f7a5f39

13 years agoMerge "Workaround failure to collect test info for large test suites." into tools_r8
Xavier Ducrohet [Fri, 22 Oct 2010 01:20:48 +0000 (18:20 -0700)]
Merge "Workaround failure to collect test info for large test suites." into tools_r8

13 years agoMerge "Integrate 6db57208 into tools_r8. DO NOT MERGE." into tools_r8
Xavier Ducrohet [Wed, 20 Oct 2010 20:24:06 +0000 (13:24 -0700)]
Merge "Integrate 6db57208 into tools_r8. DO NOT MERGE." into tools_r8

13 years agoMerge "Integrate 5397067d into tools_r8. DO NOT MERGE." into tools_r8
Xavier Ducrohet [Wed, 20 Oct 2010 20:23:48 +0000 (13:23 -0700)]
Merge "Integrate 5397067d into tools_r8. DO NOT MERGE." into tools_r8

13 years agoMerge "Integrate 17398174 into tools_r8. DO NOT MERGE." into tools_r8
Xavier Ducrohet [Wed, 20 Oct 2010 20:23:41 +0000 (13:23 -0700)]
Merge "Integrate 17398174 into tools_r8. DO NOT MERGE." into tools_r8

13 years agoIntegrate 6db57208 into tools_r8. DO NOT MERGE.
Bill Napier [Mon, 18 Oct 2010 07:00:20 +0000 (00:00 -0700)]
Integrate 6db57208 into tools_r8. DO NOT MERGE.

Initial cut at MonkeyRecorder.

MonkeyRecorder (and MonkeyPlayback) are a set of tools for using MonkeyRunner to record and playback actions.  The current implementation is not very sophisticated, but it works.

Please don't review yet.  Needs a lot of style cleanup.

Change-Id: I79ed1b548d295563a184af5fb945140f93586b17

13 years agoIntegrate 5397067d into tools_r8. DO NOT MERGE.
Bill Napier [Sun, 17 Oct 2010 22:47:04 +0000 (15:47 -0700)]
Integrate 5397067d into tools_r8. DO NOT MERGE.

Fix field visibility by ensuring they stay in __dict__.

Change-Id: I2e93dd4ba8c8cc3f05ca477091932268ec5d78da

13 years agoIntegrate 17398174 into tools_r8. DO NOT MERGE.
Bill Napier [Mon, 18 Oct 2010 20:42:29 +0000 (13:42 -0700)]
Integrate 17398174 into tools_r8. DO NOT MERGE.

Make MonkeyRunner's adb finding more robust.

This includes fixes for running out of the SDK.

Change-Id: Ie73ccd391b34f8a75f23738a97c42902f91af841

13 years agoMerge "Gen folder should not be derived." into tools_r8
Xavier Ducrohet [Wed, 20 Oct 2010 20:06:40 +0000 (13:06 -0700)]
Merge "Gen folder should not be derived." into tools_r8

13 years agoGen folder should not be derived.
Xavier Ducrohet [Wed, 20 Oct 2010 18:51:59 +0000 (11:51 -0700)]
Gen folder should not be derived.

This fix the issue where gen is not present after project
creation (it was actually created then deleted as part of a clean
up phase)

Change-Id: I25cd67c076ed401b482d97292640c08a2a7a5830

13 years agoWorkaround failure to collect test info for large test suites.
Brett Chabot [Wed, 20 Oct 2010 03:02:52 +0000 (20:02 -0700)]
Workaround failure to collect test info for large test suites.

Add a small delay between tests when collecting test info.

Bug 1796494

Change-Id: I57061d7a21f8c8517c03101e28a3de82cdd61cd8

13 years agoMerge "Integrate 9174add7 into tools_r8. DO NOT MERGE" into tools_r8
Xavier Ducrohet [Tue, 19 Oct 2010 20:07:31 +0000 (13:07 -0700)]
Merge "Integrate 9174add7 into tools_r8. DO NOT MERGE" into tools_r8

13 years agoMerge "Integrate 5b6aa7d0 into tools_r8. DO NOT MERGE." into tools_r8
Xavier Ducrohet [Tue, 19 Oct 2010 20:07:15 +0000 (13:07 -0700)]
Merge "Integrate 5b6aa7d0 into tools_r8. DO NOT MERGE." into tools_r8

13 years agoIntegrate 9174add7 into tools_r8. DO NOT MERGE
Raphael Moll [Tue, 19 Oct 2010 19:08:26 +0000 (12:08 -0700)]
Integrate 9174add7 into tools_r8. DO NOT MERGE

SDK Manager fix: message to restart after tools update.

The latest CL made this appear after a platform-tools update instead.

Change-Id: Ib52cf88adfb1557c112c3a8153dad536c5932fa3

13 years agoIntegrate 5b6aa7d0 into tools_r8. DO NOT MERGE.
Raphael Moll [Tue, 19 Oct 2010 19:00:07 +0000 (12:00 -0700)]
Integrate 5b6aa7d0 into tools_r8. DO NOT MERGE.

SDK Manager: addon schema version number in about box.

Change-Id: I35d4e1db042282e269e3d1247d36ffa0e44291d5

13 years agoMerge "Integrate 13f4bf0d into Tools_r8. DO NOT MERGE." into tools_r8
Xavier Ducrohet [Tue, 19 Oct 2010 00:46:33 +0000 (17:46 -0700)]
Merge "Integrate 13f4bf0d into Tools_r8. DO NOT MERGE." into tools_r8

13 years agoIntegrate 13f4bf0d into Tools_r8. DO NOT MERGE.
Tor Norbye [Mon, 18 Oct 2010 23:19:01 +0000 (16:19 -0700)]
Integrate 13f4bf0d into Tools_r8. DO NOT MERGE.

Fix bug in LinearLayout handling of last lines

This fixes a bug where the insert-line for the last position is not
always *drawn* (the suggestion was there and the feedback rectangle
would snap to it, but the dashed line was not painted because the code
to suppress self-dragging was interfering.)

Change-Id: I853ef51a5a160f151119b7c819a3715cbde98b5a

13 years agoMerge "Integrate 11357696 into tools_r8. DO NOT MERGE" into tools_r8
Xavier Ducrohet [Tue, 19 Oct 2010 00:06:42 +0000 (17:06 -0700)]
Merge "Integrate 11357696 into tools_r8. DO NOT MERGE" into tools_r8

13 years agoMerge "Integrate 3c36e33f into tools_r8. DO NOT MERGE." into tools_r8
Xavier Ducrohet [Tue, 19 Oct 2010 00:06:26 +0000 (17:06 -0700)]
Merge "Integrate 3c36e33f into tools_r8. DO NOT MERGE." into tools_r8

13 years agoIntegrate 11357696 into tools_r8. DO NOT MERGE
Raphael Moll [Mon, 18 Oct 2010 23:16:09 +0000 (16:16 -0700)]
Integrate 11357696 into tools_r8. DO NOT MERGE

SDK Manager: Restart ADB after platform-tools update.

Change-Id: Ie59201a3f303e1a9a837e82cbf4a83f620b4e7f2

13 years agoIntegrate 3c36e33f into tools_r8. DO NOT MERGE.
snpe [Sun, 17 Oct 2010 16:34:51 +0000 (18:34 +0200)]
Integrate 3c36e33f into tools_r8. DO NOT MERGE.

Fixing Issue 11557:   SWTError: No more handles exception on Eclipse

Change-Id: Ie5e7d8af8ef0376cd4d3e9afcfdd328c331a5d96

13 years agoMerge "Set hover fill color"
Tor Norbye [Mon, 18 Oct 2010 22:01:48 +0000 (15:01 -0700)]
Merge "Set hover fill color"

13 years agoMerge "DexWrapper is now loaded by the SDK instead of the platforms."
Xavier Ducrohet [Mon, 18 Oct 2010 21:57:49 +0000 (14:57 -0700)]
Merge "DexWrapper is now loaded by the SDK instead of the platforms."

13 years agoMerge "Updated changelog for ADT."
Xavier Ducrohet [Mon, 18 Oct 2010 21:42:19 +0000 (14:42 -0700)]
Merge "Updated changelog for ADT."

13 years agoDexWrapper is now loaded by the SDK instead of the platforms.
Xavier Ducrohet [Mon, 18 Oct 2010 20:48:08 +0000 (13:48 -0700)]
DexWrapper is now loaded by the SDK instead of the platforms.

Since tools_r8, dx.jar is now located in platform-tools. instead
of platforms/android-<API>/tools/lib/.

There is therefore no need for all the platforms to load their
own dx.jar through reflection into DexWrapper. The SDK now does it
for all, and the builders query the SDK for the wrapper.

Change-Id: Ia79ccaf95237f2b25b43f26241e6335acc7050a3

13 years agoMerge "Missing platform toosl doesn't mean the SDK is invalid."
Xavier Ducrohet [Mon, 18 Oct 2010 21:35:24 +0000 (14:35 -0700)]
Merge "Missing platform toosl doesn't mean the SDK is invalid."

13 years agoUpdated changelog for ADT.
Xavier Ducrohet [Mon, 18 Oct 2010 21:22:33 +0000 (14:22 -0700)]
Updated changelog for ADT.

Change-Id: I523c4ecf9c037410d23c28bf5ce778f3e3d032b7

13 years agoSet hover fill color
Tor Norbye [Mon, 18 Oct 2010 18:56:07 +0000 (11:56 -0700)]
Set hover fill color

The code which paints the hover didn't actually set the hover fill color
on the graphics context so it was just blending with white. This happens
to be the color the fill was initialized to so the problem wasn't
noticeable.

Change-Id: I95f0eface23f2a772b687ba348997a3eac2d85a9

13 years agoMissing platform toosl doesn't mean the SDK is invalid.
Xavier Ducrohet [Mon, 18 Oct 2010 18:49:55 +0000 (11:49 -0700)]
Missing platform toosl doesn't mean the SDK is invalid.

Change-Id: I623edf5df8bcc9b0b1f806c49e863879fcd4fda4

13 years agoMerge "SDK Manager: refuse to not install dependencies."
Raphael Moll [Mon, 18 Oct 2010 17:25:05 +0000 (10:25 -0700)]
Merge "SDK Manager: refuse to not install dependencies."

13 years agoSDK Manager: refuse to not install dependencies.
Raphael Moll [Sat, 16 Oct 2010 05:11:20 +0000 (22:11 -0700)]
SDK Manager: refuse to not install dependencies.

In the case the SDK Manager found a package that would fix
a broken dependency of the currently installed packages
(e.g. user has Tools but not Platform-Tools), it will refuse
to not install the package that would fix that dependency.

Bug: 3092907

Change-Id: Iea21c69d726b7c859bfbbffc74ba61b690c4afe0

13 years agoMerge "Fix typo in precompiler builder."
Raphael Moll [Fri, 15 Oct 2010 23:38:49 +0000 (16:38 -0700)]
Merge "Fix typo in precompiler builder."

13 years agoFix typo in precompiler builder.
Raphael Moll [Fri, 15 Oct 2010 22:32:40 +0000 (15:32 -0700)]
Fix typo in precompiler builder.

Bug: 3102564

Change-Id: I44d60fc89e91eadf55c4f5451493f33ec5e13c73

13 years agoMerge "Editors preference page."
Xavier Ducrohet [Fri, 15 Oct 2010 22:27:12 +0000 (15:27 -0700)]
Merge "Editors preference page."

13 years agoMerge "Add in Windows batch file for monkeyrunner."
Bill Napier [Fri, 15 Oct 2010 22:18:49 +0000 (15:18 -0700)]
Merge "Add in Windows batch file for monkeyrunner."

13 years agoMerge "SDK Manager: display URL host in source tree."
Raphael Moll [Fri, 15 Oct 2010 22:18:46 +0000 (15:18 -0700)]
Merge "SDK Manager: display URL host in source tree."

13 years agoMerge "SDK Manager: Fix dependencies when installing selected packages."
Raphael Moll [Fri, 15 Oct 2010 21:48:06 +0000 (14:48 -0700)]
Merge "SDK Manager: Fix dependencies when installing selected packages."

13 years agoAdd in Windows batch file for monkeyrunner.
Bill Napier [Fri, 15 Oct 2010 21:43:52 +0000 (14:43 -0700)]
Add in Windows batch file for monkeyrunner.

Change-Id: Iebe42de2c5c8eb275f6dc4756f6209726f973860

13 years agoEditors preference page.
Xavier Ducrohet [Fri, 15 Oct 2010 21:30:16 +0000 (14:30 -0700)]
Editors preference page.

For now, only the monitor density, used by the zoom control
in the GLE.

Change-Id: I01219609e6196d845d45e306f5b93c3acf0b2ee2

13 years agoSDK Manager: display URL host in source tree.
Raphael Moll [Fri, 15 Oct 2010 20:50:16 +0000 (13:50 -0700)]
SDK Manager: display URL host in source tree.

Change-Id: I2fd27d931fe9011cc2894c7179e2e14327867b94

13 years agoMerge "Connect the resolution chooser to the zoom control in GLE"
Xavier Ducrohet [Fri, 15 Oct 2010 21:04:51 +0000 (14:04 -0700)]
Merge "Connect the resolution chooser to the zoom control in GLE"