summaryrefslogtreecommitdiffstats
path: root/twrpDigest.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve progress bar handling for backup / restore / image flashEthan Yonker2016-03-311-2/+2
| | | | | | | | | | | | | | | | | The progress bar will now be updated during image backups, restores and during image flashing (except for sparse images which will require significant changes to libsparse, and except for mtd nand using flash_utils). The progress bar will now be updated mid-file for file systems (tar) so the user will see changes even during large file backup / restore. Add a new progress tracking class to simplify handling of progress bar updates. The class will only update the progress bar 5 times a second to reduce the CPU load from updating the GUI frequently which does affect backup times. Change-Id: Iff382faef3df1f86604af336c1a8ce8993cd12c5
* Support .md5sum extension for package verificationMatt Mower2014-04-151-1/+0
| | | | Change-Id: Idb6df99251726e5415b415ea6ae55337b96b2dbb
* Update licenses to all matchDees Troy2013-10-221-0/+1
|
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-12/+15
| | | | Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
* trying to fix md5bigbiff bigbiff2013-03-171-1/+1
| | | | Change-Id: I4ec037f76aa965bc818afe924942adbe9a080b36
* use md5.c for computation of md5sumsbigbiff bigbiff2013-03-071-0/+35
create a framework for computing digests and reading digests in TWRP add space for backwards compatibility with bb md5sum Change-Id: Ia18e3f430eed5eba22e5052d39b9b8d88ecd4536