History log of /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/AvdManagerPage.java
Revision Date Author Comments
3430f2813e3eab87786079de2f82e566d07c056e 12-Sep-2012 Raphael Moll <ralf@android.com> Properly dispose DeviceManager from AvdManager.

Similar issue fixed by patch d1daeae66a0ebdf53076038dc4a1fe099c4141fb
but this time for the AvdManager.

Change-Id: I10af39d364e427d593078f8bfa23bba3ba7e1558
26a6128fb40866dc3a128cf8e641f76b06086797 05-Sep-2012 Raphael Moll <ralf@android.com> SDK Manager refactor: remove obsolete UpdaterPage

Change-Id: Ieffc0fd8c88705616197bdb971fc66cb9c7f536c
e46e7023069558853aad42f569a4d3fe6249d099 04-Sep-2012 Raphael Moll <ralf@android.com> Refactor SDK Manager into "core" vs "ui" packages.

This is just a refactor to move classes around.
No functionality is actually changed.

The sdkman2 package contains classes that are now
sorted between "ui" and "core" packages. The core
stuff has no UI dependency and can be used in
unit tests, whereas the ui stuff needs SWT somehow.

In a later CL some of the UI stuff will be changed
to make it easier to mock for testing.

Change-Id: I86606df7992de6ca6ae1df95f7b712cbba4fd3b6