Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-12-19 | Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar. | bigbiff bigbiff | 1 | -13/+14 | |
Moved Get_Folder_Size to this new class. Change-Id: If0a0220f900eb109581f2eeaf7b76e3f7d6886f1 | |||||
2013-11-26 | Add check during boot for SELinux support | Dees Troy | 1 | -0/+12 | |
Change-Id: Ib02867c403d1baa665dfb1d4f3137204e64a813c | |||||
2013-10-24 | Skip the = or \n before grabbing Zip_File.android-4.3 | Kevin Steck | 1 | -0/+3 | |
Change-Id: I0454f8fc3cbe037fac63ef5861f8f373e4654d49 | |||||
2013-10-23 | fix getting and setting contexts in selinux | bigbiff bigbiff | 1 | -1/+9 | |
recreate lost+found with selinux contexts Change-Id: I19e8696d47319dfb641520956c8a27c2a796a0c3 | |||||
2013-10-22 | Skip the = or \n before grabbing Zip_File. | Kevin Steck | 1 | -0/+3 | |
Change-Id: I0454f8fc3cbe037fac63ef5861f8f373e4654d49 | |||||
2013-10-17 | fix getting and setting contexts in selinux | bigbiff bigbiff | 1 | -1/+9 | |
recreate lost+found with selinux contexts Change-Id: I19e8696d47319dfb641520956c8a27c2a796a0c3 | |||||
2013-09-12 | Add TWFunc::Exec_Cmd() with no 'result' agrument | Vojtech Bocek | 1 | -3/+2 | |
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: Id8acff1ac9b3c7e4b562c80562a8ff42a1d132b9 | |||||
2013-09-12 | Make fixing su perms automatic | Dees Troy | 1 | -5/+3 | |
In 4.3+ with SELinux, su perms will be lost on every reboot so users will get the prompt to fix su perms in TWRP every time. Make fixing the su perms automatic instead of nagging the user. Change-Id: Ia8a2652018db5e1f6ffc5fec2a4ac0db3a8f32bb | |||||
2013-09-12 | Pull ROM info from build.prop for backup names | Dees Troy | 1 | -1/+1 | |
Change-Id: I7847fca22b5d4f0a35da41625b15bd677a1e9768 | |||||
2013-08-29 | Use twrp.fstab if present | Dees_Troy | 1 | -0/+8 | |
2013-08-24 | Unify indentation and little clean-up in TWRP files | Vojtech Bocek | 1 | -6/+6 | |
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> | |||||
2013-08-24 | Add SELinux support | Dees_Troy | 1 | -0/+16 | |
Change-Id: I11e1a3d018d921d96ba08915925b14bf633be6ed | |||||
2013-04-08 | Fix handling of AOSP recovery commands | Dees_Troy | 1 | -241/+252 | |
2013-04-05 | Fix handling of subpartitions | Dees_Troy | 1 | -1/+1 | |
2013-04-04 | Move all AOSP code out of recovery binary | Dees_Troy | 1 | -0/+241 | |
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 |