aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix the wrong parameter when calling read_metadata_from_package()."Tao Bao2017-03-241-37/+35
|\
| * Fix the wrong parameter when calling read_metadata_from_package().Tao Bao2017-03-241-37/+35
* | Reword the wipe warning message to be more comprehensible.Paul Crowley2017-03-231-4/+6
|/
* recovery: Replace the hard-coded 1000 with AID_SYSTEM.Tao Bao2017-03-221-2/+3
* recovery: Fix the FIXME in get_menu_selection().Tao Bao2017-03-071-99/+94
* recovery: Move a few int to bool.Tao Bao2017-03-071-67/+68
* Merge "recovery: Drop the "--stages" / '-g' argument."Tao Bao2017-03-071-13/+4
|\
| * recovery: Drop the "--stages" / '-g' argument.Tao Bao2017-03-071-13/+4
* | Merge "recovery: Add SetStage() into 'Run graphics test'."Tao Bao2017-03-071-25/+37
|\ \
| * | recovery: Add SetStage() into 'Run graphics test'.Tao Bao2017-03-071-25/+37
| |/
* / recovery: Minor clean up to choose_recovery_file().Tao Bao2017-03-071-51/+35
|/
* recovery: Remember the last log position.Tao Bao2017-02-281-1/+2
* recovery: Don't show "No /cache partition found" on screen.Tao Bao2017-02-241-1/+0
* recovery: Clean up browse_directory().Tao Bao2017-02-101-92/+55
* Replace _exit(-1) with _exit(EXIT_FAILURE).Tao Bao2017-02-031-3/+3
* recovery: Move property_get() to android::base::GetProperty().Tao Bao2017-01-131-14/+12
* recovery: Fix the argument parsing.Tao Bao2017-01-091-2/+2
* recovery: Fix the broken UI text.Tao Bao2017-01-041-2/+1
* Support a "ask before wiping" boot flag.Paul Crowley2016-12-211-12/+52
* Add update_bootloader_message() to fix two-step OTAs.Tao Bao2016-12-151-11/+12
* Merge "Add a stub recovery UI."Sen Jiang2016-12-141-1/+5
|\
| * Add a stub recovery UI.Sen Jiang2016-12-131-1/+5
* | Remove the obsolete comments for firmware update.Tao Bao2016-12-141-15/+1
* | recovery: Clean up the log saving while wiping.Tao Bao2016-12-131-95/+85
|/
* recovery: Remove obsolete code that supports "CACHE:foo" format.Tao Bao2016-12-101-21/+1
* recovery: Fix the argument parsing from COMMAND_FILE.Tao Bao2016-12-081-2/+5
* recovery: Clean up get_args().Tao Bao2016-12-051-80/+70
* Merge "Cleanup the duplicates of logs rotation functions"Tianjie Xu2016-11-041-84/+6
|\
| * Cleanup the duplicates of logs rotation functionsTianjie Xu2016-11-031-84/+6
* | Revert "Revert "Some cleanups to recovery.""Tao Bao2016-11-031-57/+53
|/
* Revert "Some cleanups to recovery."Dan Albert2016-10-261-53/+57
* Some cleanups to recovery.Tao Bao2016-10-261-57/+53
* Skip update-on-boot for bootreason in blacklistTianjie Xu2016-10-261-13/+39
* Verify wipe package when wiping A/B device in recovery.Yabin Cui2016-10-191-2/+71
* Clean up bootloader_message usage in recoveryTianjie Xu2016-10-181-29/+13
* Create bootloader_message static library.Yabin Cui2016-10-181-25/+38
* Replace minzip with libziparchiveTianjie Xu2016-10-171-1/+2
* No longer need android/log.hMark Salyzyn2016-10-071-1/+0
* Turn on -Werror for recoveryTianjie Xu2016-09-291-3/+3
* Merge "Duplicate the last_install content into last_log."Tao Bao2016-09-261-8/+12
|\
| * Duplicate the last_install content into last_log.Tao Bao2016-09-261-8/+12
* | Switch to <android-base/properties.h>.Elliott Hughes2016-09-261-12/+8
|/
* Switch recovery to libbase loggingTianjie Xu2016-09-011-29/+50
* minadbd: rename adb_server_main to minadbd_main.Josh Gao2016-08-301-1/+2
* Merge ""view recovery logs" will show /tmp/recovery.log"Tianjie Xu2016-08-171-31/+36
|\
| * "view recovery logs" will show /tmp/recovery.logTianjie Xu2016-08-171-31/+36
* | Merge "Handle error from fopen_path in finish_recovery"Johan Harvyl2016-08-091-4/+6
|\|
| * Handle error from fopen_path in finish_recoveryJohan Harvyl2016-08-081-4/+6
* | Merge \"Fix clang-tidy performance warnings.\"Chih-Hung Hsieh2016-07-271-1/+1
|\|
| * Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-271-1/+1