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
/
install
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-17
Check SPL downgrade before install OTA in recovery
Kelvin Zhang
5
-0
/
+197
2021-03-03
Bring up the erase animation early for data wipe
Tianjie
1
-3
/
+5
2021-02-14
[LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery
Bob Badour
1
-0
/
+9
2021-02-05
Fix SnapshotManager instantiation.
David Anderson
1
-2
/
+2
2020-09-18
Check for overflow before allocating memory fore decompression.
Kelvin Zhang
3
-2
/
+19
2020-09-16
Switch to zip64 in recovery
Kelvin Zhang
3
-6
/
+6
2020-06-29
Add recovery support of dynamic fingerprints
Kelvin Zhang
1
-3
/
+23
2020-05-20
Detect non-A/B vs. A/B packages correctly.
Yifan Hong
1
-8
/
+19
2020-05-08
Detect non-A/B vs. A/B packages correctly.
Yifan Hong
1
-8
/
+19
2020-02-13
Force off-device package installation with FUSE
Tianjie Xu
2
-0
/
+51
2020-02-13
Revert "Force package installation with FUSE unless the package stores on device"
Raman Tenneti
2
-51
/
+0
2020-01-22
Force package installation with FUSE unless the package stores on device
Tianjie Xu
2
-0
/
+51
2020-01-21
Force package installation with FUSE unless the package stores on device
Tianjie Xu
2
-0
/
+51
2019-12-18
Delete VINTF compatibility check during OTA.
Yifan Hong
3
-86
/
+0
2019-12-16
Mount snapshotted /system in Virtual A/B devices
Alessio Balsini
2
-0
/
+34
2019-11-11
Force merges to complete before wiping data or metadata.
David Anderson
4
-0
/
+79
2019-10-16
Force package installation with FUSE unless the package stores on device
Tianjie Xu
2
-0
/
+51
2019-10-02
otautil: Factor out the utils that're private to recovery.
Tao Bao
4
-6
/
+7
2019-09-26
minadbd: Export minadbd/types.h to libinstall.
Tao Bao
2
-5
/
+5
2019-09-26
Remove libhidltransport deps
Steven Moreland
1
-1
/
+0
2019-07-24
Clean up some global variables in common.h
Tianjie Xu
1
-1
/
+4
2019-07-17
minadbd sends heartbeat to rescue service for getprop command.
Tao Bao
1
-1
/
+3
2019-07-16
minadbd sends heartbeat to rescue service for getprop command.
Tao Bao
1
-1
/
+3
2019-07-11
minadbd sends heartbeat to rescue service for getprop command.
Tao Bao
1
-1
/
+3
2019-07-09
Create a fallback to install from fuse if mmap fails
Tianjie Xu
1
-3
/
+4
2019-07-09
minadbd sends heartbeat to rescue service for getprop command.
Tao Bao
1
-1
/
+3
2019-06-20
Support starting fuse from a block map
Tianjie Xu
3
-26
/
+56
2019-06-13
InstallPackage now takes a package as parameter
Tianjie Xu
6
-52
/
+74
2019-06-12
Use the new ziparchive Next std::string_view overload.
Elliott Hughes
2
-2
/
+2
2019-05-23
Move off the Next ZipString overload.
Elliott Hughes
2
-6
/
+5
2019-05-09
Track libziparchive API change.
Elliott Hughes
2
-3
/
+2
2019-05-06
Track libziparchive API change.
Elliott Hughes
2
-12
/
+6
2019-04-30
install: Install functions return InstallResult.
Tao Bao
6
-31
/
+33
2019-04-30
install: Return bool for a few check functions.
Tao Bao
4
-42
/
+40
2019-04-30
Support wipe command in rescue mode
xunchang
2
-10
/
+16
2019-04-28
Parse BCB command to enter rescue mode.
Tao Bao
1
-9
/
+15
2019-04-27
Add install/wipe_device.cpp.
Tao Bao
4
-3
/
+228
2019-04-26
minadbd: Support `adb reboot` under sideload/rescue modes.
Tao Bao
3
-28
/
+79
2019-04-26
Allow entering rescue mode via recovery UI.
Tao Bao
2
-10
/
+23
2019-04-26
Support wipe command in rescue mode
xunchang
2
-10
/
+16
2019-04-25
Parse BCB command to enter rescue mode.
Tao Bao
1
-9
/
+15
2019-04-24
minadbd: Support `adb reboot` under sideload/rescue modes.
Tao Bao
3
-28
/
+79
2019-04-17
Allow entering rescue mode via recovery UI.
Tao Bao
2
-10
/
+23
2019-04-16
DO NOT MERGE: Move load & restore logs to logging.cpp
xunchang
2
-73
/
+4
2019-04-16
DO NOT MERGE: Move wipe cache|data to libinstall
xunchang
9
-18
/
+249
2019-04-16
DO NOT MERGE: Add socket communication between recovery and minadbd
xunchang
2
-48
/
+241
2019-04-16
DO NOT MERGE: Build libinstall as a static library.
Tao Bao
1
-1
/
+1
2019-04-16
Move load & restore logs to logging.cpp
xunchang
2
-73
/
+4
2019-04-15
Move wipe cache|data to libinstall
xunchang
9
-18
/
+249
2019-04-11
Add socket communication between recovery and minadbd
xunchang
2
-48
/
+241
2019-04-08
Build libinstall as a static library.
Tao Bao
1
-1
/
+1
2019-04-03
libotautil exports libfstab header.
Tao Bao
1
-1
/
+0
2019-03-29
Move install to separate module
xunchang
14
-0
/
+2389