Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
241a3ce4c5ff883c160754e0aebd1e1b0894d332
241a3ce
MTP: Better handling of stat
by Ethan Yonker
· 10 years ago
2e07c04
MTP Fix rename in Windows
by Dees Troy
· 10 years ago
53ea0a1
MTP Fix property list for multiple storage devices
by Dees Troy
· 10 years ago
12055fa
Properly set mtp enable variable if disabled during boot
by Ethan Yonker
· 10 years ago
6f49e11
Prevent MTP enable on startup if crash detected
by Ethan Yonker
· 10 years ago
c8743cf
Allow MTP debug setting to stick through a reboot
by Ethan Yonker
· 10 years ago
5e083dc
Improve MtpStorage handling when more than one storage is present
by Ethan Yonker
· 10 years ago
6d154c4
Allow toggle of MTP debug
by Ethan Yonker
· 10 years ago
20fd25c
Improve error handling during MTP startup
by Ethan Yonker
· 10 years ago
73da42c
Ensure that MTP is enabled by default
by Ethan Yonker
· 10 years ago
81742fb
Only use SELinux tools from toolbox if not in busybox
by Matt Mower
· 10 years ago
55c75ca
Build block TWRP with RECOVERY_VARIANT
by Matt Mower
· 10 years ago
298c438
Refresh partition details after changing file system
by Dees Troy
· 10 years ago
c7eee6f
add mtp responder to TWRP.
by bigbiff bigbiff
· 10 years ago
3c4ac3b
Fix derp
by Ethan Yonker
· 10 years ago
5742a40
Allow blacklisting input devices by build flag
by Ethan Yonker
· 10 years ago
e85f02d
Support reading since_epoch and secondary brightness files
by xNUTx
· 10 years ago
cd56f8c
TW_SCREEN_BLANK_ON_BOOT will jolt the screen/touch driver.
by xNUTx
· 10 years ago
03a42f6
Add command line capabilities
by Ethan Yonker
· 10 years ago
b24caab
Set font based on resolution if not set already
by Ethan Yonker
· 10 years ago
6f6a1d6
removing logging test file
by Adam Outler
· 10 years ago
7f9906d
remove stray test file
by Adam Outler
· 10 years ago
18d7c98
Add possibility to use images as background or handle of slidevalue
by Vojtech Bocek
· 10 years ago
13baad2
update 1440x2560 keyboard mapping
by bigbiff bigbiff
· 10 years ago
96acb3d
Allow using variables and addition/subtraction in variables
by Ethan Yonker
· 10 years ago
05d18c9
Stop memory management on blanking overlay graphics
by Dees Troy
· 10 years ago
3d49ea7
Add 280x280 theme
by Ethan Yonker
· 10 years ago
e2b2902
Minor tweaks to watch ui.xml files
by Ethan Yonker
· 10 years ago
d9b7200
Add 320x320 theme and split out watch.xml for square watch layout
by Ethan Yonker
· 10 years ago
c49a366
Update 240x240 theme
by Ethan Yonker
· 10 years ago
ba535e3
add 1440x2560 theme to TWRP
by big biff
· 10 years ago
7d4cedc
Revert "add 1440x2560 theme to TWRP"
by Dees Troy
· 10 years ago
c45181d
add 1440x2560 theme to TWRP
by bigbiff bigbiff
· 10 years ago
780cd39
Allow ui.xml to include additional xml files to read
by Ethan Yonker
· 10 years ago
30f100e
Only disable recovery flash if it is truly "stock" recovery
by dhacker29
· 10 years ago
fb60a94
Allow custom bootloader msg offset in block misc
by Matt Mower
· 10 years ago
2fec60a
Do not wipe block misc on bootloader msg update
by Matt Mower
· 10 years ago
62ba652
Remove unused twbootloader.cpp
by Matt Mower
· 10 years ago
03fd6c5
Implement "take a screenshot" feature
by Vojtech Bocek
· 11 years ago
67351dc
Check the crash counter instead of date in TWFunc::Fixup_Time_On_Boot()
by Vojtech Bocek
· 10 years ago
0fc1573
Change ro.twrp.boot boolean to twrp.crash_counter
by Vojtech Bocek
· 10 years ago
a18f108
Fix setting of brightness during startup
by Ethan Yonker
· 10 years ago
1b7a31b
Track backup and restore progress
by Ethan Yonker
· 10 years ago
bf2cb1c
Color in the console
by Ethan Yonker
· 10 years ago
aad0311
Refresh after partition changes
by jrior001
· 10 years ago
f58d0ec
mtdutils: fix rk3xhack filter
by Humberto Borba
· 10 years ago
3167936
Changes in rk30hack
by Kra1o5
· 10 years ago
60bf94e
on stock android, pthread_cancel and phtread_setcancelstate doesn't exist
by Flemmard
· 11 years ago
4e2ec81
libdl should also be linked to binary
by Flemmard
· 11 years ago
f467461
minuitwrp: use a whitelist for the input device instead of a hardcoded ignore list
by Flemmard
· 11 years ago
75b6f66
Add "include $(CLEAR_VARS)" for 4.4 ROMS (clears LOCAL_BUILT/LOCAL_INSTALLED error)
by Motorhead1991
· 10 years ago
c7f2e12
GUI: Add -fno-strict-aliasing to GUI for Vanir
by Motorhead1991
· 10 years ago
1c39bc6
Fuse: add -fno-strict-aliasing to fuse for Vanir.
by Motorhead1991
· 10 years ago
bb687f4
minui: Do not return true from target_has_overlay() if MSM_BSP is not set
by Andrew Dodd
· 10 years ago
5eac222
Do not restore file system on data/media devices
by Ethan Yonker
· 10 years ago
0ea3be6
libtar: don't set parent dir's context when extracting a file
by Vojtech Bocek
· 10 years ago
25ede05
2.7.1.0
by Dees Troy
· 10 years ago
fb1c4ff
Whitespace and minor code cleanup
by Matt Mower
· 11 years ago
87c7bac
Add options to repair or change file system
by Ethan Yonker
· 10 years ago
93cb1ef
Fix crash while loading config due to incorrect tw_storage_path
by Vojtech Bocek
· 10 years ago
ee71706
Fix multiple lun file USB mounting
by Matt Mower
· 11 years ago
cbe764c
Fix missing closedir() in Find_File::Find_Internal()
by Vojtech Bocek
· 10 years ago
277f742
Add script to convert TrueTypeFonts to TWRP's .dat format
by Vojtech Bocek
· 11 years ago
a886ea6
Add /system/priv-app to fix permissions code. New in jellybean.
by bigbiff bigbiff
· 11 years ago
62b75ab
Update minui to support overlay graphics
by Dees Troy
· 11 years ago
626009f
recovery: Compatibility with upstream minui change
by Steve Kondik
· 11 years ago
ed71fa3
Only setup settings,andsec partitions if available
by Matt Mower
· 11 years ago
d5c1a92
More MD5 verification error handling
by Matt Mower
· 11 years ago
fc96650
Make blank timer read brightness path from data manager
by Ethan Yonker
· 11 years ago
eeed3c5
Fix handling of storage with data/media vs data/media/0
by Ethan Yonker
· 11 years ago
0b7fe50
Add support for actions triggered by key combination
by Vojtech Bocek
· 11 years ago
9c102b5
Add additional search path for brightness
by Ethan Yonker
· 11 years ago
bf4efa3
Support alternative .android_secure location
by Matt Mower
· 11 years ago
0251abc
Support .md5sum extension for package verification
by Matt Mower
· 11 years ago
50248ab
Simplify twrpTar skip dir checks, DU code cleanup
by Matt Mower
· 11 years ago
85ceaf1
Enable rk30xx hack
by J. Carlos Romero
· 11 years ago
1ecaca7
Allow device files to specify a custom theme
by Ethan Yonker
· 11 years ago
0c9d049
Improve handling of shell symlink in recovery ramdisk
by Ethan Yonker
· 11 years ago
d5801c5
Force zip verification in OEM builds
by Ethan Yonker
· 11 years ago
00028b4
Add find file class to search for files
by Ethan Yonker
· 11 years ago
1eba56f
Fix touch on Sprint HTC One m8
by Dees Troy
· 11 years ago
b1c6e05
Only split archives when split_archives is set
by Dees Troy
· 11 years ago
9d72327
Rearrange opening of output and input files for error handling
by Dees Troy
· 11 years ago
7af51ce
Tweak OEM mode
by Ethan Yonker
· 11 years ago
5c93369
Add option to build TWRP with toolbox instead of busybox
by Ethan Yonker
· 11 years ago
83e8257
Allow building of an OEM friendly TWRP
by Ethan Yonker
· 11 years ago
26774a0
Stop printing Unable to mount to console if storage is removable. We will still print to
by bigbiff bigbiff
· 11 years ago
b042538
Fix overlay graphics detection
by Dees Troy
· 11 years ago
924a80b
Fix backup and restore of encrypted backups
by Ethan Yonker
· 11 years ago
a54f876
Merge "Refresh page after updating partition sizes" into android-4.4
by Dees Troy
· 11 years ago
7ad80ec
Merge "Convert 1600x2560 ui.xml to unix line endings" into android-4.4
by Dees Troy
· 11 years ago
e65e35c
Merge "Fix display of .android_secure size in Backup" into android-4.4
by Dees Troy
· 11 years ago
74a149b
Merge changes Ia75c34ab,I5743d9b9 into android-4.4
by Ethan Yonker
· 11 years ago
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
ed42690
Fix display of .android_secure size in Backup
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
Next »