index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
recovery_main.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Log a copy of recovery log to kernel logs
Kelvin Zhang
2022-04-20
1
-5
/
+5
*
Add EthernetDevice to manage ethernet connection.
Hongguang Chen
2020-05-16
1
-0
/
+5
*
Start adbd in user mode if bootloader is unlocked
Tianjie Xu
2019-10-30
1
-1
/
+7
*
otautil: Factor out the utils that're private to recovery.
Tao Bao
2019-10-02
1
-2
/
+2
*
recovery: Don't report unrecognized option in recovery_main.
Tao Bao
2019-09-19
1
-0
/
+7
*
Remove common.h
Tianjie Xu
2019-08-15
1
-4
/
+15
*
Clean up some global variables in common.h
Tianjie Xu
2019-07-24
1
-13
/
+11
*
recovery: report compliant reboot reason (Part Deux)
Mark Salyzyn
2019-05-23
1
-2
/
+17
*
Revert "recovery: report compliant reboot reason"
Tao Bao
2019-05-22
1
-17
/
+2
*
recovery: report compliant reboot reason
Mark Salyzyn
2019-05-20
1
-2
/
+17
*
roots: Remove get_system_root and logical_partitions_mapped.
Tao Bao
2019-05-10
1
-1
/
+2
*
Consolidate the codes that handle reboot/shutdown.
Tao Bao
2019-04-29
1
-10
/
+8
*
Parse BCB command to enter rescue mode.
Tao Bao
2019-04-25
1
-4
/
+28
*
minadbd: Support `adb reboot` under sideload/rescue modes.
Tao Bao
2019-04-24
1
-0
/
+5
*
Fall back to en-US if localized bitmap is missing for a locale
xunchang
2019-04-22
1
-1
/
+0
*
Allow entering rescue mode via recovery UI.
Tao Bao
2019-04-17
1
-0
/
+4
*
Move load & restore logs to logging.cpp
xunchang
2019-04-16
1
-1
/
+1
*
Move wipe cache|data to libinstall
xunchang
2019-04-15
1
-1
/
+4
*
Add socket communication between recovery and minadbd
xunchang
2019-04-11
1
-11
/
+0
*
recovery: Remove SetUsbConfig() out of common.h.
Tao Bao
2019-03-29
1
-0
/
+6
*
Move install to separate module
xunchang
2019-03-29
1
-1
/
+1
*
Move librecovery_ui to a sub-directory
Tianjie Xu
2019-03-21
1
-3
/
+3
*
Use android::base::Pipe.
Tao Bao
2019-03-01
1
-15
/
+12
*
Add a logo to the fastbootd screen.
David Anderson
2019-02-12
1
-0
/
+2
*
Merge "logical -> dynamic partitions."
Treehugger Robot
2018-11-17
1
-2
/
+2
|
\
|
*
logical -> dynamic partitions.
Yifan Hong
2018-11-16
1
-2
/
+2
*
|
recovery: Fix mounting /system with dynamic partitions.
David Anderson
2018-10-30
1
-2
/
+7
|
/
*
Merge "Enter into userspace fastboot only if the device supports it"
Treehugger Robot
2018-09-24
1
-1
/
+2
|
\
|
*
Enter into userspace fastboot only if the device supports it
Hridya Valsaraju
2018-09-20
1
-1
/
+2
*
|
Show 'Enter Fastboot' menu item only if device supports fastbootd
Hridya Valsaraju
2018-09-18
1
-0
/
+4
|
/
*
Fix sideload for user devices by adding a new sideload config
Hridya Valsaraju
2018-09-08
1
-5
/
+0
*
recovery: Add "boot-fastboot" command to BCB.
David Anderson
2018-08-22
1
-1
/
+12
*
Add fastboot mode to recovery
Hridya Valsaraju
2018-08-14
1
-21
/
+103
*
Dynamically load device-specific recovery UI lib.
Tao Bao
2018-08-06
1
-1
/
+27
*
Fix the arguments passed to getopt_long(3).
Tao Bao
2018-07-17
1
-5
/
+2
*
recovery: Reset optind to 1 after getopt
Jerry Zhang
2018-05-17
1
-0
/
+1
*
recovery: Refactor common setup into main()
Jerry Zhang
2018-05-16
1
-3
/
+223
*
recovery: Refactor logging code into logging.cpp
Jerry Zhang
2018-05-07
1
-1
/
+1
*
recovery: Split main() into recovery_main.cpp.
Tao Bao
2018-05-01
1
-0
/
+162