applypatch
applypatch: Let Apply{BSDiff,Image}Patch accept std::function.
2017-03-28 10:14:53 -07:00
bootloader_message
Revert "libbootloader_message: use different fstab paths for normal/recovery boot"
2017-03-27 17:47:21 +00:00
edify
Suppress the unused variable warning in parser.yy
2017-03-28 12:44:10 -07:00
etc
Write aliases before ffs mount in recovery
2017-01-04 11:20:19 -08:00
fonts
more font improvements and cleanup
2013-03-07 13:34:24 -08:00
minadbd
Address review comment.
2017-01-09 14:28:42 -08:00
minui
Add the missing sr-Latn into png files and rename the png locale header
2017-03-24 16:54:52 -07:00
otafault
Const modifiers
2017-03-23 21:52:30 +01:00
otautil
Log temperature during OTA update
2017-03-28 11:28:47 -07:00
res-hdpi /images
Add the missing sr-Latn into png files and rename the png locale header
2017-03-24 16:54:52 -07:00
res-mdpi /images
Add the missing sr-Latn into png files and rename the png locale header
2017-03-24 16:54:52 -07:00
res-xhdpi /images
Add the missing sr-Latn into png files and rename the png locale header
2017-03-24 16:54:52 -07:00
res-xxhdpi /images
Add the missing sr-Latn into png files and rename the png locale header
2017-03-24 16:54:52 -07:00
res-xxxhdpi /images
Add the missing sr-Latn into png files and rename the png locale header
2017-03-24 16:54:52 -07:00
tests
Merge "tests: Construct two bad packages at runtime for VerifierTest."
2017-03-29 00:37:05 +00:00
tools
Restore the max width for recovery background texts
2017-01-22 18:46:04 -08:00
uncrypt
recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIs
2017-03-10 17:27:31 +08:00
update_verifier
update_verifier: Set the success flag if dm-verity is not enabled.
2017-03-10 15:16:27 -08:00
updater
applypatch: Let Apply{BSDiff,Image}Patch accept std::function.
2017-03-28 10:14:53 -07:00
.clang-format
clang-format: Adjust short functions / if settings.
2016-12-12 15:00:52 -08:00
adb_install.cpp
Replace _exit(-1) with _exit(EXIT_FAILURE).
2017-02-03 14:11:11 -08:00
adb_install.h
Factor out option variables from int to bool types
2015-03-25 15:56:15 -07:00
Android.mk
Log the error message when failing to mount/umount.
2017-03-28 21:21:28 -07:00
asn1_decoder.cpp
Checking unsigned variable less than zero
2017-03-23 17:07:39 +01:00
asn1_decoder.h
Refactor asn1_decoder functions into a class.
2017-03-21 15:17:43 -07:00
bootloader.h
Create bootloader_message static library.
2016-10-18 11:37:05 -07:00
CleanSpec.mk
recovery: minui: add adf backend
2014-04-25 15:47:34 -07:00
common.h
recovery: Add the missing #include.
2017-03-07 13:33:27 -08:00
default_device.cpp
Auto-detect whether to use the long-press UI.
2015-04-10 15:14:35 -07:00
device.cpp
recovery: Move a few int to bool.
2017-03-07 15:35:12 -08:00
device.h
recovery: Move a few int to bool.
2017-03-07 15:35:12 -08:00
error_code.h
resolve merge conflicts of 4f86f26
to stage-aosp-master
2016-11-15 23:13:24 -08:00
fuse_sdcard_provider.cpp
Check an edge case when read(2) returns 0
2016-08-31 19:11:41 -07:00
fuse_sdcard_provider.h
recovery: Fork a process for fuse when sideloading from SD card.
2016-01-13 21:29:20 -08:00
fuse_sideload.cpp
Use BoringSSL instead of mincrypt to speed up package verification.
2016-04-13 16:39:56 -07:00
fuse_sideload.h
recovery: Switch fuse_* to C++.
2015-07-24 11:22:05 -07:00
install.cpp
Log temperature during OTA update
2017-03-28 11:28:47 -07:00
install.h
Revert "Revert "Some cleanups to recovery.""
2016-11-03 11:57:46 -07:00
interlace-frames.py
Go back to the old ear-wiggling Android animation.
2016-04-21 14:26:14 -07:00
mounts.cpp
Log the error message when failing to mount/umount.
2017-03-28 21:21:28 -07:00
mounts.h
Remove obsolete MTD support.
2016-06-10 13:45:35 -07:00
NOTICE
Automated import from //branches/master/...@140824,140824
2009-03-24 18:36:42 -07:00
print_sha1.h
Revert "Revert "Some cleanups to recovery.""
2016-11-03 11:57:46 -07:00
README.md
Add checkers and tests for empty locale in PNG file
2017-01-18 19:37:06 -08:00
recovery-persist.cpp
Cleanup the duplicates of logs rotation functions
2016-11-03 18:16:33 -07:00
recovery-persist.rc
recovery: use __android_log_pmsg_file_write for log files
2016-03-28 11:07:00 -07:00
recovery-refresh.cpp
Cleanup the duplicates of logs rotation functions
2016-11-03 18:16:33 -07:00
recovery-refresh.rc
recovery: use __android_log_pmsg_file_write for log files
2016-03-28 11:07:00 -07:00
recovery.cpp
Merge "Add the missing sr-Latn into png files and rename the png locale header"
2017-03-28 19:42:54 +00:00
res-560dpi
Make text for recovery larger on angler
2016-05-02 12:20:04 -07:00
roots.cpp
recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIs
2017-03-10 17:27:31 +08:00
roots.h
Revert "Revert "Some cleanups to recovery.""
2016-11-03 11:57:46 -07:00
rotate_logs.cpp
Cleanup the duplicates of logs rotation functions
2016-11-03 18:16:33 -07:00
rotate_logs.h
Cleanup the duplicates of logs rotation functions
2016-11-03 18:16:33 -07:00
screen_ui.cpp
Const modifiers
2017-03-23 21:52:30 +01:00
screen_ui.h
Const modifiers
2017-03-23 21:52:30 +01:00
stub_ui.h
recovery: Fix the broken UI text.
2017-01-03 22:40:03 -08:00
ui.cpp
Removed C-style casts
2017-03-23 21:52:04 +01:00
ui.h
recovery: Add screensaver mode.
2017-01-30 16:12:30 -08:00
verifier.cpp
Const modifiers
2017-03-23 21:52:30 +01:00
verifier.h
Const modifiers
2017-03-23 21:52:30 +01:00
wear_touch.cpp
Removed C-style casts
2017-03-23 21:52:04 +01:00
wear_touch.h
recovery: Move SwipeDetector into common location
2016-03-18 06:03:21 +00:00
wear_ui.cpp
minui: Export minui/minui.h.
2017-01-16 21:28:18 -08:00
wear_ui.h
recovery: Fix the broken UI text.
2017-01-03 22:40:03 -08:00