History log of /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ProgressTaskFactory.java
Revision Date Author Comments
70c222d49c0a75e30b05337dbbb8110a39635aaf 07-Aug-2012 Raphael Moll <ralf@android.com> Convert EOL from dos2unix in sdkuilib *.java

Change-Id: Ia046d63aac7800326effbe61364d2efa35581633
02d654b5bebc2ea00bffbedfbe650cc2a59fc9d9 10-Mar-2012 Raphael <raphael@google.com> AVD Manager: don't auto-close 'start emulator' when there's an error.

In the AVD Manager, don't automatically close the
'start emulator' progress dialog if the emulator
has output an error.

A few emulator messages are output to stderr which are
not errors and a few others are sent to stdout which are
not worth printing or an actually errors, so this tries
to adjust the severity accordingly and guess when the
window should be kept open to read these messages.

SDK Bug: 26564

Change-Id: I98c63b38773f395f2f0c0b6112b81b65c10c82f6
ab36f4e7488358dea4ab6b54ee2b7bef3da0232b 21-Dec-2011 Tor Norbye <tnorbye@google.com> Update SDK codebase to JDK 6

This changeset makes the SDK codebase compile with source=1.6 (which
means it also requires JDK 6). This means that methods implementing an
interface requires @Override's. It also means we can start using APIs
like the ArrayDeque class and methods like String#isEmpty().

This changeset looks big but the change is trivial: it's basically
adding @Override in all the places that need it, along with some other
automatic Eclipse cleanup in certain files (such as reordering imports
where they were incorrectly ordered (because older versions of Eclipse
didn't always handle inner classes right)), as well as cleaning up
trailing whitespace and removing some $NON-NLS-1$ markers on lines
where there aren't any string literals anymore.

This changeset also sets the source and target JDK level to 6 in the
Eclipse compiler .settings file, and synchronizes this file to all the
other Eclipse SDK projects.

Change-Id: I6a9585aa44c3dee9a5c00739ab22fbdbcb9f8275
e373ce4021c83e10151b75c146cba7521bd66cfe 28-Jul-2011 Raphael Moll <ralf@android.com> SDK Manager2: Revamp progress bar handling.

Change-Id: Ic5751f5c86f7cd4cf31927d83368a7fcb432e216
d4963dc4347c871be5faa76920709001490e1d2a 24-Feb-2010 The Android Open Source Project <initial-contribution@android.com> snapshot
e13151727c63786342cddc3ea355425582bd4e7a 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
6f04045072aba987f0648ed020592ff4c6816fe2 09-Jul-2009 Raphael <raphael@google.com> AVD Selector: Add a "Start" button to launch the selected AVD in a
new emulator. Doesn't detect if the AVD is already running; instead
prints the emulator error.