- 05 Apr, 2016 2 commits
-
-
Gabor Vecsera authored
Change-Id: Iabd66596c0d1b83935c4adc4ac048f3881284269
-
thecrazyskull authored
Change-Id: I23b2c44afca5c903becd201503f81766828c9304
-
- 04 Apr, 2016 5 commits
-
-
Alex Kalles authored
Change-Id: I5cd1b9c394c2777503e5567aaaa01210cfdb4caa
-
Ethan Yonker authored
Change-Id: I28fa04cb90dd4255db9dc5d771416ab8d456de46
-
Sultan Qasim Khan authored
In the case of password entry, the two differ. Password entry was broken by the earlier commit entitled "Improve input box text handling" because it started using the displayValue as the actual value, even in cases where they differ because of a mask value. Change-Id: Iaf5a67e1d928f34595962a1f1b80eebb64e8b493
-
SlimShadys authored
Change-Id: I45a6a75d2b9332e523a7f61f19594c4029665ed7
-
SevenMaxs authored
Added translation Reboot Option and minor fix for Russian localization. Change-Id: Ibeade0ce85ac65daf68dfd6b085a32148f66d1cb
-
- 03 Apr, 2016 1 commit
-
-
thecrazyskull authored
Change-Id: I65f16530565c4b510274c72227a5f1483519a677
-
- 01 Apr, 2016 1 commit
-
-
Ethan Yonker authored
Change-Id: I5ece02a8721e1b7541fb5182366a55fd0f037a7a
-
- 31 Mar, 2016 22 commits
-
-
Ethan Yonker authored
Change-Id: Iecf5c3f70559ef90e18f4807f80707fa5a3c78f0
-
Dees Troy authored
-
z31s1g authored
Change-Id: Ic9d51ddb7a8e47c62399d2e3101e788994276104
-
Dees Troy authored
-
Daniel Sikorski authored
Change-Id: I33acec5b4d0a371978bf2a6ab3beb26d0d18400f
-
Ethan Yonker authored
This makes the terminal grab focus no matter what on SetPageFocus which isn't ideal but it's unlikely that any other visible input elements will be on the page with a terminal anyway. Credit _that for pointing me in the right direction for this fix. Change-Id: I2b0e6fc1169521f58e863c58f7ef3578413dfb21
-
bigbiff authored
This is a simple patch to allow users to reboot after installation of zip queue. Current timeout is 5 seconds before reboot. Change-Id: I1a18cbf7025086e35031ab7241b330babebb8343
-
Matt Mower authored
progress_percent can be set to an uninitilized display_percent if total_backup_size == 0. Change-Id: I704bf9a1250e95df65ef8790036f94c0a77da8d8
-
Ethan Yonker authored
The progress bar will now be updated during image backups, restores and during image flashing (except for sparse images which will require significant changes to libsparse, and except for mtd nand using flash_utils). The progress bar will now be updated mid-file for file systems (tar) so the user will see changes even during large file backup / restore. Add a new progress tracking class to simplify handling of progress bar updates. The class will only update the progress bar 5 times a second to reduce the CPU load from updating the GUI frequently which does affect backup times. Change-Id: Iff382faef3df1f86604af336c1a8ce8993cd12c5
-
Ethan Yonker authored
The goal of this change is to make DataManager use InfoManager to reduce code duplication. Change-Id: Ia4f4c4324453a192995e0f442db0a03628c13e46
-
Andreas Blaesius authored
Change-Id: I7c5a0fbb1853836cfb5a7d1dfbbeb5f5613572b7
-
dadi11 authored
translated by @dadi11 & @linar10 Change-Id: I09a550c3ee99d44c4ada0bb7d71eb763471c7fda
-
Andreas Blaesius authored
Change-Id: Ibcad999a1276b4519fc2b104b458ee77c984dc8b
-
Dees Troy authored
-
SevenMaxs authored
Updating and minor fix of the translation for Russian localization. Change-Id: Ic68e0580a12521e71a8da926901a30a31489a079
-
Andreas Blaesius authored
Translated by: Death Mask Salesman Change-Id: I87f1f4417689b62c171264bfc05bf58e2ddfea03
-
Diegool authored
Change-Id: Ia0bf0a3e1831016a0a418095356e236d55b07fe6
-
Gabor Vecsera authored
add more strings and fixes my mistakes in crowdin ps2 remove whitespace Change-Id: If79e61fba5c1b2e54be29286b23a1b418095b07c
-
Ethan Yonker authored
This script is intended to make managing the language files a little easier. This script reads the English and supplied other language files and compares the 2 and reorders and rewrites the other language to a new XML file such that all the strings are placed in the same order as the English file. It will place commented out string lines for items that are not present in the new file and will not include any strings in the new file that are no longer present in the English source. There is also a version tag that may be compared if present between the English and other language in case a translation string changes. Change-Id: If49d7efbf99c033d9736af971a78ed8455ac5c6f
-
James Christopher Adduono authored
Change-Id: I067a58e5053748b9613ea6b4ac76a1c5285abc7d
-
Ethan Yonker authored
We don't translate anything for the splash screen currently so this will slightly reduce startup times and prevent the code from running when it's not needed. Change-Id: I8a8e8be5247d8e8b148db578c12bce5d370123a8
-
Ethan Yonker authored
I think this feature was used way back in the very early days of TWRP 2.0 on the Kindle Fire and has not been used since. I see no reason to keep it around for now and we can always reinstate it later if for some reason we need this feature again. Change-Id: Ie9f3e5db7190732f813ae1e152aab2d85a4ca98c
-
- 29 Mar, 2016 4 commits
-
-
Ethan Yonker authored
Change-Id: I79cfaac1adf85d1ee5514bf5266930823c1a15ff
-
Ethan Yonker authored
Change-Id: I7ec7133e53fca92ebe49a9a41161754a9138141e
-
that authored
- Reduce code duplication for parsing of include files - Fix crash when styles and templates from included files are referenced - Fix bug with path concatenation if more than one file is included Change-Id: I06cd720188df272180fb359097afd73a85952fa8
-
James Christopher Adduono authored
This allows the restoration of firmware or modems on read-only mounted file systems. If the user is able to make a backup of these partitions, it would only make sense they be allowed to restore that backup. The current handling is dangerous in that it happily wipes, but refuses to restore. :) Note that it would be preferable to use the backup=emmc flag instead in most cases, added by change: https://gerrit.omnirom.org/#/c/17183 Change-Id: I32d47c8928dee61595c15a9db16d3c5b9a6d7183
-
- 17 Mar, 2016 4 commits
-
-
sndnvaps authored
Change-Id: Ia609eec928278fc63e699d42799f74b4ada82221 Signed-off-by:
sndnvaps <sndnvaps@gmail.com>
-
Ethan Yonker authored
Change-Id: Iaade6424f23855b000bd282d3d00fba5d061c535
-
that authored
All fonts were extracted to /tmp/extract.bin which was deleted after the initial load, so reloading for scaling failed. - extract fonts to /tmp with original name and don't delete them - minor code cleanup Change-Id: If8a0f657a7ef4c418fd5cc8550a24de44a38f303
-
Ethan Yonker authored
flash_image was spitting an error. We are also specifying a size so that we do not risk writing beyond the partition. Change-Id: Ie3a0d77db96e54357238595934c3df0e3b680823
-
- 16 Mar, 2016 1 commit
-
-
Ethan Yonker authored
Individual files have contained the GPLv3 notice, but now the main NOTICE file will indicate GPLv3 to better reflect the license of the project. Change-Id: I277b88e5853b7a7fc64f2305a5d4a3fff4e88e7d
-