summaryrefslogtreecommitdiffstats
path: root/data.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-16Add option to uninstall TWRP app from /systemEthan Yonker1-0/+2
2019-04-03Use magiskboot to repack the boot partitionEthan Yonker1-1/+6
2019-04-03AB Cache dir: If device doesn't have /data/cache for FBE, we shouldbigbiff bigbiff1-1/+6
2019-03-20Adding Edl button in reboot menumauronofrio1-0/+4
2019-03-18AB/Non AB Devices: updates for moving cachebigbiff bigbiff1-18/+19
2019-03-18Vibration: allow BoardConfig to disable vibration for a device.bigbiff bigbiff1-0/+9
2018-09-26Add option to use ro.serialno for generating device idlambdadroid1-0/+10
2018-09-20Fix sha2 generation persistence.bigbiff bigbiff1-3/+3
2018-01-17Use /persist as Qualcomm time fix source during early bootnkk711-3/+50
2017-12-08Default to device backup/restore vs. adb backup/restorejason9720001-0/+2
2017-11-17Auto detect possible use of legacy propsnkk711-3/+2
2017-09-08Make legacy props an option disabled by defaultEthan Yonker1-1/+6
2017-06-17twrpDigest refactorbigbiff bigbiff1-3/+11
2017-01-18Unused variable cleanupMatt Mower1-4/+2
2017-01-18Whitespace cleanupMatt Mower1-33/+33
2016-12-16Add TWRP app install via TWRP recoveryEthan Yonker1-0/+10
2016-12-13Add boot slot supportEthan Yonker1-0/+7
2016-11-30Improve backup & wipe exclusion handlingEthan Yonker1-0/+1
2016-08-19Fixup reboot after install variablesMatt Mower1-1/+1
2016-08-19GUI: Add countdown & cancel to install auto-rebootMatt Mower1-0/+2
2016-08-19Finish creating disable_free_space_check variableMatt Mower1-0/+1
2016-03-31DataManager UpdatesEthan Yonker1-284/+178
2016-02-19Fix storage selection with adopted storageEthan Yonker1-1/+1
2016-02-15Remove inexplicable checks for enabling/disabled UMS supportJames Christopher Adduono1-4/+0
2016-01-29data: fix setting brightness at startupthat1-2/+0
2016-01-27Update minuitwrp graphics in line with latest minuiEthan Yonker1-1/+1
2016-01-25Adopted Storage supportEthan Yonker1-1/+3
2016-01-22Make new brightness code compatible with older treesEthan Yonker1-3/+3
2016-01-22Improve max brightness handlingTatsuyuki Ishi1-21/+36
2016-01-14Improve sdcard partitioning processEthan Yonker1-2/+2
2015-12-23Add default brightness controlGreg Wallace1-2/+18
2015-12-22Remove dead code: TW_HAS_DUAL_STORAGEMatt Mower1-7/+1
2015-12-19Multiple Language SupportEthan Yonker1-5/+10
2015-10-25Add nulls during reading of settings and info filesEthan Yonker1-1/+3
2015-08-26Fix up some TW_OEM_BUILD thingsEthan Yonker1-0/+2
2015-07-14Make system read only show no matter what on first TWRP bootEthan Yonker1-2/+2
2015-06-20Cleanup device_id retrievalMatt Mower1-70/+84
2015-06-17add magic property.* value for accessing system property variablesXuefer1-3/+18
2015-06-01Don't try to read temparature file if TW_NO_CPU_TEMP is set to true.Agontuk1-0/+4
2015-05-27Mount system as read-only by defaultEthan Yonker1-0/+2
2015-05-18TZ: Update default time zone stringMatt Mower1-2/+2
2015-01-11gui: simplify blanktimerthat1-3/+0
2015-01-09Add locking to DataManager, remove unused C partsVojtech Bocek1-119/+32
2014-12-12Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker1-0/+2
2014-10-21Add support for temperatures in tenths of a degree CelsiusHandyMenny1-1/+3
2014-10-14display cpu temperature in twrpJenkins1-2/+47
2014-09-20Attempt to automatically identify data/media devicesEthan Yonker1-181/+5
2014-09-04Allow MTP debug setting to stick through a rebootEthan Yonker1-0/+1
2014-09-03add mtp responder to TWRP.bigbiff bigbiff1-0/+8
2014-08-10Support reading since_epoch and secondary brightness filesxNUTx1-6/+14
2014-07-09Fix setting of brightness during startupEthan Yonker1-7/+9
2014-06-04Whitespace and minor code cleanupMatt Mower1-2/+2
2014-05-31Fix crash while loading config due to incorrect tw_storage_pathVojtech Bocek1-2/+9
2014-04-16Fix handling of storage with data/media vs data/media/0Ethan Yonker1-3/+4
2014-04-16Add additional search path for brightnessEthan Yonker1-0/+1
2014-04-15Add find file class to search for filesEthan Yonker1-4/+19
2014-04-04Tweak OEM modeEthan Yonker1-21/+1
2014-04-04Allow building of an OEM friendly TWRPEthan Yonker1-0/+4
2014-02-07Expansion of vibrate optionsEthan Yonker1-1/+3
2014-02-06Add haptic feedbackSamer Diab (S.a.M.e.R_d)1-1/+10
2013-10-24Update licenses to all matchDees Troy1-14/+16
2013-10-22Update licenses to all matchDees Troy1-14/+16
2013-09-12Pull ROM info from build.prop for backup namesDees Troy1-1/+1
2013-09-10Fix zip folder selection when storage path is similarDees Troy1-2/+1
2013-08-25Add a TW_NO_TIMEOUT optionRicardo Gomez1-5/+21
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-330/+336
2013-07-032.6.0.0Dees_Troy1-0/+2
2013-07-01Fix saving of backup listDees_Troy1-2/+2
2013-07-01Fix issue with save/load of zip locationDees_Troy1-6/+4
2013-06-22Support encrypted backup filesDees_Troy1-0/+7
2013-04-04Add new SliderValue GUI widgetVojtech Bocek1-17/+9
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-36/+61
2013-03-30Add partition list GUI elementDees_Troy1-109/+59
2013-03-01Add option for custom battery pathDees_Troy1-0/+12
2013-02-28Load user saved setting for blank timer on recovery startupbigbiff bigbiff1-2/+5
2013-02-21Remove ignore image size settingDees_Troy1-1/+0
2013-02-21Check for root and root perms and offer to install/fixDees_Troy1-0/+1
2013-02-21add military time optionbigbiff bigbiff1-7/+15
2013-02-20Configurable timeout and brightness settingsDees_Troy1-1/+39
2013-02-19convert file_bps to be unsigned long longbigbiff bigbiff1-0/+18
2013-02-19Add TW_USE_MODEL_HADWARE_ID_FOR_DEVICE_ID parameter for correct model identificationAnatoly Smaznov1-0/+28
2013-02-02fix wrong debuging output of used BUILD FLAGS in data.cppTalustus1-2/+2
2013-01-25adding sideload page with wipe cache and dalvikbigbiff bigbiff1-1/+3
2013-01-24Output most build flags to logDees_Troy1-5/+24
2013-01-24Disable USB Mass Storage if the USB lun file does not exist.Dees_Troy1-1/+15
2013-01-17Save version to cacheDees_Troy1-4/+10
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-3/+1
2012-11-24fix SP variable namesbigbiff bigbiff1-2/+2
2012-11-15Fixes for multi-user in 4.2Dees_Troy1-24/+19
2012-10-01Fix output of version numberDees_Troy1-1/+29
2012-09-27Port reboot functions to C++Dees_Troy1-8/+4
2012-09-26Unify portrait layouts againDees_Troy1-9/+12
2012-09-21Fix special partition handlingDees_Troy1-0/+9
2012-09-19Fix ext storage and zip pathsDees_Troy1-1/+5
2012-09-18Cleanup extra-functionsDees_Troy1-8/+12
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-3/+29
2012-09-11Move device ID code to data managerDees_Troy1-9/+130
2012-09-10Improve storage size code, mount, unmountDees_Troy1-6/+0
2012-09-07Add processing of fstab, mounting, and decryptDees_Troy1-7/+7
2012-09-06Hax to make it bootDees_Troy1-2/+3
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+918