aboutsummaryrefslogtreecommitdiffstats
path: root/recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't assume that d_type works when browsing directoryWolfgang Wiedmeyer2017-06-161-2/+8
* Mount internal sdcard when updating from osKay Arnesen2016-10-031-1/+23
* recovery: Add wipe system partition optionMichael Bestas2016-04-051-0/+18
* recovery: Implement sysbarTom Marshall2016-03-071-2/+21
* recovery: handle back button when navigating recovery logsScott Mertz2016-02-241-1/+2
* recovery: Remove empty header lineTom Marshall2016-02-151-1/+0
* recovery: Minimize headers for "Apply update" menusTom Marshall2016-02-081-2/+2
* recovery: Show menu headersTom Marshall2016-02-081-3/+8
* recovery: Offer to format if data wipe failsTom Marshall2016-02-041-1/+12
* recovery: Menu rewrites and cleanupsTom Marshall2016-02-041-8/+10
* recovery: Fix media wipePat Erley2016-02-021-0/+1
* recovery: Enable the menu for User buildsPat Erley2016-01-051-6/+2
* recovery: Remove "Supported API" messageMichael Bestas2015-12-041-2/+0
* sr: Fix build when oemlock plugin is enabledSteve Kondik2015-11-261-2/+3
* recovery: Allow devices to reboot to download modeAndreas Blaesius2015-11-251-0/+5
* sr: Fix all the graphics issuesSteve Kondik2015-11-251-4/+4
* recovery: Headless modeTom Marshall2015-11-251-1/+12
* sr: Fix the progress barSteve Kondik2015-11-251-10/+3
* sr: Touch UITom Marshall2015-11-251-3/+36
* sr: Return to main menu after selectionTom Marshall2015-11-251-28/+26
* recovery: Handle oemunlock commandTom Marshall2015-11-251-4/+56
* recovery: datamedia supportTom Marshall2015-11-251-4/+33
* recovery: Provide sideload cancellationTom Marshall2015-11-251-12/+26
* Blank screen during shutdown and rebootPat Erley2015-11-251-0/+3
* recovery: turn on the backlight in recovery modeTom Marshall2015-11-251-0/+25
* recovery: Awakening of MiniVoldTom Marshall2015-11-251-75/+145
* Add back and home key handling.Steve Kondik2015-11-201-1/+10
* sr: Get a proper shell environment in recoverySteve Kondik2015-11-201-0/+71
* recovery: Add timestamps in update logs.Tao Bao2015-11-071-16/+98
* recovery: Remove redirect_stdio() when calling ShowFile().Tao Bao2015-11-071-3/+0
* Fix potential crashJeremy Compostella2015-11-071-5/+9
* recovery: Allow "Mount /system" for system_root_image.Tao Bao2015-11-071-2/+17
* Unmount sdcard if no package file is selected.caozhiyuan2015-11-071-0/+1
* recovery: Switch to clangTao Bao2015-11-071-6/+15
* recovery: Allow device-specific reboot reasonDavid Ng2015-10-061-1/+3
* Split WipeData into PreWipeData and PostWipeData.Elliott Hughes2015-06-101-17/+12
* Add an alternate screen for viewing recovery logs.Elliott Hughes2015-05-061-4/+5
* Keep multiple kernel logsTao Bao2015-05-051-82/+73
* Turn on text display for debuggable buildsTao Bao2015-05-041-0/+7
* Move the menu header out of the menu.Elliott Hughes2015-04-131-10/+4
* Add missing \n after "Mounting /system." message.Elliott Hughes2015-04-131-1/+1
* Revert "Append kernel logs to last_log file"Tao Bao2015-04-111-46/+42
* Append kernel logs to last_log fileTao Bao2015-04-101-42/+46
* Switch minadb over to C++.Elliott Hughes2015-04-101-2/+0
* Fix ScreenRecoveryUI to handle devices without power/up/down.Elliott Hughes2015-04-101-4/+2
* Move "Mount /system" to the main menu.Elliott Hughes2015-04-101-5/+7
* Move the recovery image version out of the menu header.Elliott Hughes2015-04-091-21/+7
* Move file paging into ScreenRecoveryUI.Elliott Hughes2015-04-081-57/+6
* Enable printf format argument checking.Elliott Hughes2015-04-081-1/+1
* Rotate logs only when there are actual operationsTao Bao2015-04-071-9/+28