summaryrefslogtreecommitdiffstats
path: root/install (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-19Check SPL downgrade before install OTA in recoveryKelvin Zhang5-0/+197
2021-05-17Check SPL downgrade before install OTA in recoveryKelvin Zhang5-0/+197
2021-03-03Bring up the erase animation early for data wipeTianjie1-3/+5
2021-02-14[LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour1-0/+9
2021-02-05Fix SnapshotManager instantiation.David Anderson1-2/+2
2020-09-18Check for overflow before allocating memory fore decompression.Kelvin Zhang3-2/+19
2020-09-16Switch to zip64 in recoveryKelvin Zhang3-6/+6
2020-06-29Add recovery support of dynamic fingerprintsKelvin Zhang1-3/+23
2020-05-20Detect non-A/B vs. A/B packages correctly.Yifan Hong1-8/+19
2020-05-08Detect non-A/B vs. A/B packages correctly.Yifan Hong1-8/+19
2020-02-13Force off-device package installation with FUSETianjie Xu2-0/+51
2020-02-13Revert "Force package installation with FUSE unless the package stores on device"Raman Tenneti2-51/+0
2020-01-22Force package installation with FUSE unless the package stores on deviceTianjie Xu2-0/+51
2020-01-21Force package installation with FUSE unless the package stores on deviceTianjie Xu2-0/+51
2019-12-18Delete VINTF compatibility check during OTA.Yifan Hong3-86/+0
2019-12-16Mount snapshotted /system in Virtual A/B devicesAlessio Balsini2-0/+34
2019-11-11Force merges to complete before wiping data or metadata.David Anderson4-0/+79
2019-10-16Force package installation with FUSE unless the package stores on deviceTianjie Xu2-0/+51
2019-10-02otautil: Factor out the utils that're private to recovery.Tao Bao4-6/+7
2019-09-26minadbd: Export minadbd/types.h to libinstall.Tao Bao2-5/+5
2019-09-26Remove libhidltransport depsSteven Moreland1-1/+0
2019-07-24Clean up some global variables in common.hTianjie Xu1-1/+4
2019-07-17minadbd sends heartbeat to rescue service for getprop command.Tao Bao1-1/+3
2019-07-16minadbd sends heartbeat to rescue service for getprop command.Tao Bao1-1/+3
2019-07-11minadbd sends heartbeat to rescue service for getprop command.Tao Bao1-1/+3
2019-07-09Create a fallback to install from fuse if mmap failsTianjie Xu1-3/+4
2019-07-09minadbd sends heartbeat to rescue service for getprop command.Tao Bao1-1/+3
2019-06-20Support starting fuse from a block mapTianjie Xu3-26/+56
2019-06-13InstallPackage now takes a package as parameterTianjie Xu6-52/+74
2019-06-12Use the new ziparchive Next std::string_view overload.Elliott Hughes2-2/+2
2019-05-23Move off the Next ZipString overload.Elliott Hughes2-6/+5
2019-05-09Track libziparchive API change.Elliott Hughes2-3/+2
2019-05-06Track libziparchive API change.Elliott Hughes2-12/+6
2019-04-30install: Install functions return InstallResult.Tao Bao6-31/+33
2019-04-30install: Return bool for a few check functions.Tao Bao4-42/+40
2019-04-30Support wipe command in rescue modexunchang2-10/+16
2019-04-28Parse BCB command to enter rescue mode.Tao Bao1-9/+15
2019-04-27Add install/wipe_device.cpp.Tao Bao4-3/+228
2019-04-26minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao3-28/+79
2019-04-26Allow entering rescue mode via recovery UI.Tao Bao2-10/+23
2019-04-26Support wipe command in rescue modexunchang2-10/+16
2019-04-25Parse BCB command to enter rescue mode.Tao Bao1-9/+15
2019-04-24minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao3-28/+79
2019-04-17Allow entering rescue mode via recovery UI.Tao Bao2-10/+23
2019-04-16DO NOT MERGE: Move load & restore logs to logging.cppxunchang2-73/+4
2019-04-16DO NOT MERGE: Move wipe cache|data to libinstallxunchang9-18/+249
2019-04-16DO NOT MERGE: Add socket communication between recovery and minadbdxunchang2-48/+241
2019-04-16DO NOT MERGE: Build libinstall as a static library.Tao Bao1-1/+1
2019-04-16Move load & restore logs to logging.cppxunchang2-73/+4
2019-04-15Move wipe cache|data to libinstallxunchang9-18/+249
2019-04-11Add socket communication between recovery and minadbdxunchang2-48/+241
2019-04-08Build libinstall as a static library.Tao Bao1-1/+1
2019-04-03libotautil exports libfstab header.Tao Bao1-1/+0
2019-03-29Move install to separate modulexunchang14-0/+2389