Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
30f100e3bc49c7cf939a7dc6a45670960c1e3853
« Previous
8005946
Merge "Fix file manager displays empty list when folder is deleted" into twrp2.4
by Dees_Troy
· 12 years ago
80a11d9
Fix file manager displays empty list when folder is deleted
by Dees_Troy
· 12 years ago
7ce7f0c
adding sideload page with wipe cache and dalvik
by bigbiff bigbiff
· 12 years ago
6ed34b7
Use GUI for ORS instead of console only
by Dees_Troy
· 12 years ago
01b6d0c
Convert AOSP commands to ORS for encrypted devices
by Dees_Troy
· 12 years ago
f449981
Output most build flags to log
by Dees_Troy
· 12 years ago
6a042c8
Disable USB Mass Storage if the USB lun file does not exist.
by Dees_Troy
· 12 years ago
3bf2b0e
change tar create to pthread
by bigbiff bigbiff
· 12 years ago
1b9c7be
move libexfat and fuse to be compiled with mkexfatfs
by bigbiff bigbiff
· 12 years ago
9d88003
Merge "Remove sockets and FIFOS when removing files" into twrp2.4
by bigbiff bigbiff
· 12 years ago
98f1f90
Remove sockets and FIFOS when removing files
by bigbiff bigbiff
· 12 years ago
31f0e5f
change fuse to be compiled with TW_INCLUDE_FUSE_EXFAT
by bigbiff bigbiff
· 12 years ago
4bb33ac
Fix handling of blkid output
by Dees_Troy
· 12 years ago
d4b22b0
Move backup folder creation to after free space calc
by Dees_Troy
· 12 years ago
4bc09ae
Improve ORS sideload to display GUI with cancel button
by Dees_Troy
· 12 years ago
1c1ac44
Save version to cache
by Dees_Troy
· 12 years ago
4fc0024
Add sideload command for ORS
by Dees_Troy
· 12 years ago
4b20e77
Fix problem with AOSP wipe_cache command
by Dees_Troy
· 12 years ago
dc8bc1b
ORS engine fixes
by Dees_Troy
· 12 years ago
ab4963c
Fix problems with thread creation on some devices
by Dees_Troy
· 12 years ago
86382ca
Add build flag for custom graphics
by Dees_Troy
· 12 years ago
16c2b31
Add flag for retaining layout version
by Dees_Troy
· 12 years ago
999b39d
Check to ensure that external is encrypted
by Dees_Troy
· 12 years ago
5c9f677
remove relink files for samsung encryption libraries.
by bigbiff bigbiff
· 12 years ago
c8bafa1
More Samsung sdcard crypto fixes
by Dees_Troy
· 12 years ago
3a16cb5
Increase char array sizes to allow for null char for strcpy
by Dees_Troy
· 12 years ago
4546fe7
Add libsparse if it exists
by Dees_Troy
· 12 years ago
20c02c0
Fix ifdefs for Samsung encryption
by Dees_Troy
· 12 years ago
ce67546
Fix wiping problems and save ecrypt key
by Dees_Troy
· 12 years ago
85f44ed
Improve remounting sdcard with ecryptfs
by Dees_Troy
· 12 years ago
9c75405
Add libtar to TWRP instead of using busybox tar
by bigbiff bigbiff
· 12 years ago
6ff55ce
Add Samsung TouchWiz decryption
by a3955269
· 12 years ago
35a0cc3
Merge "Fix up libmincrypt rules for Android 4.2" into jb-wip
by Dees_Troy
· 12 years ago
e515565
Fix up libmincrypt rules for Android 4.2
by Dees_Troy
· 12 years ago
3740764
Merge "Work around MEMERASE ioctl for rk3066 compatibility" into jb-wip
by Dees Troy
· 12 years ago
5ae2332
Add mode when open(O_CREAT) is used.
by Nick Kralevich
· 12 years ago
558132c
Merge "Improve handling of undecrypted encrypted /data" into jb-wip
by Dees Troy
· 12 years ago
95006da
Merge "Reset partition flags when the partition is wiped" into jb-wip
by Dees Troy
· 12 years ago
80a90ed
Work around MEMERASE ioctl for rk3066 compatibility
by Sergey 'Jin' Bostandzhyan
· 12 years ago
133f56b
am f7d42340: am c560a67b: add optional overscan compensation to recovery graphics
by Doug Zongker
· 12 years ago
f7d4234
am c560a67b: add optional overscan compensation to recovery graphics
by Doug Zongker
· 12 years ago
82599a8
Improve handling of undecrypted encrypted /data
by Gary Peck
· 12 years ago
e8bc5d7
Reset partition flags when the partition is wiped
by Gary Peck
· 12 years ago
d9a9616
Increase array size to fix crashes on some devices
by Dees_Troy
· 12 years ago
c560a67
add optional overscan compensation to recovery graphics
by Doug Zongker
· 12 years ago
8e40d68
Update version to 2.3.3.0
by Dees_Troy
· 12 years ago
15e623d
check backup image size before restoring
by Gary Peck
· 12 years ago
ddede4c
Fix keyboard layout on 800x1280 layout
by Dees_Troy
· 12 years ago
e4a8811
Fix defines on pages.hpp to not collide with pages.h
by Dees_Troy
· 12 years ago
2204203
Fix handling of MTD partitions during mount
by Dees_Troy
· 12 years ago
2ad5d91
am 6a1d21a0: am bb01d0c1: add NextCheckKeyIsLong() and EnqueueKey() methods
by Doug Zongker
· 12 years ago
6a1d21a
am bb01d0c1: add NextCheckKeyIsLong() and EnqueueKey() methods
by Doug Zongker
· 12 years ago
9da1880
am 9028fb4d: Merge "Pass the correct pointer to munmap on failure."
by Elliott Hughes
· 12 years ago
9028fb4
Merge "Pass the correct pointer to munmap on failure."
by Elliott Hughes
· 12 years ago
bb01d0c
add NextCheckKeyIsLong() and EnqueueKey() methods
by Doug Zongker
· 12 years ago
c86f22c
Pass the correct pointer to munmap on failure.
by Elliott Hughes
· 12 years ago
9c74244
Merge "Ignore bma150 in event handler" into jb-wip
by Dees_Troy
· 12 years ago
68cab49
Add ignore blkid flag for Transformers
by Dees_Troy
· 12 years ago
da8b55a
Restore text display during restore
by Dees_Troy
· 12 years ago
19fca3a
Merge "restore based on backup type, not destination type" into jb-wip
by Dees Troy
· 12 years ago
a23258d
Merge "add Decrypt Data button" into jb-wip
by Dees Troy
· 12 years ago
16a040b
Merge "print partition details independent of whether its mountable" into jb-wip
by Dees Troy
· 12 years ago
97652ca
Merge "minuitwrp: fix screen update issue" into jb-wip
by Dees Troy
· 12 years ago
8983ccd
Merge "graphics: add support for "single buffering"" into jb-wip
by Dees Troy
· 12 years ago
07a3a74
Ignore bma150 in event handler
by Dees_Troy
· 12 years ago
29af138
Merge "fix SP variable names" into jb-wip
by bigbiff bigbiff
· 12 years ago
20ef6e3
fix SP variable names
by bigbiff bigbiff
· 12 years ago
43acadf
restore based on backup type, not destination type
by Gary Peck
· 12 years ago
ffdc6ae
add Decrypt Data button
by Gary Peck
· 12 years ago
004d48b
print partition details independent of whether its mountable
by Gary Peck
· 12 years ago
acf6a9b
minuitwrp: fix screen update issue
by Hiemanshu Sharma
· 12 years ago
94f6c88
graphics: add support for "single buffering"
by Hiemanshu Sharma
· 12 years ago
4c11714
Fix compiling for x86 targets
by Hiemanshu Sharma
· 12 years ago
5fface8
Add 23x41 roboto font
by Dees_Troy
· 12 years ago
f94f9ac
Fix renaming of backups with spaces, 2.3.2.3
by Dees_Troy
· 12 years ago
014c894
Workaround for crypto quirk on Nexus 10
by Dees_Troy
· 12 years ago
2effe65
Finish 2560x1600 theme
by Dees_Troy
· 12 years ago
201d76b
Fix fix permissions
by Dees_Troy
· 12 years ago
16b7435
Fixes for multi-user in 4.2
by Dees_Troy
· 12 years ago
3e14652
add exfat to partitions.cpp
by bigbiff bigbiff
· 12 years ago
1fca265
am 27f31606: (-s ours) am aa0dbb25: Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge
by The Android Open Source Project
· 12 years ago
27f3160
am aa0dbb25: Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge
by The Android Open Source Project
· 12 years ago
aa0dbb2
Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge
by The Android Open Source Project
· 12 years ago
6c249f7
move key loading to verifier code
by Doug Zongker
· 12 years ago
1a650e6
Unmount main partitions after fixing permissions
by Dees_Troy
· 12 years ago
30b962e
Add keyboard key highlight
by Dees_Troy
· 12 years ago
bf80f49
reduce some recovery logging
by Doug Zongker
· 12 years ago
4d12f96
Add ability for buttons to have highlights on touch
by Dees_Troy
· 12 years ago
a0d9ddb
am cd74108c: resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aosp
by Kenny Root
· 12 years ago
cd74108
resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aosp
by Kenny Root
· 12 years ago
78afed1
Merge "Remove HAVE_SELINUX guards"
by Kenny Root
· 12 years ago
7eb7567
Remove HAVE_SELINUX guards
by Kenny Root
· 12 years ago
5fcd8f9
Initial BML support (ext4 only)
by Dees_Troy
· 12 years ago
06b4fe9
Update injecttwrp for Epic 4G Touch
by Dees_Troy
· 12 years ago
0cb64e5
Fix weird keyboard problem
by Dees_Troy
· 12 years ago
31a5143
Bump version to 2.3.1.0
by Dees_Troy
· 12 years ago
d21618c
Update and improve USB storage code
by Dees_Troy
· 12 years ago
f4ca612
Handle single lun file for USB storage
by Dees_Troy
· 12 years ago
8e337f3
Handle storage devices that are slow to mount
by Dees_Troy
· 12 years ago
7a47e7f
Remove unneeded duplicate code
by Dees_Troy
· 12 years ago
Next »