On Linux, the gtk table seems to resize itself automatically when the
layout is computed and forces the last column to resize itself at +18 pixels.
This has a problematic impact on this dialog as it is not resizable and is
made to match the size of the content. As the dialog is used time after time
the last column grows by 18 pixels at every use up to a point where it
doesn't fit the screen.
Since storing the columns size is not that useful and I couldn't find a
way to ignore this first resize, I'm just removing the width storage.
Merge commit '60a735fda1f9d7c24c577853304d486b0109632f'
* commit '60a735fda1f9d7c24c577853304d486b0109632f':
ADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int.
Merge commit 'f8a2fbab9094d5525179770e00042ac2f85be991'
* commit 'f8a2fbab9094d5525179770e00042ac2f85be991':
Adds call back to the SDK updater for SDK content notifications.
Merge commit 'a399a681d50d820fe530bf7521fa2d95fe0ca998'
* commit 'a399a681d50d820fe530bf7521fa2d95fe0ca998':
Add support for add-on based on preview of platforms.
Merge commit 'e2901002a68d5d0debd7c5c41fbf884cb66505e8'
* commit 'e2901002a68d5d0debd7c5c41fbf884cb66505e8':
Add support for preview versions of platforms.
ro.build.version.codename is a new property indicating whether a platform
is in its release form (value = REL) or in development (value = dev branch
name such as Donut). When the codename indicates a development/preview version
then the API level must be ignored and this codename is used as a unique
identifier of the platform.
IAndroidTarget has been changed to return an instance of a new class
AndroidVersion instead of the api level directly. This class helps deals with
the logic of comparing version from targets or devices.
This change impacts all of the sdk manager to deal with targets identified by
codename instead of api level. This in turn impacts everything that relies
on the sdkmanager: ADT (build, launch, project creation), the AVD manager,
the SDK updater.
Merge commit '138a9a4f6e8b40c71fc645d30f0f6c1fe0cb2ee2'
* commit '138a9a4f6e8b40c71fc645d30f0f6c1fe0cb2ee2':
ADT Extract String ID: try to find a method or a field that will
Merge commit '47acc05bcf75e0a69cb457c081927e615ce71293'
* commit '47acc05bcf75e0a69cb457c081927e615ce71293':
ADT XML extract string: allow selection to be the attribute name.
Merge commit '9412517b3fffc8093c9ebcc4eb6883c111c699f4'
* commit '9412517b3fffc8093c9ebcc4eb6883c111c699f4':
AVD Selector: Add a "Start" button to launch the selected AVD in a
Merge commit 'e78015c12dc2598a466eec76aa57f72280e09bcf'
* commit 'e78015c12dc2598a466eec76aa57f72280e09bcf':
Plug the Android SDK window as the AVD manager.
- the "manager" button on the AVD selector (when not in manager
will open the Android SDK window
- the AVD manager in the eclipse toolsbar open the Android SDK
window as well.
Still left to do:
- remove the now obsolete AVD wizard
- figure out what to do with the other pages.
Merge commit 'ef2f55d0b70edcddeeeac7ad7cab0c8f115c0800'
* commit 'ef2f55d0b70edcddeeeac7ad7cab0c8f115c0800':
Add support to delete AVD in the new AvdSelector.
Merge commit '963aebaffad1c4f6934940c32a6f16bf7babe7cb'
* commit '963aebaffad1c4f6934940c32a6f16bf7babe7cb':
Force the id of TabWidget to be android:id/tabs
Merge commit 'f08e4afd45a793dfe74521c84f91c8ced1eb19f9'
* commit 'f08e4afd45a793dfe74521c84f91c8ced1eb19f9':
First step of a more standalone AvdSelector.