Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
072205626caec16f3028a9b698e792e525848581
« Previous
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
59e51a4
Don't switch between fast and normal scroll during drag in listviews
by Vojtech Bocek
· 11 years ago
3d2baac
Fix make file flag name for minzip
by Ethan Yonker
· 11 years ago
6f6441d
Fix include of cutils
by Dees Troy
· 11 years ago
b49b652
Merge "Force GUI render after setting brightness" into android-4.4
by Dees Troy
· 11 years ago
a6a2642
Merge changes I4c369222,I8a8ad4b3 into android-4.4
by Dees Troy
· 11 years ago
98fb46c
Fix handling of storage after decryption
by Dees Troy
· 11 years ago
26ff4c0
Enable UMS mounting of storage drives
by Jason Riordan
· 11 years ago
b53907e
Force GUI render after setting brightness
by Matt Mower
· 11 years ago
d9cb906
Set listener properties for UMS mount/unmount
by Matt Mower
· 11 years ago
b58e6d2
Initial 240x240 theme
by masteroftime
· 11 years ago
b99d8f2
Fix white point on top-bar images in some themes
by Kra1o5
· 11 years ago
2e9cb01
Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch release
by Ibrahim Awwal
· 11 years ago
84a3f1a
add errno.h to fix compile errors on other devices
by bigbiff bigbiff
· 11 years ago
42f40f5
declare dir for non data/media devices
by Dees Troy
· 11 years ago
8d0eb13
Improve SELinux support check
by Dees Troy
· 11 years ago
34684ff
Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.
by bigbiff bigbiff
· 11 years ago
4d132ca
Merge "Add support for persistent variables in theme's <variables> section" into android-4.4
by Dees Troy
· 11 years ago
504022b
Merge "add fix /data/data contexts to fixPermissions only compile symbols if selinux is defined Change-Id: I7c8596360cdf2f715c8e1379fc55ea27d9370393" into android-4.4
by Dees Troy
· 11 years ago
06b91e7
crypto: Fix crypto dependencies for ICS/Samsung methods
by OliverG96
· 11 years ago
62bd9e0
add support for fsflags= option in twrp.fstab file
by Hashcode
· 11 years ago
aac4854
Support custom graphics.c.
by Koushik Dutta
· 13 years ago
81c29dc
Add support for persistent variables in theme's <variables> section
by Vojtech Bocek
· 11 years ago
872a3b9
add fix /data/data contexts to fixPermissions
by bigbiff bigbiff
· 11 years ago
4168a07
Fix render issue when button has conditional
by Dees Troy
· 11 years ago
995e88c
Add check during boot for SELinux support
by Dees Troy
· 11 years ago
8c0f06b
Update partition sizes after sideload
by Dees Troy
· 11 years ago
a2e5efb
Merge "Add getfooter tool for crypto debugging" into android-4.4
by Dees Troy
· 11 years ago
bc18372
Merge "Update decrypt for 4.4" into android-4.4
by Dees Troy
· 11 years ago
163d474
Add check for making sure theme exists for device
by bigbiff bigbiff
· 11 years ago
705f16e
Add warning if DEVICE_RESOLUTION is not set in BoardConfig.mk
by bigbiff bigbiff
· 11 years ago
8931007
Add getfooter tool for crypto debugging
by Dees Troy
· 11 years ago
4dff2e6
Update decrypt for 4.4
by Dees Troy
· 11 years ago
0226cd5
Add reboot binary if it exists to recovery
by Dees Troy
· 11 years ago
79ff749
Fix merge conflicts
by Dees Troy
· 11 years ago
d63c764
Fix building of other utilities
by Dees Troy
· 11 years ago
ce8d893
Fix updater makefiles
by Dees Troy
· 11 years ago
bb4c0cb
Fix merge conflicts and update for 4.4 kitkat
by Dees Troy
· 11 years ago
23f2c39
Skip the = or \n before grabbing Zip_File.
by Kevin Steck
· 11 years ago
f476692
Ensure root folders get added in split archives
by Dees Troy
· 11 years ago
d8a26e0
Update licenses to all match
by Dees Troy
· 11 years ago
3c71347
Fix spelling error
by Dees Troy
· 11 years ago
4c07ab3
Add toolbox_recovery rules
by Dees Troy
· 11 years ago
7d5b71c
Clean up init.rc
by Dees Troy
· 11 years ago
14ca025
Merge "fix getting and setting contexts in selinux" into android-4.3
by Dees Troy
· 11 years ago
d0c24c5
fix getting and setting contexts in selinux
by bigbiff bigbiff
· 11 years ago
fb9f7f3
Merge "Remove trailing spaces on auto generated backup names" into android-4.3
by Dees Troy
· 11 years ago
3be70a8
Update licenses to all match
by Dees Troy
· 11 years ago
7b69e9d
Skip the = or \n before grabbing Zip_File.
by Kevin Steck
· 11 years ago
d932ce1
Fix spelling error
by Dees Troy
· 11 years ago
0cd27a8
Clean up init.rc
by Dees Troy
· 11 years ago
c49d706
fix getting and setting contexts in selinux
by bigbiff bigbiff
· 11 years ago
0241670
Merge "Ensure root folders get added in split archives" into twrp2.7
by Dees Troy
· 11 years ago
c01ed9e
Merge "Add toolbox_recovery rules" into twrp2.7
by Dees Troy
· 11 years ago
e6ddddc
Merge "Add conditions support to GUIImage" into twrp2.7
by Dees Troy
· 11 years ago
ed40077
Ensure root folders get added in split archives
by Dees Troy
· 11 years ago
a829d5d
Remove trailing spaces on auto generated backup names
by Dees Troy
· 11 years ago
8d66f8b
Add toolbox_recovery rules
by Dees Troy
· 11 years ago
6041a78
Add conditions support to GUIImage
by Vojtech Bocek
· 11 years ago
91321f6
merge in klp-release history after reset to klp-dev
by The Android Automerger
· 11 years ago
a2a1ce8
Allow child classes to override the overlay location for the update image.
by Michael Runge
· 11 years ago
Next »