summaryrefslogtreecommitdiffstats
path: root/infomanager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-31DataManager UpdatesEthan Yonker1-29/+51
The goal of this change is to make DataManager use InfoManager to reduce code duplication. Change-Id: Ia4f4c4324453a192995e0f442db0a03628c13e46
2015-10-25Add nulls during reading of settings and info filesEthan Yonker1-1/+3
Change-Id: Ie6202a8cc709d8593768f447ef95b4a815605d6b
2014-12-12Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker1-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
2014-07-09Track backup and restore progressEthan Yonker1-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