aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
Commit message (Collapse)AuthorAgeFilesLines
* Fix implementatation of IAndroidTarget to use new API. do not merge.Xavier Ducrohet2013-05-031-0/+6
| | | | | | (cherry picked from commit 4aa0f94f7012e4c1630fdcdff02175a8277f27a3) Change-Id: Ie214776a8fb1ffb0fd2b87d7a881ab455b711ee1
* SdkLib getLastestBuildTool shouldn't test for previews. DO NOT MERGE.Raphael Moll2013-05-031-1/+1
| | | | | | (Cherry picked from e878777b8767df7a2d4d2154ca05bb3925dfc057) Change-Id: I5247b84bcc3c328aabff73274b4182a1c55ba56a
* Update plugin with refactored sdk-common API. DO NOT MERGE.Xavier Ducrohet2013-05-037-12/+16
| | | | | | (Cherry picked from 30b328462ef1f767a940542db23761d6e5b87c0d) Change-Id: I401ec02d4674739b5f160fc0cf61aebdb9fa6cbf
* Misc bug fixes DO NOT MERGETor Norbye2013-05-033-5/+6
| | | | | | | | | | | | | | | | | (cherry pick from 67c3f1d864ad3338dfc1d194b35eaaaaa71a7aeb) First, when computing the fully qualified package names of activities to store the activity to theme mapping in the ManifestInfo, also allow activities to not be prefixed by a dot and still prefix the package path provided there are no dots in the activity name. Second, escape string values specified in the Add Translation Dialog when creating the corresponding resources. Third, soon the ResourceRepository will no longer provide a protected mWrapper field, so replicate it inside ProjectResources. Change-Id: I7660aa6921e3b667e63a25c645ca21efc443b7ce
* Add more version checks.Xavier Ducrohet2013-03-281-1/+1
| | | | Change-Id: I514cf4bc0c16c59073ad278c2645797a7654051b
* Add missing @NonNull annotations on overridden methodTor Norbye2013-03-261-2/+5
| | | | Change-Id: I101754947c6e96c579ee00cd265f59b157508544
* Merge "Reuse device display code from sdk-common"Tor Norbye2013-03-252-102/+9
|\
| * Reuse device display code from sdk-commonTor Norbye2013-03-222-102/+9
| | | | | | | | Change-Id: I49b5cd8352587a723d91d660a3f782322aa33033
* | Merge "Fix project files for DeviceConfig"Tor Norbye2013-03-221-0/+2
|\ \ | |/
| * Fix project files for DeviceConfigTor Norbye2013-03-221-0/+2
| | | | | | | | | | | | | | Also round screen dimensions for Nexus devices to nearest tenth so for the N10 we show 10.1, not 10.0055 Change-Id: I5ef7377e24713dc6e323f5152f8f515b1c12237b
* | Add support for build-tools in ADT.Xavier Ducrohet2013-03-2116-77/+273
| | | | | | | | | | | | | | To be compatible with older projects, the projects do not have to declare which build-tools to use and instead use the lastest. Change-Id: Ic09a4a8f53109f36c4fed60b8f848f9b4db686c4
* | Build ADT IDE only on LinuxSiva Velusamy2013-03-202-3/+6
| | | | | | | | Change-Id: I832831093402bb6d4bfa4ab8aefd23d8d7ee8291
* | 52407: should add a newline at the end of autogenerated xml filesTor Norbye2013-03-197-13/+58
|/ | | | Change-Id: Ia7a910e4426cf73f9ed25de9dfaf3df63cb88116
* Merge "Build IDE script."Raphael Moll2013-03-192-5/+41
|\
| * Build IDE script.Raphael Moll2013-03-152-5/+41
| | | | | | | | Change-Id: I99e6ae5ac952fe2f1295fd80a222373540a1cab2
* | Fix dependencies of adt plugins to depend on the right prebuilts.Xavier Ducrohet2013-03-185-25/+25
| | | | | | | | Change-Id: Ibf8919eb96d9d026988bd2d97972e35aa0c9ae2f
* | Add BouncyCastle to adt-base.Xavier Ducrohet2013-03-163-2/+8
|/ | | | | | This is now needed by sdklib for signing. Change-Id: I804d8d2ca2d5a939c24e977ea48a2a5ad4fa7501
* Rename project libraries.Raphael Moll2013-03-158-28/+28
| | | | Change-Id: I324a5cb5c9c34ec4a8c2e4438bba8ebd56a693e6
* Fix ADT test compile error.Raphael Moll2013-03-141-0/+7
| | | | Change-Id: Ib897ae33d2bb0797ad8da94abedcfa55e6a85787
* Build SDK using prebuilts/devtools.Raphael Moll2013-03-133-3/+9
| | | | Change-Id: I4c1979f8f07d24573b3ff7d7a1fa22d6ea87e5e3
* 53031 and 53032: XML formatting line separator fixTor Norbye2013-03-131-2/+13
| | | | Change-Id: I62208c275eb13ec18e3c5f8078fd4aad524534df
* Merge "Fix nullness annotation"Tor Norbye2013-03-131-1/+1
|\
| * Fix nullness annotationTor Norbye2013-03-061-1/+1
| | | | | | | | | | | | | | Method which is marked @NonNull delegates to a different method in tools/base which is marked @Nullable. Change-Id: I45810dc805e5d638d2d03929ceb580f6d7ec58f9
* | 52887: Unable to format xml documents that begin with commentsTor Norbye2013-03-121-0/+16
| | | | | | | | Change-Id: Ia3bb2658474760de51b8af4d2f74d3c4771151c7
* | Merge "Use the SDK common XmlPrettyPrinter"Tor Norbye2013-03-1327-1528/+400
|\ \
| * | Use the SDK common XmlPrettyPrinterTor Norbye2013-03-1227-1528/+400
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | The XML pretty printer was moved up from the Eclipse plugin into common (such that for example the resource merger can use it). This CL removes the old XML pretty printer and replaces it by a subclass which customizes the formatter slightly (in particular, taking advantage of the Eclipse DOM's ability to remember whether an XML tag was an empty tag such at <this/> rather than <this></this>.) Change-Id: Ie0865c3c35f1340fa4dcaf42253599f278ce4997
* | SDK prebuilts: reorganize into tools/lib.Raphael Moll2013-03-061-2/+2
|/ | | | | | This must be submitted with prebuilts/devtools' change I3d985ed0abf. Change-Id: Icab479e0e8a5c126b0fdc213a792187a14a44f21
* Fix ADT after FullRevision package change.Raphael Moll2013-02-151-1/+1
| | | | Change-Id: Ia533b1ebf15dce8510654fb1c3838f38ee6fd122
* Merge "Update nullness annotations"Tor Norbye2013-02-114-5/+6
|\
| * Update nullness annotationsTor Norbye2013-02-084-5/+6
| | | | | | | | | | | | Also remove test dependency on ddmuilib project Change-Id: I90c62bcfeca86110a6604ebda4425369aa3cc889
* | Merge "Sample build.xml for ADT plugin build"Siva Velusamy2013-02-081-0/+133
|\ \ | |/ |/|
| * Sample build.xml for ADT plugin buildSiva Velusamy2013-02-081-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | TODO: - currently only points to the external site. The shell script can build for external or internal site - context qualifier is not set - It uses the target platform from eclipse-build-deps. All these are newer than Eclipse 3.6.2 which is our current baseline Change-Id: I60b835541d4b6c32d773c0c678ce8ab733ee273f
* | Track tools/base API changesTor Norbye2013-02-088-16/+37
| | | | | | | | Change-Id: I97f785fdeafebf7c87d180e6b9905b08f7e3b72e
* | Fix sdkcommon/lint API usage in ADT.Raphael Moll2013-02-084-10/+17
|/ | | | Change-Id: I4672ec7504daf1bf1e5c0880e5aa2003c082e7da
* SDK: Use prebuilts/devtools JAR directly for ADT.Raphael Moll2013-02-081-2/+22
| | | | Change-Id: Ied6a3e8e93b20de6b8d7d26d62ced4045a0e4676
* Fix import paths for LogCatMessageSiva Velusamy2013-02-082-2/+2
| | | | Change-Id: If1068713f3faa60db2a22e7dc6464a2af4928743
* Fix ADT after sdkuilib->sdklib reorgRaphael Moll2013-02-061-1/+1
| | | | Change-Id: I92a353806e942227af1f49df8de5dd976766f567
* Fix generation of R classes for libraries to support any package name.Xavier Ducrohet2013-02-013-85/+39
| | | | Change-Id: I0e4f2c0d56285b911f0210a3cddbed0f5ec05ecc
* Merge "43194: Fix NPE when preferred avd is null"Siva Velusamy2013-01-301-0/+3
|\
| * 43194: Fix NPE when preferred avd is nullSiva Velusamy2013-01-291-0/+3
| | | | | | | | Change-Id: If80929f0cf90bbc15f8bb1b065450058f1fb2e96
* | Merge "Add dependency from hv plugin to base plugin"Siva Velusamy2013-01-291-1/+2
|\ \ | |/ |/|
| * Add dependency from hv plugin to base pluginSiva Velusamy2013-01-291-1/+2
| | | | | | | | | | | | hierarchy viewer now requires guava Change-Id: Ice7bacdde9ec4692b75ff59dec5ca083bf72a9cc
* | 43409: NPE when trying to rename the application package identifierTor Norbye2013-01-291-4/+4
|/ | | | Change-Id: I909048c37553b2c0ac8292e31f13933e8b103862
* Merge "Add egit to ADT bundle"Siva Velusamy2013-01-221-0/+1
|\
| * Add egit to ADT bundleSiva Velusamy2013-01-221-0/+1
| | | | | | | | Change-Id: I444699fd7f2337b4f3f84042dc235084d70ecc8a
* | Merge "Displaying the debug certificate MD5&SHA1 fingerprint on Build ↵Xavier Ducrohet2013-01-216-19/+299
|\ \ | |/ |/| | | preference. Printing the created certificate fingerprint to Android Console. Showing the certificate fingerprint on ExportWizard."
| * Displaying the debug certificate MD5&SHA1 fingerprint on Build preference.Keiji Ariyama2013-01-136-19/+299
| | | | | | | | | | | | | | | | | | Printing the created certificate fingerprint to Android Console. Showing the certificate fingerprint on ExportWizard. Related issue: http://code.google.com/p/android/issues/detail?id=19035 Change-Id: Ie88760f19d5d20a4660035dae1e9598c636e25da
* | Add support for hv protocol that works via DDMSiva Velusamy2013-01-161-0/+3
| | | | | | | | Change-Id: Ia88d107811abd8e36a0f980938c584d79565ac42
* | fixing puts workfiles in wrong directory.Keiji Ariyama2013-01-151-1/+1
| | | | | | | | | | Change-Id: Ic6d91abcd3413e10d9a1e622a458666797754996 Related-Issue: http://code.google.com/p/android/issues/detail?id=24234
* | Merge "fix build_plugins.sh script finish silently."Raphaël Moll2013-01-141-0/+2
|\ \