index
:
android_bootable_recovery
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
cupcake
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-15.1_20180224
lineage-16.0
lineage-17.0
lineage-17.1
mr1.1-staging
nandroid_tar
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
streak
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
recovery: Only show tests in eng builds
Michael Bestas
2019-12-11
1
-0
/
+2
*
recovery: Remove SetUsbConfig() out of common.h.
Tao Bao
2019-03-29
1
-2
/
+0
*
Remove ui_print().
Tao Bao
2019-03-29
1
-8
/
+1
*
Move install to separate module
xunchang
2019-03-29
1
-1
/
+0
*
Fix sideload for user devices by adding a new sideload config
Hridya Valsaraju
2018-09-07
1
-0
/
+1
*
recovery: Refactor common setup into main()
Jerry Zhang
2018-05-16
1
-0
/
+1
*
recovery: Refactor logging code into logging.cpp
Jerry Zhang
2018-05-07
1
-7
/
+2
*
Move reboot() from common.h into otautil/sysutil.h.
Tao Bao
2018-05-03
1
-2
/
+0
*
recovery: Split main() into recovery_main.cpp.
Tao Bao
2018-05-01
1
-1
/
+5
*
Mark ui_print with __printflike.
Tao Bao
2018-04-26
1
-1
/
+1
*
Rename CacheLocation to Paths.
Tao Bao
2018-04-25
1
-2
/
+2
*
Remove EXPAND/STRINGIFY macros.
Tao Bao
2017-09-13
1
-2
/
+3
*
Revert "Remove EXPAND/STRINGIFY macros."
Tao Bao
2017-05-04
1
-2
/
+2
*
Remove EXPAND/STRINGIFY macros.
Tao Bao
2017-05-03
1
-2
/
+2
*
Adding support for quiescent reboot to recovery
Dmitri Plotnikov
2017-04-19
1
-0
/
+2
*
recovery: Add the missing #include.
Tao Bao
2017-03-07
1
-0
/
+2
*
recovery: Drop the "--stages" / '-g' argument.
Tao Bao
2017-03-07
1
-1
/
+1
*
Revert "Revert "Some cleanups to recovery.""
Tao Bao
2016-11-03
1
-2
/
+9
*
Revert "Some cleanups to recovery."
Dan Albert
2016-10-27
1
-3
/
+2
*
Some cleanups to recovery.
Tao Bao
2016-10-26
1
-2
/
+3
*
Switch recovery to libbase logging
Tianjie Xu
2016-09-01
1
-12
/
+0
*
updater: Clean up char* with std::string.
Tao Bao
2015-08-06
1
-8
/
+0
*
Rotate logs only when there are actual operations
Tao Bao
2015-04-07
1
-0
/
+1
*
recovery: Properly detect userdebug or eng builds
Elliott Hughes
2015-02-10
1
-0
/
+3
*
recovery: turn on text display for install errors in debug builds
Doug Zongker
2013-05-16
1
-2
/
+4
*
Move to using the new unified fstab in recovery.
Ken Sumrall
2013-02-19
1
-18
/
+1
*
move key processing to RecoveryUI
Doug Zongker
2011-11-04
1
-19
/
+0
*
turn recovery into a C++ binary
Doug Zongker
2011-10-31
1
-55
/
+10
*
save a last_install file with the result of the last package install attempt
Doug Zongker
2011-04-12
1
-0
/
+3
*
make recovery UI images more general; allow for installation animation
Doug Zongker
2011-03-01
1
-0
/
+19
*
store partition length in recovery.fstab
Doug Zongker
2011-02-17
1
-0
/
+6
*
make recovery reboot after 2 minutes of no activity
Doug Zongker
2011-01-25
1
-0
/
+1
*
remove the notion of "root path"; support mixed flash types
Doug Zongker
2010-09-21
1
-0
/
+13
*
am 28cae98c: am 4bc98062: add --show_text option to recovery
Doug Zongker
2010-09-03
1
-0
/
+1
|
\
|
*
add --show_text option to recovery
Doug Zongker
2010-09-03
1
-0
/
+1
*
|
support for ext4/EMMC filesystems in updater binary
Doug Zongker
2010-07-01
1
-4
/
+4
*
|
am 21b97ed5: Add __attribute__((format(printf, a, b))) to printf like functions.
Nick Kralevich
2010-06-24
1
-1
/
+1
|
\
|
|
*
Add __attribute__((format(printf, a, b))) to printf like functions.
Nick Kralevich
2010-06-24
1
-1
/
+1
*
|
support installing any .zip file on the sdcard
Doug Zongker
2010-04-08
1
-1
/
+1
|
/
*
bump updater API version to 3; deprecate firmware update command
Doug Zongker
2010-02-03
1
-7
/
+0
*
reduce fraction of progress bar for verification
Doug Zongker
2009-09-20
1
-1
/
+1
*
let the "firmware" command take the file straight from the package
Doug Zongker
2009-06-17
1
-0
/
+3
*
AI 144082: Remove the unused "unpacking" recovery icon.
Doug Zongker
2009-04-01
1
-1
/
+0
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+94
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-94
/
+0
*
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-02-10
1
-0
/
+12
*
Initial Contribution
The Android Open Source Project
2008-10-21
1
-0
/
+82