Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
6f1f2c811acba2b2b7b5dc965c5cba350c30d039
« Previous
4d9e62d
Add proto3 support for care_map
by Tianjie Xu
· 6 years ago
8ca3220
bootloader_message: Build libbootloader_message as shared lib.
by Tao Bao
· 6 years ago
860b457
Merge "applypatch: Change applypatch command-line arguments."
by Tao Bao
· 6 years ago
6bc9d60
Merge "Updates Wear UI to Display Localized Recovery Text."
by Treehugger Robot
· 6 years ago
633c01b
Updates Wear UI to Display Localized Recovery Text.
by Karl Shaffer
· 6 years ago
d34e6bc
applypatch: Change applypatch command-line arguments.
by Tao Bao
· 6 years ago
29932e7
Merge "Fix the arguments passed to getopt_long(3)."
by Tao Bao
· 6 years ago
1700cc4
Fix the arguments passed to getopt_long(3).
by Tao Bao
· 6 years ago
624b6b6
Merge "applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache()."
by Tao Bao
· 6 years ago
5ee2566
applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache().
by Tao Bao
· 6 years ago
b46e565
Merge "tests: Clean up the temporary dirs post-run."
by Tao Bao
· 6 years ago
90c9e4f
Merge "applypatch: Fix the return type of FreeSpaceForFile()."
by Tao Bao
· 6 years ago
b1c5b62
tests: Clean up the temporary dirs post-run.
by Tao Bao
· 6 years ago
49750f1
applypatch: Fix the return type of FreeSpaceForFile().
by Tao Bao
· 6 years ago
a0b2aad
Merge "applypatch: Switch freecache.cpp to libbase logging."
by Tao Bao
· 6 years ago
bd0fb23
applypatch: Switch freecache.cpp to libbase logging.
by Tao Bao
· 6 years ago
a9f9acc
Merge "Remove the debug code for bspatch flakiness"
by Tao Bao
· 6 years ago
7326892
Remove the debug code for bspatch flakiness
by Tianjie Xu
· 6 years ago
ac234b4
Merge "updater: Let read_file() return Value::Type::STRING."
by Tao Bao
· 6 years ago
bafd6c7
updater: Let read_file() return Value::Type::STRING.
by Tao Bao
· 6 years ago
6b18eb7
Merge "edify: Rename parse_string to ParseString and let it take std::string."
by Tao Bao
· 6 years ago
503ff38
Merge "edify: Remove VAL_INVALID and move ValueType into Value class."
by Tao Bao
· 6 years ago
d8d514f
edify: Rename parse_string to ParseString and let it take std::string.
by Tao Bao
· 6 years ago
511d759
edify: Remove VAL_INVALID and move ValueType into Value class.
by Tao Bao
· 6 years ago
e02cbaa
Merge "applypatch: Restrict applypatch_check to eMMC targets."
by Tao Bao
· 6 years ago
b9b50cd
Merge "applypatch: Fix a potential nullptr dereferencing."
by Tao Bao
· 6 years ago
7c1d426
applypatch: Restrict applypatch_check to eMMC targets.
by Tao Bao
· 6 years ago
fbc0f60
Merge "updater: Remove the support for sha1_check()."
by Tao Bao
· 6 years ago
7ea515e
applypatch: Fix a potential nullptr dereferencing.
by Tao Bao
· 6 years ago
0b58e9a
updater: Remove the support for sha1_check().
by Tao Bao
· 6 years ago
c059b6c
Merge "updater: Add ABORT command."
by Tao Bao
· 6 years ago
91a649a
updater: Add ABORT command.
by Tao Bao
· 6 years ago
cf1f9bd
Merge "tests: Split unit tests out of component/applypatch_test.cpp."
by Tao Bao
· 6 years ago
b8cb2e6
tests: Split unit tests out of component/applypatch_test.cpp.
by Tao Bao
· 6 years ago
d419966
Merge "minui/drm: wait for page flip completion"
by Treehugger Robot
· 6 years ago
0a84d72
Merge "No longer print hash for stashed blocks during verification of retry"
by Tianjie Xu
· 6 years ago
955da1e
minui/drm: wait for page flip completion
by Jeremy Compostella
· 6 years ago
3c5958f
No longer print hash for stashed blocks during verification of retry
by Tianjie Xu
· 7 years ago
95b8d2b
Merge "updater: Check the number of args in Command::Parse."
by Tao Bao
· 6 years ago
afc2962
Merge "updater: Add Command parsing codes."
by Tao Bao
· 6 years ago
92f3393
updater: Check the number of args in Command::Parse.
by Tao Bao
· 6 years ago
6a7e4af
updater: Add Command parsing codes.
by Tao Bao
· 6 years ago
b418156
Merge "applypatch: {Load,Save}FileContents and ParseSha1 take std::string."
by Tao Bao
· 6 years ago
bd76709
Merge "applypatch: Move to libbase logging."
by Treehugger Robot
· 6 years ago
9b5d4ea
Merge "e2fsdroid and mke2fs are dynamic executable in recovery partition"
by Treehugger Robot
· 6 years ago
8dc7049
applypatch: {Load,Save}FileContents and ParseSha1 take std::string.
by Tao Bao
· 6 years ago
859bfc5
applypatch: Move to libbase logging.
by Tao Bao
· 7 years ago
24e1321
Merge "applypatch: Clean up the function comments."
by Tao Bao
· 6 years ago
ddc8168
Merge "updater: Defer the creation of the new data writer."
by Tao Bao
· 6 years ago
69364fe
e2fsdroid and mke2fs are dynamic executable in recovery partition
by Jiyong Park
· 6 years ago
4a2c2d8
Merge "updater_sample: add privileged system app docs"
by Zhomart Mukhamejanov
· 6 years ago
155771b
applypatch: Clean up the function comments.
by Tao Bao
· 6 years ago
9fb0d89
Merge "Drop the dependency on AB_OTA_UPDATER flag."
by Tao Bao
· 6 years ago
cf60a44
Drop the dependency on AB_OTA_UPDATER flag.
by Tao Bao
· 6 years ago
6b788b1
Merge "updater_sample: run as a systemp app"
by Zhomart Mukhamejanov
· 6 years ago
5af63a4
Merge "updater_sample: add proguard.flags"
by Zhomart Mukhamejanov
· 6 years ago
0a883c1
updater: Defer the creation of the new data writer.
by Tao Bao
· 6 years ago
65dcf32
updater_sample: add privileged system app docs
by Zhomart Mukhamejanov
· 6 years ago
2d9ffb6
updater_sample: run as a systemp app
by Zhomart Mukhamejanov
· 6 years ago
aa7abc0
updater_sample: add proguard.flags
by Zhomart Mukhamejanov
· 6 years ago
9ed4b41
Merge "updater_sample: add metadata mismatch error code"
by Zhomart Mukhamejanov
· 6 years ago
c53639d
Merge "tests: Skip ScreenRecoveryUITest on gr_init failure."
by Tao Bao
· 6 years ago
ac752b3
Merge "Revert "updater_sample: add proguard.flags""
by Ian Pedowitz
· 6 years ago
c02fb99
Revert "updater_sample: add proguard.flags"
by Ian Pedowitz
· 6 years ago
51f16ec
tests: Skip ScreenRecoveryUITest on gr_init failure.
by Tao Bao
· 6 years ago
4264ee8
Merge "screen_ui: Move the call to gr_init() into Init()."
by Tao Bao
· 6 years ago
4cd2cf9
Merge "screen_ui: Call gr_exit() from dtor."
by Treehugger Robot
· 6 years ago
ba4edb3
screen_ui: Move the call to gr_init() into Init().
by Tao Bao
· 6 years ago
ebee98d
updater_sample: add metadata mismatch error code
by Zhomart Mukhamejanov
· 6 years ago
60ac622
screen_ui: Call gr_exit() from dtor.
by Tao Bao
· 6 years ago
397e8f2
Merge "Recovery image is self-contained"
by Treehugger Robot
· 6 years ago
5ced47d
Merge "updater_sample: add proguard.flags"
by Zhomart Mukhamejanov
· 6 years ago
6dbdbbc
Merge "minui: Add constness to GRSurface* in gr_get_{width,height}."
by Tao Bao
· 6 years ago
9f42633
minui: Add constness to GRSurface* in gr_get_{width,height}.
by Tao Bao
· 6 years ago
8c3af4a
updater_sample: add proguard.flags
by Zhomart Mukhamejanov
· 6 years ago
0eb10b3
Merge "updater: Drop the 'overlap' parameter in LoadSrcTgtVersion3()."
by Tao Bao
· 6 years ago
4a13508
updater: Drop the 'overlap' parameter in LoadSrcTgtVersion3().
by Tao Bao
· 6 years ago
4a8f5ec
Merge "updater: Remove the redundant check on line count."
by Tao Bao
· 6 years ago
1cb7222
Merge "updater_sample: update README.md"
by Zhomart Mukhamejanov
· 6 years ago
ec33e45
updater_sample: update README.md
by Zhomart Mukhamejanov
· 6 years ago
684d721
Merge "updater_sample: fix payload spec tests"
by Zhomart Mukhamejanov
· 6 years ago
8a6a86a
updater_sample: fix payload spec tests
by Zhomart Mukhamejanov
· 6 years ago
ffede3e
updater: Remove the redundant check on line count.
by Tao Bao
· 6 years ago
eeabbec
Merge "updater_sample: change gen_update_config args"
by Zhomart Mukhamejanov
· 6 years ago
8b7af4c
Recovery image is self-contained
by Jiyong Park
· 6 years ago
da96070
updater_sample: change gen_update_config args
by Zhomart Mukhamejanov
· 6 years ago
382691f
Merge "updater_sample: Add suspend/resume update"
by Zhomart Mukhamejanov
· 6 years ago
cef8431
Merge "updater: Replace the reference arguments with pointers."
by Tao Bao
· 6 years ago
0e2d900
Merge "minui: Handle the failures from the drm backend in gr_init"
by Tianjie Xu
· 6 years ago
2454b24
Merge "ui: join only if joinable."
by Tao Bao
· 6 years ago
94371fd
ui: join only if joinable.
by Tao Bao
· 6 years ago
878d5a7
Merge "tests: Specify the death test style to avoid flakiness."
by Tao Bao
· 6 years ago
ccf00a2
minui: Handle the failures from the drm backend in gr_init
by Tianjie Xu
· 6 years ago
42be0d4
tests: Specify the death test style to avoid flakiness.
by Tao Bao
· 6 years ago
de3bbb8
updater: Replace the reference arguments with pointers.
by Tao Bao
· 6 years ago
16db994
updater_sample: Add suspend/resume update
by Zhomart Mukhamejanov
· 6 years ago
e36b6ec
Merge "updater_sample: Add UI docs to README"
by Zhomart Mukhamejanov
· 6 years ago
60abf5c
updater_sample: Add UI docs to README
by Zhomart Mukhamejanov
· 6 years ago
269be9f
Merge "updater_sample: improve updater state handling"
by Zhomart Mukhamejanov
· 6 years ago
469b35a
updater_sample: improve updater state handling
by Zhomart Mukhamejanov
· 6 years ago
Next »