From: Ben Soares Date: Fri, 28 Jun 2019 09:41:45 +0000 (+0100) Subject: JAL-3322 Progress bar status tweaks X-Git-Tag: Release_2_11_0~2^2~30 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=3c1f6f30767b4ca5611b8c8331004ab4ff5b8042 JAL-3322 Progress bar status tweaks --- diff --git a/getdown/lib/getdown-core.jar b/getdown/lib/getdown-core.jar index 2ffe409..397dc49 100644 Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ diff --git a/getdown/lib/getdown-launcher.jar b/getdown/lib/getdown-launcher.jar index 7f28fad..f7fcbfc 100644 Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ diff --git a/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java b/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java index 117f36b..2dddd6f 100644 --- a/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java +++ b/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java @@ -70,15 +70,16 @@ public class Application */ public enum Step { - UPDATE_JAVA(10), + //UPDATE_JAVA(10), + UPDATE_JAVA(20), //VERIFY_METADATA(15, 65, 95), VERIFY_METADATA(15, 45, 90), - DOWNLOAD(50), + DOWNLOAD(60), PATCH(60), //VERIFY_RESOURCES(70, 97), - VERIFY_RESOURCES(30, 90), + VERIFY_RESOURCES(40, 90), //REDOWNLOAD_RESOURCES(90), - REDOWNLOAD_RESOURCES(75), + REDOWNLOAD_RESOURCES(80), //UNPACK(98), UNPACK(95), //LAUNCH(99); diff --git a/j11lib/getdown-core.jar b/j11lib/getdown-core.jar index 2ffe409..397dc49 100644 Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ diff --git a/j8lib/getdown-core.jar b/j8lib/getdown-core.jar index 2ffe409..397dc49 100644 Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ