aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
|\ \ \ \
| * | | | fix build_plugins.sh script finish silently.Keiji Ariyama2013-01-131-0/+2
| |/ / / | | | | | | | | | | | | | | | | Change-Id: I2f5e5e6372a64b614e792dd31e9cbfd5d5d31b88 Related-Issue: http://code.google.com/p/android/issues/detail?id=42716
* | | | Update Eclipse Add Target API annotations for new InlinedApi checkTor Norbye2013-01-142-2/+4
| | | | | | | | | | | | | | | | Change-Id: I180cba4a0f71d86ae7b61643bd0b36cc8c4c6b28
* | | | 39612: Question Mark causes Eclipse Graphical Layout Editor to Freak OutTor Norbye2013-01-146-147/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle string values starting with ? and @ even if they do not correspond to actual theme or resource URLs. Also fix the code which handles processing strings read from XML files; apply unescaping rules (for unicode, newlines and tabs, removing quotes, etc). Also make the style warning include the full resource URI (it was only logging the stripped URI). Change-Id: I9b9a87ac4841faeacd1d94a43fa091702e60f4d8
* | | | hv: Refactor to interact with the device via IHvDeviceSiva Velusamy2013-01-131-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hierarchy Viewer currently interacts with a View Server that is present on the device. This is available only on eng devices due to security restrictions on the View Server. Rather than use this custom view server, we ought to use DDM for communication with the device. Such a scheme has a number of benefits apart from security. This CL is primarily just a refactoring of the existing host side code. The main objective is to hide the communication to the device behind a IHvDevice interface. The ViewServerDevice implementation of this interface allows communicating with existing devices that use the ViewServer implementation on the device. A subsequent CL will provide a new implementation of this interface that communicates via DDM. Change-Id: I7d63e5a59c6ec9c96dbd07af9dc03f93779fd2ec
* | | Fix attribute validationTor Norbye2013-01-042-5/+23
| | | | | | | | | | | | | | | | | | | | | This is used when incrementally validating XML attributes when a file is saved in the IDE. Change-Id: I37d37ab8ac64aec72455c3bfbabc7bbd65595a94
* | | Merge "Update master version from 21.0.0 to 22.0.0"Tor Norbye2013-01-0427-45/+45
|\ \ \
| * | | Update master version from 21.0.0 to 22.0.0Tor Norbye2012-11-2627-45/+45
| | | | | | | | | | | | | | | | Change-Id: I3cff176281b4949f814023f0c7ecda897bc1354b
* | | | 42051: Subversion folder causes NPE in PreCompilerBuilderTor Norbye2013-01-031-4/+5
| | | | | | | | | | | | | | | | Change-Id: Ie2846fdd25a4ea05b798c62ec6512bffa84819f9
* | | | Ensure streams are closed after parsingTor Norbye2013-01-032-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just read in full contents of XML file up front such that the stream can be closed. Also switch from InputStream to Reader since that's the native format KXml wants anyway (inside setInput() it creates one from the input stream if it doesn't already have one) Change-Id: I69e1602702ac771d29f988169cb7adafefc0198c