commit | 9be7c5b71223ac6db32c99b2d2bddfb44b4d3b2b | [log] [tgz] |
---|---|---|
author | Raphael <raphael@google.com> | Mon Jun 08 23:40:29 2009 -0700 |
committer | Raphael <raphael@google.com> | Tue Jun 09 22:09:34 2009 -0700 |
tree | 1571795d3d2ad00064de4c0377b2ea949d59ee4c | |
parent | 8d8d3249669149a68f3250cb580d7bfa1dd101dc [diff] |
SDK Updater: Support local archives - Change Archive to have a "isLocal" mode. - In local mode, Archive.getLocalOsPath gives the install folder. - In remote mode, Archive.getUrl gives the download URL. - Implement delete on local archive. - Started refreshing all sources. Need to revamp the progress dialog to share it accross methods first.