summaryrefslogtreecommitdiffstats
path: root/infomanager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DataManager UpdatesEthan Yonker2016-03-311-29/+51
| | | | | | | The goal of this change is to make DataManager use InfoManager to reduce code duplication. Change-Id: Ia4f4c4324453a192995e0f442db0a03628c13e46
* Add nulls during reading of settings and info filesEthan Yonker2015-10-251-1/+3
| | | | Change-Id: Ie6202a8cc709d8593768f447ef95b4a815605d6b
* Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker2014-12-121-1/+3
| | | | | | | | | | Files and folders that we create during backups, copy log, or MTP operations often do not have the proper uid/gid/contexts assigned. We will attempt to read the proper contexts from the settings storage path and assign those same contexts to any files or dirs that we create. Change-Id: I769f9479854122b49b499de2175e6e2d026f8afd
* Track backup and restore progressEthan Yonker2014-07-091-0/+206
Track backup and restore progress based on the sizes of the files as they are being added to the tar backup file. Update the progress bar based on the sizes of the files. Change-Id: Idf649efa1db3e91830b4b2add86203a3f30042ff