Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
cd8169c1649d64081073f496aa1b8dafff616f0e
cd8169c
Refresh page after updating partition sizes
by Matt Mower
· 11 years ago
05aa135
Convert 1600x2560 ui.xml to unix line endings
by Matt Mower
· 11 years ago
3a746d6
Merge "Remove deprecated tar exclude functionality" into android-4.4
by Dees Troy
· 11 years ago
5a05f47
Merge "if md5 check is not selected for subpartitions, don't check it." into android-4.4
by Dees Troy
· 11 years ago
1ce5e33
Merge "Fix /data backup size if contains media subdirs" into android-4.4
by Dees Troy
· 11 years ago
3d37eae
Merge "Allow disabling legacy properties" into android-4.4
by Dees Troy
· 11 years ago
90a203f
Merge "Cleanup DU Get_Folder_Size function" into android-4.4
by Dees Troy
· 11 years ago
2ea342a
Merge "correctly mount tmpfs as /tmp in recovery" into android-4.4
by Dees Troy
· 11 years ago
a7a366e
Merge "Add basic error checking to legacy property init" into android-4.4
by Dees Troy
· 11 years ago
bb81e5d
Remove deprecated tar exclude functionality
by Matt Mower
· 11 years ago
0733881
if md5 check is not selected for subpartitions, don't check it.
by bigbiff bigbiff
· 11 years ago
f77994d
Fix /data backup size if contains media subdirs
by Matt Mower
· 11 years ago
55d6542
correctly mount tmpfs as /tmp in recovery
by Doug Zongker
· 11 years ago
2f1b2ab
Cleanup DU Get_Folder_Size function
by Matt Mower
· 11 years ago
6883d73
Allow disabling legacy properties
by Matt Mower
· 11 years ago
cdd3b33
Add basic error checking to legacy property init
by Matt Mower
· 11 years ago
1131cff
add 1600x2560 to TWRP. Thanks to nrage123 and Gunthermic for creating the theme.
by bigbiff bigbiff
· 11 years ago
02a6453
Re-arrange handling of settings storage partition
by Dees Troy
· 11 years ago
ec8fc28
Change to lstat so we don't count the target of symbolic links as part
by bigbiff bigbiff
· 11 years ago
c05c598
Improve handling of settings storage and android secure
by Ethan Yonker
· 11 years ago
863ecff
Merge "Fix skipping of relative paths and lost+found in twrpDU" into android-4.4
by Dees Troy
· 11 years ago
05f87d6
Fix skipping of relative paths and lost+found in twrpDU
by Vojtech Bocek
· 11 years ago
2005a84
Run TWFunc::Fixup_Time_On_Boot() before OpenRecoveryScript
by Vojtech Bocek
· 11 years ago
99c8dbf
Check to ensure that selinux_handle is populated before using
by Dees Troy
· 11 years ago
2f6e995
Merge "Fix incorrect alignment of Restore Defaults button in some themes" into android-4.4
by Dees Troy
· 11 years ago
781e689
Fix incorrect alignment of Restore Defaults button in some themes
by Kra1o5
· 11 years ago
7e303cf
Support pre-KitKat properties for update-binary
by that
· 11 years ago
eae4209
Fix error handling in createList
by Ethan Yonker
· 11 years ago
6b4276f
Remove size parameter from substr call
by Ethan Yonker
· 11 years ago
d5b26d6
Fix "\n\n" string in gui_print(), remove unused gui_print_overwrite()
by Vojtech Bocek
· 11 years ago
5314a85
2.7.0.0
by Dees Troy
· 11 years ago
3e254b9
Change qcom time error messages to info
by Dees Troy
· 11 years ago
822c3be
Merge "Restore capabilities to run-as binary" into android-4.4
by Dees Troy
· 11 years ago
eacfc37
Merge "Tweak 240x240 theme" into android-4.4
by Dees Troy
· 11 years ago
54a69f4
Tweak 240x240 theme
by Dees Troy
· 11 years ago
c58846b
Fix wordwrap in console eating last char if str.size() == max_line_len
by Vojtech Bocek
· 11 years ago
4159aed
Restore capabilities to run-as binary
by Dees Troy
· 11 years ago
5e73cc7
Merge "Check crypto footer before offering to decrypt" into android-4.4
by Ethan Yonker
· 11 years ago
9f554ce
Merge "Check auto generated backup names for invalid characters" into android-4.4
by Ethan Yonker
· 11 years ago
04a5b0e
Merge "Allow sideloading from /tmp" into android-4.4
by Ethan Yonker
· 11 years ago
71413f4
Check crypto footer before offering to decrypt
by Ethan Yonker
· 11 years ago
92d48e0
Check auto generated backup names for invalid characters
by Ethan Yonker
· 11 years ago
45312e5
Allow sideloading from /tmp
by Ethan Yonker
· 11 years ago
31218ec
Add word wrap to console output and fix scrolling in console
by Dees Troy
· 11 years ago
c62b34c
Remove unneeded logging
by Ethan Yonker
· 11 years ago
30e41c7
Merge "Remove some unneeded code" into android-4.4
by Ethan Yonker
· 11 years ago
ababafe
Merge "Add capslock support to keyboard" into android-4.4
by Ethan Yonker
· 11 years ago
a0180a2
Merge "Look also for buttons when checking if input device is mouse" into android-4.4
by Dees Troy
· 11 years ago
731df79
fix slash between directories
by bigbiff bigbiff
· 11 years ago
971d318
Look also for buttons when checking if input device is mouse
by Vojtech Bocek
· 11 years ago
c3120d4
Add capslock support to keyboard
by Ethan Yonker
· 11 years ago
8214f0a
Remove some unneeded code
by Ethan Yonker
· 11 years ago
b2a36d3
Merge "Improve ORS scanning of storage locations" into android-4.4
by Ethan Yonker
· 11 years ago
d7adf29
Improve ORS scanning of storage locations
by Ethan Yonker
· 11 years ago
0722056
Cache results of GUIObject::isConditionTrue()
by Vojtech Bocek
· 11 years ago
bfb6334
Properly delete all GUIObjects and pages on theme reload
by Vojtech Bocek
· 11 years ago
ede51c5
Conditional -> GUIObject and make all gui objects children of GUIObject
by Vojtech Bocek
· 11 years ago
f08ada8
Allow recovery to be restored if backup=1 flag is present in recovery.fstab
by bigbiff bigbiff
· 11 years ago
9044700
Merge "Add vibrations to Checkbox, Fileselect, Listbox and Partitionlist" into android-4.4
by Dees Troy
· 11 years ago
aae6e8c
Add fix permissions to OpenRecoveryScript
by Ethan Yonker
· 11 years ago
5038197
Add twrpTar binary
by Ethan Yonker
· 11 years ago
c590e7b
Add rule to make libopenaes_static
by Ethan Yonker
· 11 years ago
ccb0cf7
Add rule to make libtar_static
by Ethan Yonker
· 11 years ago
a869edd
Remove unused functions
by Ethan Yonker
· 11 years ago
af2897c
ifdef some functions that depend on other TWRP parts
by Ethan Yonker
· 11 years ago
374cd71
Merge "Move DataManager functions out of twrpTar.cpp" into android-4.4
by Ethan Yonker
· 11 years ago
87af563
Move DataManager functions out of twrpTar.cpp
by Ethan Yonker
· 11 years ago
f27497f
Fix ext4 wiping when no SELinux contexts are defined
by Ethan Yonker
· 11 years ago
0385f51
Update SuperSU
by Ethan Yonker
· 11 years ago
b555789
Separate out function for reading /system/build.prop values
by Ethan Yonker
· 11 years ago
5af8f3f
Add vibrations to Checkbox, Fileselect, Listbox and Partitionlist
by Vojtech Bocek
· 11 years ago
175cb7b
Merge "Additional mount function call without mount options" into android-4.4
by Dees Troy
· 11 years ago
3b2be98
Merge "Add option to print render time of each frame to log file" into android-4.4
by Dees Troy
· 11 years ago
a8aac90
Merge "Restore contexts when doing mkdierhier in libtar Do a restore of loaded file contexts to /data/media directory. This will help denials to be prevented when internal storage is wiped." into android-4.4
by Dees Troy
· 11 years ago
e492e27
Merge "Implement mouse cursor" into android-4.4
by Dees Troy
· 11 years ago
75de542
Merge "Expansion of vibrate options" into android-4.4
by Ethan Yonker
· 11 years ago
50b24dd
Merge "Add haptic feedback" into android-4.4
by Dees Troy
· 11 years ago
1fc30fc
Implement mouse cursor
by Vojtech Bocek
· 11 years ago
03db326
Expansion of vibrate options
by Ethan Yonker
· 11 years ago
216e042
Additional mount function call without mount options
by Dees Troy
· 11 years ago
6b600f9
Restore contexts when doing mkdierhier in libtar
by bigbiff bigbiff
· 11 years ago
e5ffcd1
Add option to print render time of each frame to log file
by Vojtech Bocek
· 11 years ago
6c694b6
Disable alpha blending for non-transparent bitmaps
by Vojtech Bocek
· 11 years ago
71e9b04
Add haptic feedback
by Samer Diab (S.a.M.e.R_d)
· 11 years ago
4011c71
Merge "Load RTC offset on Qualcomm Krait chips, fixes the broken time & date" into android-4.4
by Dees Troy
· 11 years ago
5760002
Merge "minui: adapt backlight blanking commit to TWRP" into android-4.4
by Dees Troy
· 11 years ago
5f1c7e3
Merge "Don't switch between fast and normal scroll during drag in listviews" into android-4.4
by Dees Troy
· 11 years ago
a21b052
Merge "Improve android secure handling" into android-4.4
by Ethan Yonker
· 11 years ago
1a4744a
Disable alpha blending for fully opaque rectangles
by Vojtech Bocek
· 11 years ago
4a5db2d
minui: adapt backlight blanking commit to TWRP
by Matt Mower
· 11 years ago
a1aad1b
Fix error message on split backups
by Ethan Yonker
· 11 years ago
d0e38bc
Load RTC offset on Qualcomm Krait chips, fixes the broken time & date
by Vojtech Bocek
· 11 years ago
d4d1073
Improve android secure handling
by Ethan Yonker
· 11 years ago
e0a433a
Refactor twrpTar to use TarList
by Dees Troy
· 11 years ago
0940e41
minui: Allow devices to blank/unblank using LCD backlight
by Ethan Chen
· 11 years ago
c7360dd
Clear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etc
by bigbiff bigbiff
· 11 years ago
06c3f93
Add option to set flag for storage=0
by Ethan Yonker
· 11 years ago
1f4825b
Merge "ifdef some file system options that are not available in older trees" into android-4.4
by Dees Troy
· 11 years ago
a7b8de5
Fix SELinux function compatibility in older trees
by Dees Troy
· 11 years ago
c4bc30e
ifdef some file system options that are not available in older trees
by Dees Troy
· 11 years ago
Next »