| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Encode the width, height and locale of the localized image as pixels so
that recovery can locate the correct range of the image from a
concatenated png file.
Also address a few todoes including wrapping the CJK text, making a
catch-all type for all languages.
Test: view the generated image under locale test
Change-Id: Icd3997eb4e992e76ef72526787d64c406f606970
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As we localize the wipe data menu under the recovery mode, some
additional strings need the new translation. The strings include
1. The menu header that prompts a data wipe
2. Try again description
3. Factory reset description
4. The menu header to confirm a data wipe
5. Cancel description
We will resue the "Factory reset description" in the confirmation menu;
and the image_generator tool will be moved to this directory in later
cls.
Bug: 74397117
Test: mma
Change-Id: I706b8677dba506b62e890f6b200e3eb3b11ce483
|
|/
|
|
|
|
|
|
|
| |
The commandline parser adds some flexibility to the argument parsing. It
also makes the help message more descriptive.
Bug: 74397117
Test: generate a image, checks the help message
Change-Id: Ib238658a9a6fa8806f1b0dde419c8fb970e7cb37
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This program uses java.awt.Graphics2D to generate the background text
files used under recovery mode. And thus we don't need to do the manual
work by running emulators with different dpi.
The program takes the following parameters:
1. imageWidth: The number of pixels per line; and the text strings will be
wrapped accordingly.
2. textName: The description of the text string, e.g. "recovery_erasing",
"recovery_installing_security"
3. fontDirectory: The directory that contains all the support .ttf | .ttc
files, e.g. $OUT/system/fonts/
4. resourceDirectory: The resource directory that contains all the translated
strings in xml format, e.g. bootable/recovery/tools/recovery_l10n/res/
5. outputFilename: Path to the generated image.
Bug: 74397117
Test: checks the generated png files
Change-Id: Ia5506a0a4f5da1ebfd7090345eb246f44b265075
|
|\
| |
| |
| |
| |
| | |
am: 9016deefe4
Change-Id: I1c8b1dd470279e3e5b8ca15c76dfe09691257bd6
|
| |
| |
| |
| |
| |
| | |
Test: `mmma -j bootable/recovery/`
Test: Build and run RecoveryLocalizer on device.
Change-Id: I3359223c82bd670c94ad51296cb8b357b04f5349
|
| |
| |
| |
| |
| | |
Change-Id: I60c4e4ebce0bf3abcc2b0b5ab90b0fc5e9406c34
Auto-generated-cl: translation import
|
|\ \
| | |
| | |
| | |
| | |
| | | |
am: b1ac1b8494
Change-Id: Id51803759530a630ecfb287126c5e366938ad09f
|
| |\|
| | |
| | |
| | |
| | |
| | | |
am: cd06b1696d
Change-Id: I78bbe2e58b6d7d442984d3533dedbae705cb156f
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.
Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.
Test: make relevant packages
Bug: 73535841
Change-Id: I82fee834c5d92e699e9571933faded11c6d4596e
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 68003463
Change-Id: Iae8fc3afc1453b6b609dae2bbff08231d00735e7
|
| |
| |
| |
| |
| |
| | |
Change-Id: I8de15b09695dea1a53a368c942cb8a7dd30ed87d
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|
| |
| |
| |
| |
| |
| | |
Change-Id: If7aad0299a372403f2875fe3aeb60ad07acb7b47
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I0b2ff87788553d2c49519d005f8876cd7318b8c6
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| |
| | |
Change-Id: I8fb3f973ecd0dfe54dea048ef445d45902eae028
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|
| |
| |
| |
| |
| |
| |
| |
| | |
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64680434
Change-Id: Ie356071f322238a5fb3a4610d2a79141c9aa9377
|
|/
|
|
|
|
| |
Change-Id: I99a2cf060c75a70b3baf3c22d538fbfa08828474
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
|
|
|
|
|
| |
Change-Id: I90d94072de955eca8ea38762faa5d3e5a4f295db
Auto-generated-cl: translation import
|
|\
| |
| |
| |
| |
| | |
am: 281fa9fd30
Change-Id: I109593352d526941895eafea41f87a49561f8fd7
|
| |\
| | |
| | |
| | |
| | |
| | | |
am: b037cff12e
Change-Id: I177c4d5edcf8e0ee9874bd1627d0ae12a43ae506
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Restore the max width to 900px for xxhdpi and 1200px for xxxhdpi
Bug: 34541299
Test: Checked width and images passed recovery_manual_test
Change-Id: If0fd51f93cfb3f965d4e9e69be5626eba89eb857
|
|\| |
| | |
| | |
| | |
| | |
| | | |
am: f92c313723
Change-Id: I36ab3a5d46758ef45854efd16dcf8285166d1dc4
|
| |\|
| | |
| | |
| | |
| | |
| | | |
am: 19e4f627d8
Change-Id: Ic16111cc970780090827f3e2851e4df874a5d8cf
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Locale texts are missing in the recovery log due to an extra empty
locale chunk in the png file. Fix the bug in the app and regenerate all
the background texts and compress the file with pngcrush + zopflipng.
Bug: 34054052
Test: Locale texts logged successfully on angler
Change-Id: I89f823a53c1eb69756183e8e11113216d093304f
|
| |/
| |
| |
| |
| |
| |
| | |
Auto-generated-cl: translation import
Bug: 32177112
Change-Id: I4d68cd0c69b40d1765cd74dfa730f56be01b5b23
|
| |
| |
| |
| |
| |
| | |
Bug: 26496609
Test: none
Change-Id: I6467c8496478402614fcdb46c5399dfa28162201
|
| |
| |
| |
| |
| |
| | |
This reverts commit 6ecd63e459f7e9eab062c172122e319aff8b7042.
Change-Id: I66c34fc72c1e8f6a0c11e12fd7e21864f4437977
|
| |
| |
| |
| |
| | |
Change-Id: Ibe3698aabd36cca6e053ca099b87f09e8ad05c93
Auto-generated-cl: translation import
|
|\|
| |
| |
| |
| |
| | |
am: 8b36965175
Change-Id: I6aad408e27e8661a83c6d985d080c0ae8637eec9
|
| |\
| | |
| | |
| | |
| | |
| | | |
am: 3e244dc301
Change-Id: Id651a94190d91c508b55d3745816253160b84284
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 61240f88ea
Change-Id: Ib3b28e84ee331a0e9d613d3761ff4d657c23088d
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug:30415666
Test: Graphic tests pass on angler with new image files
Change-Id: I8716f53cb2f9fc6598fdc84f84e9626994faaa5e
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 0df6011d0f
Change-Id: I9bf3d8a5357811700e7e09aec146eaf1969f6eb9
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: b02a58740e
Change-Id: Ib15f443946a97eeb6609b0aab9b91bcd3ca91d4c
|
| | |\|
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 5aa2e104c0
Change-Id: I565fa63de18e0c806f2452c009d97c5ad4ebebc3
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also add a missing string in the recovery_l10n APP.
Bug: 30415666
Change-Id: Ice2a9f7cad4ebe332b427bc0c7a9adccb6cf3af3
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 27837319
Change-Id: I037158697a294c3e03f186f3b4207ea700321a8a
(cherry picked from commit 1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e)
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Auto-generated-cl: translation import
Bug: 29390361
Change-Id: Ie1d01357ef53bd977da8188825dd744801ae58ad
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ic9a498dd7367a61fc2d380dc6eeeea0c4cafc8bf
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ice2fc6151b69ad3a4029184a5afa6020085219f2
Auto-generated-cl: translation import
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
am: f39da4f
* commit 'f39da4fc1b84c594d95b241d75eec1b25f7d4480':
Remove trailing punctuation from recovery strings.
Change-Id: I8858b1097b301b612494801cce4c2ad3274823dc
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 4eec72d
* commit '4eec72d2cf8c1be0068feffc804035dab756c78d':
Remove trailing punctuation from recovery strings.
Change-Id: I60cf10d7748227d81f60fc9d1fe18cdb01f8b2f3
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: http://b/26548285
Change-Id: I235c620532e1759bfc76a4486409a4404f1c8c6a
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 6fa5fa9
* commit '6fa5fa91bf1439e6c5070f3aee9b447f995882c1':
Explicitly set the font face and color.
Change-Id: I1b2079d35cb7165db738a8d9ca442fa96729979e
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 70ae70b
* commit '70ae70b81e452ce8a85dfbb184786c02a9072c23':
Explicitly set the font face and color.
Change-Id: I94011b0f4df228e6cdfe4c095542839abb689a74
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This matches what the UI folks asked us to use.
Also fix the locale parsing code.
Bug: http://b/27837319
Bug: http://b/22465983
Bug: http://b/26548285
Change-Id: I316a6e1f44855313dd983950abf21b543be7ffc0
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ic643d0e2d39e45d772ffb25001de45afdf923579
Auto-generated-cl: translation import
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia0012b89f00c65ec6056d29612748e60564bab32
Auto-generated-cl: translation import
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Id992a2cff5d431b5862f7c27f3823dbffe52f5c7
Auto-generated-cl: translation import
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Id4a5f32acb01776c95b092cc6e883036812836a9
Auto-generated-cl: translation import
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ib4ebc02261abc4610947ab54f5e53f9958190e27
Auto-generated-cl: translation import
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: I5280c977c6c5099c681fa5069bdde9b5426d5949
Auto-generated-cl: translation import
|
|/ / /
| | |
| | |
| | |
| | | |
Change-Id: I96a3ebec0ab7b7400bcf8ffd2a899d291d8a4579
Auto-generated-cl: translation import
|
|\| |
| |/
|/|
| |
| |
| |
| |
| |
| | |
am: 1ee0ff3
* commit '1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e':
Add string for Installing_security_update
Change-Id: Ied2a3b07fbf8548688759727da527fc7a994d5a0
|
| |
| |
| |
| |
| | |
Bug: 27837319
Change-Id: I037158697a294c3e03f186f3b4207ea700321a8a
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: http://b/27837319
(cherry picked from commit 3d0153a807042dd1bdb7e9fd81d16429a205d9ce)
Change-Id: Iec2cd10fa77ed1881d55ac4e0ab48e45172f0cf7
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: http://b/27837319
Change-Id: I116fc13ae108a59b657f5c9f7efe971de72ac743
|
|/ /
| |
| |
| |
| |
| | |
None of these have been touched since cupcake, except to keep them building.
Change-Id: I5ed13849e6842e755c62da05f1a8a6da2583b1ee
|
| |
| |
| |
| |
| | |
Bug: 27326256
Change-Id: Ia713b23e3c898c1f10af7c61ea67f34601fdcbe3
|
|/
|
|
|
|
|
|
|
|
| |
The dumpkey tool is used to dump encryption keys in a custom format
used by the recovery code. Nobody else uses this format AFAICT, so
it's more appropriate to keep the code of the tool alongside the
recovery code instead of next to mincrypt.
BUG:27326256
Change-Id: I30176845617972be1d6e46e9a9218e161fbf0680
|
|
|
|
|
|
|
| |
Also add missing TEMP_FAILURE_RETRYs on read, write, and lseek.
Bug: http://b/20625546
Change-Id: I03b198e11c1921b35518ee2dd005a7cfcf4fd94b
|
|
|
|
| |
Change-Id: I06ea08400efa511e627be37a4fd70fbdfadea2e6
|
|
|
|
| |
Change-Id: I92d5abd1a628feab3b0246924fab7f97ba3b9d34
|
|
|
|
|
|
|
|
| |
A few simple warnings fixed to produce a clean clang build.
Change-Id: I9484f860903a80e4c91e204e7e6738145535f642
Author: Edwin Vane <edwin.vane@intel.com>
Reviewed-by: Ariel J Bernal <ariel.j.bernal@intel.com>
|
|
|
|
|
|
| |
Bug: 5010576
Change-Id: Ib465fdb42c8621899bea15c04a427d7ab1641a8c
|
|
|
|
|
|
|
|
| |
Yank all the code to install OTA packages out of the recovery binary
itself. Now packages are installed by a binary included in the
package (run as a child of recovery), so we can make improvements in
the installation process without waiting for a new release to use
them.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|