OSDN Git Service

Centralized the local data, and create new listener mechanism to access it.
authorXavier Ducrohet <xav@android.com>
Wed, 10 Jun 2009 18:22:46 +0000 (11:22 -0700)
committerXavier Ducrohet <xav@android.com>
Thu, 11 Jun 2009 21:51:26 +0000 (14:51 -0700)
Created a permanent SdkManager in UpdaterData (alongside a new AvdManager).
Pages can request a reload (for example on install/delete of a local package),
and other pages are notified of SDK changes to update their display (local
packages, local AVDs, available packages, etc...)

Removed references to UpdaterWindow from the pages (moved some actions
like installArchives and refreshSources into UpdaterData).

Added a new page for the AVDs. Pretty basic for now (only the current AVD
display).

Clicking refresh on the Local pages causes a reload which triggers a
refresh of the listeners pages which properly reloads the AVD page.


No differences found