summaryrefslogtreecommitdiffstats
path: root/install/install.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow brick OTA package to be sideloaded in recoveryKelvin Zhang2023-03-151-1/+17
* Require serialno field for brick OTA package on release-key devicesKelvin Zhang2023-03-141-0/+18
* Only check for powerwash in A/B ota packagesTim Zimmermann2022-10-141-1/+3
* Remove support for converting from FDE to FBEEric Biggers2022-03-101-1/+1
* Perform data wipe in recovery if ota package has powerwash setKelvin Zhang2022-02-151-13/+38
* Move package verifier from libinstall to libotautilJacky Liu2021-12-221-2/+2
* Check SPL downgrade before install OTA in recoveryKelvin Zhang2021-05-171-0/+7
* Check for overflow before allocating memory fore decompression.Kelvin Zhang2020-09-181-1/+7
* Switch to zip64 in recoveryKelvin Zhang2020-09-161-4/+4
* Add recovery support of dynamic fingerprintsKelvin Zhang2020-06-291-3/+23
* Detect non-A/B vs. A/B packages correctly. am: f2af5629d2Yifan Hong2020-05-201-8/+19
|\
| * Detect non-A/B vs. A/B packages correctly.Yifan Hong2020-05-201-8/+19
* | Force off-device package installation with FUSETianjie Xu2020-02-131-0/+47
* | Revert "Force package installation with FUSE unless the package stores on device"Raman Tenneti2020-02-131-47/+0
* | Force package installation with FUSE unless the package stores on deviceTianjie Xu2020-01-221-0/+47
|/
* Delete VINTF compatibility check during OTA.Yifan Hong2019-12-181-81/+0
* otautil: Factor out the utils that're private to recovery.Tao Bao2019-10-021-2/+2
* Clean up some global variables in common.hTianjie Xu2019-07-241-1/+4
* Merge "InstallPackage now takes a package as parameter"Tianjie Xu2019-06-141-43/+32
|\
| * InstallPackage now takes a package as parameterTianjie Xu2019-06-131-43/+32
* | Use the new ziparchive Next std::string_view overload.Elliott Hughes2019-06-121-1/+1
|/
* Move off the Next ZipString overload.Elliott Hughes2019-05-231-2/+2
* Track libziparchive API change.Elliott Hughes2019-05-091-1/+1
* Track libziparchive API change.Elliott Hughes2019-05-061-10/+5
* install: Install functions return InstallResult.Tao Bao2019-04-301-13/+14
* install: Return bool for a few check functions.Tao Bao2019-04-301-33/+31
* Move wipe cache|data to libinstallxunchang2019-04-151-5/+13
* Move install to separate modulexunchang2019-03-291-0/+730