aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix HV.bat for swt layout issue.Raphael Moll2010-11-171-69/+70
| | | | | | SDK Bug 3185449 Change-Id: I88dfaeb287fdef5cf82a0bc3da286c6c4493f910
* Merge "ADT tools location: traceview is a .bat" into tools_r8Jean-Baptiste Queru2010-11-161-1/+1
|\
| * ADT tools location: traceview is a .batRaphael Moll2010-11-161-1/+1
|/ | | | | | | | 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
* Merge "Change the adbLocation ddms extension to provide more tools ↵Xavier Ducrohet2010-11-1112-64/+139
|\ | | | | | | location." into tools_r8
| * Change the adbLocation ddms extension to provide more tools location.Xavier Ducrohet2010-11-1112-64/+139
|/ | | | | | | | | | | | 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
* Merge "SDK Repo Schema: <vendor> for <extra> elements." into tools_r8Raphael Moll2010-11-0411-81/+249
|\
| * SDK Repo Schema: <vendor> for <extra> elements.Raphael Moll2010-11-0311-81/+249
|/ | | | Change-Id: I8fa13d28b787e3ecb8bd96896e6410313e2a66a9
* Merge "SDK Manager: fix suggestions of new platforms." into tools_r8Raphael Moll2010-10-295-22/+89
|\
| * SDK Manager: fix suggestions of new platforms.Raphael Moll2010-10-285-22/+89
|/ | | | | | | | | | | | | | 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
* Merge "ADT: support synthetic parent chains in attrs_manifest.xml" into tools_r8Raphael Moll2010-10-276-21/+163
|\
| * ADT: support synthetic parent chains in attrs_manifest.xmlRaphael Moll2010-10-276-21/+163
| | | | | | | | | | | | SDK Bug: 3125910 Change-Id: I00450b13d10cbe4f32cbfbd6e1945985b599920f
* | Merge "Fix adb location in ant rules." into tools_r8Xavier Ducrohet2010-10-272-6/+2
|\ \ | |/ |/|
| * Fix adb location in ant rules.Xavier Ducrohet2010-10-272-6/+2
|/ | | | Change-Id: Ia8188de0b8af0ec4474f5c4ca2cec294c077e03f
* Merge "Fix resource issues in ADT." into tools_r8Xavier Ducrohet2010-10-2715-12/+174
|\
| * Fix resource issues in ADT.Raphael2010-10-2715-12/+174
| | | | | | | | Change-Id: I744833ec03d0d379ea526c193549f99f25f6811a
* | Merge "ADT: Separate manifest test for AttrsXmlParser." into tools_r8Raphael Moll2010-10-275-15/+272
|\ \ | |/ |/|
| * ADT: Separate manifest test for AttrsXmlParser.Raphael Moll2010-10-275-15/+272
|/ | | | Change-Id: I8ea1a31fd7db849fffb9043c58a91f82444d98d4
* Merge "ADT: Fix display of unknown Manifest elements." into tools_r8Raphael Moll2010-10-271-1/+1
|\
| * ADT: Fix display of unknown Manifest elements.Raphael Moll2010-10-271-1/+1
|/ | | | | | SDK Bug: 3135772 Change-Id: I4f7c84c20b31e70db20a202f168158d500b3c09d
* Merge "ADT: Exclude <include> tag from the GLE palette." into tools_r8Raphael Moll2010-10-262-1/+16
|\
| * ADT: Exclude <include> tag from the GLE palette.Raphael Moll2010-10-262-1/+16
|/ | | | Change-Id: Ia318556bc88a823fb6eae9048634c824524f3b90
* Merge "SDK: Fixed proguard.bat & co." into tools_r8Raphael Moll2010-10-263-0/+51
|\
| * SDK: Fixed proguard.bat & co.Raphael Moll2010-10-263-0/+51
| | | | | | | | | | | | | | | | | | 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
* | Merge "ADT: fixes to make Proguard work under Windows." into tools_r8Raphael Moll2010-10-261-5/+61
|\ \ | |/
| * ADT: fixes to make Proguard work under Windows.Raphael Moll2010-10-261-5/+61
|/ | | | | | | | | | | | | - 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
* Merge "Fix external jar support when building with proguard." into tools_r8Xavier Ducrohet2010-10-252-23/+44
|\
| * Fix external jar support when building with proguard.Xavier Ducrohet2010-10-252-23/+44
|/ | | | Change-Id: I3dafb284770f475d70a212cbe22cdae6bff36ff7
* Merge "Remove temporary disabling of proguard during ADT export." into tools_r8Xavier Ducrohet2010-10-221-1/+1
|\
| * Remove temporary disabling of proguard during ADT export.Xavier Ducrohet2010-10-221-1/+1
| | | | | | | | Change-Id: Iadff55b838b7317f9dcc518d5246a2889f7a5f39
* | Merge "Workaround failure to collect test info for large test suites." into ↵Xavier Ducrohet2010-10-211-0/+8
|\ \ | |/ |/| | | tools_r8
| * Workaround failure to collect test info for large test suites.Brett Chabot2010-10-191-0/+8
| | | | | | | | | | | | | | | | Add a small delay between tests when collecting test info. Bug 1796494 Change-Id: I57061d7a21f8c8517c03101e28a3de82cdd61cd8
* | Merge "Integrate 6db57208 into tools_r8. DO NOT MERGE." into tools_r8Xavier Ducrohet2010-10-2015-37/+1108
|\ \
| * | Integrate 6db57208 into tools_r8. DO NOT MERGE.Bill Napier2010-10-2015-37/+1108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Integrate 5397067d into tools_r8. DO NOT MERGE." into tools_r8Xavier Ducrohet2010-10-201-1/+19
|\ \ \ | |/ /
| * | Integrate 5397067d into tools_r8. DO NOT MERGE.Bill Napier2010-10-201-1/+19
| | | | | | | | | | | | | | | | | | Fix field visibility by ensuring they stay in __dict__. Change-Id: I2e93dd4ba8c8cc3f05ca477091932268ec5d78da
* | | Merge "Integrate 17398174 into tools_r8. DO NOT MERGE." into tools_r8Xavier Ducrohet2010-10-203-3/+30
|\ \ \ | |/ /
| * | Integrate 17398174 into tools_r8. DO NOT MERGE.Bill Napier2010-10-203-3/+30
|/ / | | | | | | | | | | | | | | Make MonkeyRunner's adb finding more robust. This includes fixes for running out of the SDK. Change-Id: Ie73ccd391b34f8a75f23738a97c42902f91af841
* | Merge "Gen folder should not be derived." into tools_r8Xavier Ducrohet2010-10-201-6/+0
|\ \ | |/ |/|
| * Gen folder should not be derived.Xavier Ducrohet2010-10-201-6/+0
|/ | | | | | | | 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
* Merge "Integrate 9174add7 into tools_r8. DO NOT MERGE" into tools_r8Xavier Ducrohet2010-10-191-1/+5
|\
| * Integrate 9174add7 into tools_r8. DO NOT MERGERaphael Moll2010-10-191-1/+5
| | | | | | | | | | | | | | | | SDK Manager fix: message to restart after tools update. The latest CL made this appear after a platform-tools update instead. Change-Id: Ib52cf88adfb1557c112c3a8153dad536c5932fa3
* | Merge "Integrate 5b6aa7d0 into tools_r8. DO NOT MERGE." into tools_r8Xavier Ducrohet2010-10-191-1/+4
|\ \ | |/
| * Integrate 5b6aa7d0 into tools_r8. DO NOT MERGE.Raphael Moll2010-10-191-1/+4
|/ | | | | | SDK Manager: addon schema version number in about box. Change-Id: I35d4e1db042282e269e3d1247d36ffa0e44291d5
* Merge "Integrate 13f4bf0d into Tools_r8. DO NOT MERGE." into tools_r8Xavier Ducrohet2010-10-181-1/+1
|\
| * Integrate 13f4bf0d into Tools_r8. DO NOT MERGE.Tor Norbye2010-10-181-1/+1
|/ | | | | | | | | | | 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
* Merge "Integrate 11357696 into tools_r8. DO NOT MERGE" into tools_r8Xavier Ducrohet2010-10-181-10/+9
|\
| * Integrate 11357696 into tools_r8. DO NOT MERGERaphael Moll2010-10-181-10/+9
| | | | | | | | | | | | SDK Manager: Restart ADB after platform-tools update. Change-Id: Ie59201a3f303e1a9a837e82cbf4a83f620b4e7f2
* | Merge "Integrate 3c36e33f into tools_r8. DO NOT MERGE." into tools_r8Xavier Ducrohet2010-10-185-38/+83
|\ \ | |/
| * Integrate 3c36e33f into tools_r8. DO NOT MERGE.snpe2010-10-185-38/+83
|/ | | | | | Fixing Issue 11557: SWTError: No more handles exception on Eclipse Change-Id: Ie5e7d8af8ef0376cd4d3e9afcfdd328c331a5d96
* Merge "Set hover fill color"Tor Norbye2010-10-181-0/+1
|\