SDK Updater: SettingsController that handles the settings.
There is not any longer any logic in the SettingsPage, it is handled now by a "SettingsControllers" which is available via UpdaterData. The page only takes care of notifying the controller via a callback when settings have changed in the UI.
This commit is contained in:
@@ -26,7 +26,7 @@ public class SdkRepository {
|
||||
|
||||
/** The URL of the official Google sdk-repository site. */
|
||||
public static final String URL_GOOGLE_SDK_REPO_SITE =
|
||||
"https://dl.google.com/android/eclipse/repository/repository.xml"; //$NON-NLS-1$
|
||||
"https://dl.google.com/android/repository/repository.xml"; //$NON-NLS-1$
|
||||
|
||||
/** The XML namespace of the sdk-repository XML. */
|
||||
public static final String NS_SDK_REPOSITORY =
|
||||
|
||||
Reference in New Issue
Block a user