summaryrefslogtreecommitdiffstats
path: root/data.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-18Vibration: allow BoardConfig to disable vibration for a device.bigbiff bigbiff1-0/+0
Change-Id: Ibd2f67391ce6d7774498839829e0de9391508781
2018-01-17Use /persist as Qualcomm time fix source during early bootnkk711-1/+4
* /persist can be mounted early while TWRP is parsing the fstab so as soon as the partition is parsed, mount and adjust the time accordingly. * Store a backup settings file on /persist. Having a 2nd copy of the settings file in the /persist partition allows for early reading of the file and adjust timezone and brightness to user preference while still on TWRP splash. * Add the qcom ats time offset in TWRP settings file and use it if no better ats file is found. This will also allow devices with a persist partition, but no ats files in it, to adjust the time offset during early boot. * Use /persist/time/ as Qualcomm time fix source, based on Xuefer <xuefer@gmail.com> patch: https://gerrit.omnirom.org/c/27265/ https://gerrit.omnirom.org/c/24384/ Change-Id: I6c21538eec58d87edfb639d9ce3871f33b886c1d
2016-03-31DataManager UpdatesEthan Yonker1-20/+19
The goal of this change is to make DataManager use InfoManager to reduce code duplication. Change-Id: Ia4f4c4324453a192995e0f442db0a03628c13e46
2015-01-09Add locking to DataManager, remove unused C partsVojtech Bocek1-7/+1
Change-Id: I33e8f96611bd9a6795bdd3fb588c20716bdb5929 Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
2014-02-06Add haptic feedbackSamer Diab (S.a.M.e.R_d)1-0/+1
Change-Id: I15d723f73c0b0bb4a40645d1c3f4c1c616f36998
2013-10-24Update licenses to all matchDees Troy1-14/+16
Change-Id: I3be70a897e563658736b2dec3a9ea2697b69b225
2013-10-22Update licenses to all matchDees Troy1-14/+16
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-29/+29
Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-0/+3
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
2013-03-30Add partition list GUI elementDees_Troy1-4/+0
Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4
2013-02-19convert file_bps to be unsigned long longbigbiff bigbiff1-1/+5
Change-Id: Ib5d9ca8f9a2a4e27d9798665b312376a7d9c571c
2012-11-15Fixes for multi-user in 4.2Dees_Troy1-0/+1
Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d
2012-10-01Fix output of version numberDees_Troy1-0/+1
2012-09-18Cleanup extra-functionsDees_Troy1-0/+1
2012-09-11Move device ID code to data managerDees_Troy1-0/+4
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+79
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere