| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Change-Id: Iae8bc5c4bc06643691b82242162a93f22c06d868
|
| |
| |
| |
| | |
Change-Id: I61de48add78495e443066e446b58e2fedaf080b8
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I8a517c2ced3a0293bb94b9955cad9617f555faa8
|
|/ /
| |
| |
| | |
Change-Id: I6cd127ed7034ba33c32a1994bc312e187a15b250
|
| |
| |
| |
| |
| |
| |
| | |
The package for Eclipse Linux RCP has moved to the archives.
Change-Id: I8441a395670ceaf4c0aa20d5c8db63fc9ca38a7d
Signed-off-by: Scott Fan <fancp2007@gmail.com>
|
| |
| |
| |
| | |
Change-Id: Ifae3f44ec25a57586c7ece08f6281ef048f33290
|
| |
| |
| |
| | |
Change-Id: I1b936bdd17a8348bd4bf88c4cccfbe90f43f93c0
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
IPath.getDevice() can potentially be null.
Change-Id: I8929629112d0f5cde4c0a7532997692a1e7fd338
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Only minor issue was in the method that computes
the common root, it was forgetting to set the
path's device value.
Change-Id: Ie4efc4a733514cf2620e27b735d85a5750194b3f
|
|/ /
| |
| |
| | |
Change-Id: Ibff4720dddb23d101bdeefd101a985c56fb04f08
|
| |
| |
| |
| | |
Change-Id: I4840c7f5b1ddd6cbdebe5d266035c20fdefdd5d4
|
| |
| |
| |
| | |
Change-Id: I9163ec770179dabfc370b9011870a46f5524d289
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I163abe963f5871e0ddc579cd9faf5b83e672d422
|
|/ /
| |
| |
| | |
Change-Id: I713b05e2ef049cf75a3a78c364f443a8e4fff33d
|
| |
| |
| |
| | |
Change-Id: I1e3aea29fe35763e8c20f9b5aaf2a57e1f007f62
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This went undetected since the ddmuilib library is included as
a .jar inside Eclipse plugins, and is only a runtime dependency.
Fixes https://code.google.com/p/android/issues/detail?id=55394
Change-Id: I74d095aaa51aa4e508e36be50a6b990cfbc86d2d
|
| |
| |
| |
| | |
Change-Id: I756615ab03786e8dc7711e01a6847cbe4f8188ae
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adds an exporter that will take a selection of projects and craete
Gradle build files, with a top-level settings.gradle project to
link them together, and a Gradle wrapper that lets them be built
without having to specifically download the right version of
Gradle.
Change-Id: Ic0fbeb7162b5ab80b1e0c8b70e050ced0c9a07c7
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 54638
Change-Id: I568a52132275d3c720650dedae871ee4f1fd3df7
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Change-Id: I1a60ac1e683887dc4cecf8b18bdcf9def48f19a4
|
| | |
| | |
| | |
| | | |
Change-Id: I7d51fca33179b5dba3f5c12bf705a9a9c149383d
|
| | |
| | |
| | |
| | | |
Change-Id: I9a0f4119d6e465d7f30d75fbf7fe9252270c9d02
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The preview qualifier is toggled in the eclipse/script/build_server script.
In preview mode, ADT will look like:
adt.package_22.0.0.v201301020304-preview-1234567
In release moed, ADT will look like:
adt.package_22.0.0.v201301020304-1234567
Change-Id: Ib332726854bf50f70de12fcf4bc157e358ba91a7
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added a seperate classpath container for /libs/*.jar
private library dependencies. This is required for
third-party plugins that already handle depedency
management and would like to ignore the default ADT
depenency management system.
The introduction of this new classpath container means
libraries can mark it as "non-exported" and it will be
ignored by the ADT for dex compilation.
Please note that the old "Android Dependencies" classpath
container still contains the vital system JAR files like
annotations.jar and library and application JAR files.
Other than creating a new container ID and removing private
libraries, this classpath container is otherwise unmodified.
Please also see this mailing list discussion:
https://groups.google.com/d/topic/adt-dev/PSvBFm4t2J8/discussion
Change-Id: I1a6e132062af08a9cdcae9c1414ef1720cd4f3d8
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
At least on Windows trying to create a project "Test1" when there's
an existing "test1" in the Eclipse workspace will fail to create the
project but currently goes undetected in the NPW.
This properly checks all projects names in a case-insensitive manner.
SDK Bug: b/8612400
Change-Id: Id10fa9311d51fb4bfce0a8e290518358545b9c28
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Ia693c650627d88cea838753fa95bdf29b38c4115
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I5247b84bcc3c328aabff73274b4182a1c55ba56a
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Ife9795dca5d3de7de0cba64b8acc2d9239904564
|
| |/ / /
|/| | |
| | | |
| | | | |
Change-Id: Id3628f87569cab8df14f885274137a332a074550
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I2d15ec924fd43709f1b4afbfb575afc5d20b3afd
|
|\ \ \ \ |
|
| |/ / /
| | | |
| | | |
| | | | |
Change-Id: I401ec02d4674739b5f160fc0cf61aebdb9fa6cbf
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The current intro mechanism suffers from a number of issues
around html rendering. The URL links don't work on a bunch
of different platforms as per bug 41109.
https://code.google.com/p/android/issues/detail?id=41109
This CL uses SWT forms to render a simple page that provides:
1. A button that opens the new project wizard.
2. Links to documentation for first time users.
Change-Id: I9b5cf921b3cceb666e4e181e9e84109597731523
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The preview part of the Tools version check should be
ignored. Otherwise we'll get an error such as "ADT 22.0.0
can't use Tools 22.0.0 rc1" (because technically a preview
is lower than its final version.)
Change-Id: I2f91e1f2e2864d43518a23dfc2a9e45ae5d0f6af
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
Change-Id: I514cf4bc0c16c59073ad278c2645797a7654051b
|
| | |
| | |
| | |
| | | |
Change-Id: I101754947c6e96c579ee00cd265f59b157508544
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I49b5cd8352587a723d91d660a3f782322aa33033
|
|\ \ \ \
| |/ / / |
|