| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Move stuff out of sdklib into common and ide_common.
Remove androidprefs and move the one class into common.
Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
|
|
|
|
| |
Change-Id: Idde24b6b893d1029d48ba32766110a6a3cdf73c6
|
|
|
|
| |
Change-Id: I3877a7418da193cbe3759f25daafa3309bb8c05a
|
|
|
|
| |
Change-Id: Ia7ceed6297048779b9d591a518c2ae3c8cbfe60c
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a plugin that is contains libraries and other utilities
common to both ADT/Eclipse plugins and RCP applications like
monitor.
Currently, it contains:
- libraries: common, sdkstats, androidprefs & sdklib.
- prebuilts: guava
Change-Id: I982a6897fa73c5ba8c282bc2fba4b1e66b4e2ecd
|
|
|
|
| |
Change-Id: I3906416a7b5a4bf7b7e2f86ee3155c22d93a3c2b
|
|
|
|
| |
Change-Id: I4989ce98d4c6a600ca075ee919e5a0e1a40a4497
|
|
|
|
|
|
|
|
|
|
|
| |
There is no such 3.6.2 version for the core.runtime plugin.
The org.eclipse.ui plugin does require 3.6.2 though.
SDK Bug: 5690034
(Cherry-pick from 68afb2636d773c139e6909ad69f4fda951ee8133)
Change-Id: I90220adcc2c640df900c311a2d00d1b5ef5cb020
|
|
|
|
| |
Change-Id: I312b0dcf45c18dbe417717f7fe4eff69897a8b62
|
|
|
|
|
|
|
|
|
| |
Updates the feature descriptors to depend on Eclipse 3.6, such that
ADT 16 can't be installed in Eclipse 3.5. I think we agreed to require
Eclipse 3.6 recently, and Raphael has already made the build server
switch in changeset 9c014a83a.
Change-Id: I8f00f4363f23094063d4bd2876e2ac0dae24e4ec
|
|
|
|
| |
Change-Id: I79ae1bff5086146cc60b4496f4b0464ffd642651
|
|
|
|
| |
Change-Id: Ia6dc357106aa49fa5c27c6283eac62c4cc19967b
|
|
|
|
| |
Change-Id: Ie4e5dcc64ba8e341f2229dce77b07effbe9443ba
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changeset fixes this issue:
20450: Source->Format for XML files in Project Explorer in 14-preview
applies old XML rules instead of new Android-aware ones
Basically, the Eclipse XML support does not consult the
StructuredTextViewerConfigurationXML configuration when formatting
files. To work around this, this changeset overrides the format
processor defined for XML files and redirects to the ADT custom
formatter when the option to use a custom formatter is set.
Unfortunately, setting the formatProcessor in the ADT plugin does not
work, because it turns out that the WTP code to process layer
registrations processes plugins in alphabetical order of plugin names
(rather than say plugin dependency order), and as a result, the WTP
registration is processed later than the ADT one (because org.eclipse
> com.android) and it clobbers our registration.
To work around this, this changeset adds a *new* plugin, an overlay
for ADT which is named "overlay.com.android.eclipse.(etc)" which sorts
alphabetically later than org.eclipse. The plugin is basically empty
(it just provides a registration of the ADT format processor), and it
is registered as just a part of the ADT plugin so it should not be
exposed to users directly.
Change-Id: I2af2bc1e61e758c36243e4ac7236f676266cc665
|
|
|
|
| |
Change-Id: Ibe1042437e4f320a034be176b0b8efc7d205f79b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ADT used to depend on GEF (the Graphical Editing Framework in
Eclipse), but with GLE2 it no longer does. However, there were still a
couple of references left to GEF (a javadoc reference, some usages of
its Rectangle class, and a reference in the manifest).
Not all Eclipse distributions ship with GEF, which means some users
get a missing dependency error which is not immediately obvious to
those not familiar with Eclipse libraries.
Since we don't depend on GEF for anything important, eliminate the
last dependencies.
Change-Id: I5d1e11a195da496dc10c10fc7865df7e4d183629
|
|
|
|
| |
Change-Id: Id29498fde61185a63812b7267b64560a8fd54dc5
|
|
|
|
| |
Change-Id: Ibedcb5627170d107cacf5e9d212f9da11c8d1f3e
|
|
|
|
| |
Change-Id: Ifcf5190547e9e37bdda766ad3d57a312c2dbb481
|
|
|
|
| |
Change-Id: Idcc1ae2566e41656327190053e8e0ea22264d31d
|
|
|
|
| |
Change-Id: I4ba19e12a7d11df3d3c1053c30f3998a93b5fb06
|
|
|
|
| |
Change-Id: I6cfde67f2d0a0da2f94124d19e152e99df349820
|
|
|
|
| |
Change-Id: Ib5f49d91506de5e218d80af1d05d06ba49155cb6
|
|
|
|
|
|
|
|
|
|
|
| |
PDT stands for (Android) Platform Development Tools.
The first version is pretty basic. A single pref page
to give the location of the dev tree. From this it
finds the location of adb and provides it to ddms through
its extension point.
Change-Id: Ibed895852bc46b83ac6bf749d0ea37f0a54fad08
|
|
|
|
| |
Change-Id: Ia186695240e5f641c517a31ae93100143fc42694
|
|
|
|
| |
Change-Id: I22afafe283cd2e114f4d3b84687adcd18c17d784
|
|
|
|
| |
Change-Id: Ia7690ff2787aa68bb668af05bbaf13a7cf16bc8b
|
|
|
|
|
| |
Bug: 2129570
Change-Id: Id351fa7f0459a66bf432976d5550d95d7ddc795a
|
|
|
|
|
|
| |
Depends on Change Ie2684212
Change-Id: I3c269c7e972b8fcb207409732c450fab1544b508
|
|
|
|
| |
Change-Id: I2cd2e75f97369d2d8a69e7717a49a59784c1fffd
|
|
|
|
| |
Change-Id: I4d0437161b582ae23c23606a8bfa16b04ae508c0
|
| |
|
|
|
|
| |
Change-Id: I1fa1ae883eea4d27d5718788594ab0cb52ca6445
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
jar files licences.
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146248
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|