| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Idde24b6b893d1029d48ba32766110a6a3cdf73c6
|
|
|
|
| |
Change-Id: I8e7a89de35dcd026ebd7c7312d73f4a331dc85c7
|
|
|
|
| |
Change-Id: I3877a7418da193cbe3759f25daafa3309bb8c05a
|
|
|
|
| |
Change-Id: Ia7ceed6297048779b9d591a518c2ae3c8cbfe60c
|
|
|
|
| |
Change-Id: Ibda26fd7bbcf358e28e76933cc9a093468a82706
|
|
|
|
| |
Change-Id: I3906416a7b5a4bf7b7e2f86ee3155c22d93a3c2b
|
|
|
|
| |
Change-Id: Ib340cec79f7aedab0309c707e70a9acb2438feb9
|
|
|
|
|
|
| |
Include the NDK plugin in the preview category.
Change-Id: I04018e74c0eccdd7990e5a586bb959b347f12636
|
|
|
|
| |
Change-Id: I4989ce98d4c6a600ca075ee919e5a0e1a40a4497
|
|
|
|
| |
Change-Id: I79ae1bff5086146cc60b4496f4b0464ffd642651
|
|
|
|
|
|
|
| |
Update build scripts to include gldebugger feature only for internal
builds.
Change-Id: I3ad9422309df6e0befc878f50e147399b1a3b456
|
|
|
|
| |
Change-Id: Id29498fde61185a63812b7267b64560a8fd54dc5
|
|
|
|
| |
Change-Id: Ibedcb5627170d107cacf5e9d212f9da11c8d1f3e
|
|
|
|
| |
Change-Id: Ifcf5190547e9e37bdda766ad3d57a312c2dbb481
|
|
|
|
| |
Change-Id: Idcc1ae2566e41656327190053e8e0ea22264d31d
|
|
|
|
| |
Change-Id: I4ba19e12a7d11df3d3c1053c30f3998a93b5fb06
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New DDMS extension: traceviewLauncher.
This allows another plug-in (traceview) to provide
a way to open traceview file. If this doesn't work
it revert to the default behavior of DDMS which is to
open the external traceview program.
also reverted the extension of traceview file
from .atv to .trace because earlier versions of
Android would automatically create those files
using this extension.
Change-Id: I2605ad47e501770ae100da2ace781b1d5d8cebc5
|
|
|
|
|
|
| |
New plugin which adds a Traceview view to Eclipse.
Change-Id: I3001dfde6ed28db3de8a75715a0ba0743f5c29b0
|
|
|
|
| |
Change-Id: I6cfde67f2d0a0da2f94124d19e152e99df349820
|
|
|
|
| |
Change-Id: Ib5f49d91506de5e218d80af1d05d06ba49155cb6
|
|
|
|
| |
Change-Id: Ib569e389aecea51fd15dde3b838d2b17581127c6
|
|
|
|
|
|
|
| |
Platform category didn't have a desc which seems
cause problems.
Change-Id: I449279fd191254c486556573717f215c0a56a479
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Add plug-in to the update sites
- Remove ddm(ui)lib from the plugin as it accesses the ddms plug-in
Change-Id: I524180688443e0a72443a04fc3f00300e8ddc165
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The rendering requires a looper, but never actually uses it.
Some views (like scrollView) make use of messages during rendering
putting messages into the looper message queue which was never
read or emptied.
In the case of the scrollview, the message actually contains
a reference to the scrollview, which would then leak (with all
its children views)
The fix is to delete the looper that was created. This must be
done by reflection as there's no public access to it, and this
must be done from ADT so that all versions of layoutlib get
the fix.
Change-Id: I998ad0ec17e77e36a42d77f8ab888917a9ff6441
|
|
|
|
| |
Change-Id: Ia7690ff2787aa68bb668af05bbaf13a7cf16bc8b
|
|
|
|
| |
Change-Id: I2cd2e75f97369d2d8a69e7717a49a59784c1fffd
|
| |
|
|
|
|
| |
Change-Id: I1fa1ae883eea4d27d5718788594ab0cb52ca6445
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|