| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ide90aa1649ef36568400e98b470edffa4eaed64e
|
|
|
|
| |
Change-Id: I771cc215e21f4deb93c85eabce649b275fab3ef4
|
|
|
|
|
|
|
|
|
|
|
| |
When launch config is in automatic mode with no
preferred AVD and minSdkVersion is smaller than the
project targert's API level, try to find an AVD
that's as close to the minSdkVersion as possible.
SDK Bug http://b.android.com/7897
Change-Id: Ied1f2db8f61c27430b466b2b7afbb5494fd0ffed
|
|\
| |
| |
| | |
Change-Id: If11d893ba56c1189620e00f86b7f51bf4d698e49
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix NPE in GLE config composite.
SDK Bug 2567451
Merged from master Change Iae315a57
Change-Id: I75017e7eb2edf377e3bf00a47b809300324babac
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This CL reverts two annoying behaviors when using GLE:
- it stops opening the outline/properties (either for GLE1 or GLE2...
in GLE2 will need to use different views and have a better
behavior anyway.)
- it selects the XML text editor by default for GLE1 since
the graphical one is mostly useless.
Merged from master Change I634e6dbe
Change-Id: I43731248acec22cff628afc940bea69431bb93dd
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 2565909
Change-Id: I4342c58d9306c13f963c6c52fc202bd28ad25626
|
| |/
| |
| |
| |
| | |
Bug: 2565629
Change-Id: I10a1aceaa5f0d0e157a9eccf7bffb312c7fc3bcc
|
| |
| |
| |
| |
| |
| | |
(merge Change Ia77122bc from master)
Change-Id: Iad27a002d387f9537e487ddd669831ef65e9e7b0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The method was always adding an initial slash to the path.
This is only needed if the requested path doesn't have one.
This fixes the NPW templates and the GLE scripts usage.
SDK Bug: 2546962
Change-Id: If19eb0a5b931eeb1d160c980f950eb0a974246e8
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This does not solve the NPE, it adds even more logging
which will warn users when something goes horribly wrong.
Basically these logs should never happen.
SDK Bug: 2546962
Change-Id: Ibcd4f6fc9efc478d84236003cabde5ccf520a378
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This does not solve the NPE, it adds logging so that we
can identify the issue since it doesn't happend in debug mode.
Probably some template is not loaded correctly.
SDK Bug: 2546962
Change-Id: I4dbd6f2e7f88d4e6eae660cb1b5bffb768a59131
|
| |
| |
| |
| |
| |
| | |
Bug: 2461413
Change-Id: Ib014b7a5ff032bd925f3eac17a066d81654edff8
|
| |
| |
| |
| |
| | |
Bug: 2558499
Change-Id: Ic632822000ebd4e86d02a6f0517cf6ca89ee3cbc
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: I050e5b39027b960e28e6e463dc6048c02848d091
|
| |/
| |
| |
| | |
Change-Id: Ieee0bb7db7e854a2c71600baaf050b8dd0d6582a
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use case:
- start IDE with main project open and project library closed.
- open libray.
- NPE when main project refreshes.
Change-Id: I1ebfdc8848b2fe250c56ed90a61bd09c10cd3b4c
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This CL reverts two annoying behaviors when using GLE:
- it stops opening the outline/properties (either for GLE1 or GLE2...
in GLE2 will need to use different views and have a better
behavior anyway.)
- it selects the XML text editor by default for GLE1 since
the graphical one is mostly useless.
Change-Id: I634e6dbe3575fbcacdb61a487e8828043325b752
|
|\ \ \
| | | |
| | | |
| | | | |
config composite."
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix NPE in GLE config composite.
SDK Bug 2567451
Change-Id: Iae315a57285bf11ea151b6b35581367c3ce37145
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is to fit with design decision to make ddms a relatively dumb pipe, and
have callers handle any reliability/retry scenarios.
Change-Id: I454e0f37a7d50ba194f59aeba6a4ab9d9ed3ded8
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia7690ff2787aa68bb668af05bbaf13a7cf16bc8b
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia77122bc9a7c6e8f5f94e094eb70e05abb6d0793
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The method was always adding an initial slash to the path.
This is only needed if the requested path doesn't have one.
This fixes the NPW templates and the GLE scripts usage.
SDK Bug: 2546962
Change-Id: I27c51fa23d968dacccd3d810d522f80504f899cc
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This does not solve the NPE, it adds even more logging
which will warn users when something goes horribly wrong.
Basically these logs should never happen.
SDK Bug: 2546962
Change-Id: Id7da9a976535d297dfddb60d9a53899351f9561f
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This does not solve the NPE, it adds logging so that we
can identify the issue since it doesn't happend in debug mode.
Probably some template is not loaded correctly.
SDK Bug: 2546962
Change-Id: Idf0df2bd4e4b7a632fc7777b296df830c2f642da
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Use case:
- start IDE with main project open and project library closed.
- open libray.
- NPE when main project refreshes.
Change-Id: I12a86587be6dc9c613897b6611322f7b1a3395df
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When a project is opened, and libraries are resolved, make
sure that linked source folder are not already in the
classpath entries before adding theme.
Bug: 2549864
Change-Id: Ibb946b7e37ff3a9f3bae2c713e31b482c365cec3
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: Ic6f6760854a3fecccdf19117e534170e426dfc03
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
SDK Bug 2546969
Change-Id: I594bb83321e19af0968c2b4fedc08712547e5583
|
|/ /
| |
| |
| |
| | |
Bug: 2546973
Change-Id: I920f67277486c17e6d2790e6921c98864a8c24b0
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: Iac03183e10a49d60f42d69c33e97f3e62ec0c5b9
|
|/
|
|
|
|
|
|
|
|
| |
This also fixes the logging:
- properly propagate the ISdkLog to the AvdCreateDialog.
- properly use the ADT console for logging when invoked from Eclipse.
SDK Bug 2535112
Change-Id: I9e059fe30fe02c4f5d3e70054b4454f5703df515
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug 1722668
Change-Id: I260525aaccbd6e243b43d4229ef943978f9c1cf1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When opening layout files in the editor, we know attempt
to return the last state the display was in the last time
the file was used (device/config, locale, theme).
Also simplified somewhat the different UI-initializing
method of the ConfigurationComposite.
Change-Id: Ice6b39775eaf9af46707e4156cd14751be90dcbc
|
| |
| |
| |
| | |
Change-Id: I5fca534ef714a22d54d1a2e6ed028c7f22ddb07e
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I075cc7cce0b9814c2f71a1b61cff117b80d7457b
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: If2eb8ef197953c616f98b32764d01d7a1eb4d47f
|
|\ \ \
| |_|/
|/| | |
|