diff options
author | Tor Norbye <tnorbye@google.com> | 2011-09-21 15:12:08 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2011-09-23 16:08:14 -0700 |
commit | 292eefb8faa2f75ddbc5d6e20084c9f9a762da29 (patch) | |
tree | 638660d545af0743028f669e630fe9674e1f3d6e /eclipse/dictionary.txt | |
parent | 35596cf53e22c617630dee9ea820404f7baa0c84 (diff) | |
download | sdk-292eefb8faa2f75ddbc5d6e20084c9f9a762da29.zip sdk-292eefb8faa2f75ddbc5d6e20084c9f9a762da29.tar.gz sdk-292eefb8faa2f75ddbc5d6e20084c9f9a762da29.tar.bz2 |
Welcome Wizard
This changeset adds a new "Welcome Wizard" which is shown the first
time a user runs Eclipse with the ADT plugin.
The welcome wizard asks for two pieces of information:
(1) The location of the SDK.
(2) Whether the user agrees to gathering usage statistics.
We've needed this information before, but collection of the data had
been more ad-hoc: The usage data permission dialog would show up on
its own, and the SDK information would be requested the first time
some code path touched it (e.g. opening a layout or opening the
preference dialog's Android page etc).
In addition, the wizard also offers to *install* SDKs if you don't
already have one. It gives the option between the latest available
platform, and one supported by a large majority of devices (currently
API level 7), or both. If you select this option, then when finishing
the wizard the SDK manager is run in a special mode where it installs
the required packages with a progress dialog.
This changeset also starts recording the chosen SDK location in the
~/.android settings file. This allows us to detect when you're running
Eclipse in a brand new workspace and you've already gone through the
SDK selection before, and we don't need to ask again -- we'll just use
the most recently known location.
The wizard will only be shown once. If you bypass or cancel out of the
wizard, you can still configure your SDK the old way - via the
Preference dialog. Note also that the usage permission page is only
shown if the user has not already opted in via say ddms.
NOTE: If you want to test this, make sure you haven't set the
environment variable ADT_TEST_SDK_PATH (as some of us do for running
unit tests) since it is treated as the user having selected the given
SDK root, and in particular it means the wizard won't be shown even if
you've wiped adtUsed=true from your ~/.android/ddms.cfg etc.
Change-Id: I0a4e2c4efce84aca9beae394ce67e4c145cbb000
Diffstat (limited to 'eclipse/dictionary.txt')
-rw-r--r-- | eclipse/dictionary.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclipse/dictionary.txt b/eclipse/dictionary.txt index ac9ff9a..b9f3106 100644 --- a/eclipse/dictionary.txt +++ b/eclipse/dictionary.txt @@ -169,6 +169,7 @@ pings placeholder placeholders plugin +plugins popup popups pre @@ -226,6 +227,7 @@ snip spec standalone stash +stat stateful stateless stderr |