| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|