commit | ab16437de14fd9f1203b7e0ce82ea18eb56cae78 | [log] [tgz] |
---|---|---|
author | Chaosmaster <chaosmaster@chaosv.de> | Mon Feb 03 15:38:02 2020 +0100 |
committer | bigbiff <bigbiff@teamw.in> | Tue May 19 14:44:52 2020 +0000 |
tree | b53d5d185a79cba671c1def3067ea5fa3d940681 | |
parent | 90df3de75ef05e014ba363d65a59421a04375e5a [diff] |
Rework progressbar logic, implement scoped/split progressbar Rework progressbar according to AOSP, this should fix various issues with progressbar. From AOSP: progress <frac> <secs> fill up the next <frac> part of of the progress bar over <secs> seconds. If <secs> is zero, use `set_progress` commands to manually control the progress of this segment of the bar. set_progress <frac> <frac> should be between 0.0 and 1.0; sets the progress bar within the segment defined by the most recent progress command. Change-Id: I7f92359046288f3529cb2e98e6d54d410a248f1d
Team Win Recovery Project (TWRP)
You can find a compiling guide here.