Files
tustu/app/obfuscated_packages/W/EcuDefinitionUpdateThread.java
johndoe6345789 347ed15b78 Add Gauge Color Setters and Properties Menu
- Introduced multiple GaugeColorSetter classes (B to L) for setting gauge colors dynamically.
- Implemented GaugePropertiesMenu class to manage gauge properties and settings.
- Added action listeners for gauge styles and slider value changes to enhance interactivity.
- Created RadioButtonColorSelectionListener and StaticValueActionListener for handling user input.
- Ensured compatibility with existing gauge components and UI elements.
2026-01-11 07:39:35 +00:00

37 lines
816 B
Java

package W;
import bH.D;
import java.io.File;
class EcuDefinitionUpdateThread extends Thread {
String a;
double b;
File c;
public x(String paramString, double paramDouble, File paramFile) {
this.a = paramString;
this.b = paramDouble;
this.c = paramFile;
}
public void run() {
R r = w.a(this.a, this.b);
if (r.a()) {
D.d("Newer ECU Def found for signature: " + this.a + ", iniVersion: " + r.e() + ". downloading it now..");
r = w.a(this.a, this.c);
if (r.a()) {
D.d("downloaded ECU Definition to: " + r.c().getAbsolutePath());
} else {
D.d(r.d());
}
}
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/W/x.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/