-
-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Description
Right now, the progress bar in the SDK updater is set to indeterminate mode, because the getFraction() method in the ConsoleProgressIndicator object used in the query and download tasks returns 0.
This code from the Android Plugin for IntelliJ IDEA can help understanding more advanced users of the progress indicator and the download functionality:
My impression is that the current progress has to be set somehow using progress.setFraction(), so it can then can be retrieved with progress.getFraction().