topjohnwu
6180558068
Add support for genfscon sepolicy rules
...
Close #2367
2020-02-02 01:16:42 +08:00
cf589f8c64
Fix error loading libsqlite.so
...
Vendors are always adding “extra libraries” in /vendor/lib* for their own sake, in this case AS*S loaded with customized `libicuuc.so` for Zenf*ne 5z and led to the failure of dynamic loading libsqlite.so:
<quote>
db: dlopen failed: cannot locate symbol "UCNV_FROM_U_CALLBACK_ESCAPE_63" referenced by "/apex/com.android.runtime/lib64/libandroidicu.so"...
</quote>
Signed-off-by: Shaka Huang <shakalaca@gmail.com >
* Minor optimizations
Co-authored-by: John Wu <topjohnwu@gmail.com >
2020-02-01 14:36:34 +08:00
topjohnwu
e864919c0b
Jellybean supports modules
2020-02-01 14:22:31 +08:00
topjohnwu
c72d83b637
Update docs
2020-02-01 01:42:40 +08:00
osm0sis and John Wu
f2d2f28e23
scripts: fixes for Tegra partition naming + bootsigner on Android 10
...
- adjust mount scripts to support SOS, APP and CAC Tegra partition naming (vendor is still vendor, oddly)
- -Xnodex2oat is removed on Android 10 in AOSP (despite it still erroneously showing in dalvikvm --help); older devices will still run safely without it
- Android 10 dynamically linked binaries need APEX mounts and variables so add this to recovery_actions/cleanup (thanks @Zackptg5)
- clean up known systemless root leftovers because we're helpful
2020-02-01 01:09:12 +08:00
osm0sis and John Wu
a7435dad6d
magiskboot: fix lzop detection
2020-02-01 01:09:12 +08:00
osm0sis and John Wu
793f0b605c
init: fix Tegra "APP" /system partition mounting
...
- thanks rootfan in https://github.com/topjohnwu/Magisk/issues/2063#issuecomment-573232567
Closes #2243
2020-02-01 01:09:12 +08:00
topjohnwu
5b56ca7ffc
Use MAX_FDT_GROWTH instead of hardcode value
2020-02-01 00:58:33 +08:00
topjohnwu
5c988510b3
Preserve fdt paddings
...
Some Motorola devices (Qualcomm kernel with CONFIG_MMI_DEVICE_DTBS
configuration enabled) need 1k of padding to the DTBs to allow for
environment variables to be runtime added by the bootloader.
Those extra paddings will be removed during the process of dtb patch,
devices won’t be able to boot-up and return to fastboot mode immediately
after flashed the flawed boot.img.
Credits to @shakalaca, close #2273
2020-02-01 00:48:21 +08:00
topjohnwu
290624844b
Reorganize dtb code
2020-02-01 00:15:52 +08:00
topjohnwu
497efc9f5e
Make scrambled text prettier
2020-01-31 04:48:02 +08:00
topjohnwu
19d76b635c
Fix de strings
2020-01-31 04:29:06 +08:00
Davy Defaud and John Wu
4875def31c
Complete and improve French translation
...
- fix some typos
- translate the two last strings
- fit French orthotypographic rules (use true apostrophes and hyphens…)
2020-01-31 04:24:10 +08:00
Vladimír Kubala and GitHub
155c0e3609
Update Slovak language
2020-01-31 04:22:34 +08:00
kam821 and John Wu
00ea15dc19
Update and fix Polish language
...
- Added missing strings.
- Fixed some incorrect translations
- Improved grammar.
Many lines rewritten to keep original (EN) meaning as much as possible.
2020-01-31 04:20:06 +08:00
Hen Ry and GitHub
f04c4cb78a
Update de strings
2020-01-31 04:19:40 +08:00
topjohnwu
6e4777692e
Change recreate logic
...
Although this new behavior is a little more annoying, at least
it properly kills the activity and restarts it with updated configs.
2020-01-31 04:17:17 +08:00
Viktor De Pasquale and John Wu
4638fdf2d7
Fixed dialog content being squished unnecessarily
...
...by updating constraint layout
...lol
2020-01-31 04:13:08 +08:00
wiki de pasquale and GitHub
0783d385d5
Removed security note
...
Note, and the backdrop, has been removed, since users which have chosen device that doesn't receive security updates in, at least 2 months, are getting triggered by their own choices (:
2020-01-31 04:12:49 +08:00
Viktor De Pasquale and John Wu
cf918e7df8
Updated text "variant" transparency
2020-01-31 04:09:45 +08:00
Viktor De Pasquale and John Wu
1ba9faf35b
Added legacy theme (Fraxure)
...
Theme is, in color, identical to legacy colors.
2020-01-31 04:09:45 +08:00
Viktor De Pasquale and John Wu
6e48294f2a
Removed unnecessary files and merged styles
2020-01-31 04:09:45 +08:00
topjohnwu
dea607b148
Small SignAPK improvements
2020-01-31 04:07:12 +08:00
topjohnwu
e938e717b0
Refactor PatchAPK code
2020-01-31 03:37:39 +08:00
topjohnwu
2eed09ef1b
Upgrade AS
2020-01-30 22:04:31 +08:00
topjohnwu
8a6b3644be
Strip only debug and verbose logging
2020-01-29 22:16:53 +08:00
topjohnwu
1d89fe503b
Fix manager hiding
...
Workaround bizarre optimization bugs
2020-01-29 20:55:20 +08:00
topjohnwu
788db036fd
Don't use Zopfli
2020-01-29 17:38:36 +08:00
topjohnwu
c38c473e11
Fix compile error
2020-01-29 17:38:36 +08:00
Eun Gang Ku and John Wu
aef1f8f701
Update strings.xml
2020-01-29 13:35:01 +08:00
Eun Gang Ku and John Wu
83f9767254
Update strings.xml
...
Add small corrections.
2020-01-29 13:34:49 +08:00
JoanVC100 and John Wu
3e0352eee6
Update strings + Corrections
2020-01-29 01:51:17 +08:00
Rom and John Wu
28faff6425
Fix French translation
2020-01-29 01:51:07 +08:00
topjohnwu
d0112f989c
Cleanup classes
2020-01-29 01:49:59 +08:00
Viktor De Pasquale and John Wu
9c4c310f46
Fixed messages on modules screen replicating indefinitely
2020-01-29 01:12:48 +08:00
Viktor De Pasquale and John Wu
7bf7bfb9c6
Updated Flash / SuRequest activities with app themes
...
CompatActivity/Fragment logic has been moved to respective BaseUI. Some deprecated and unused styles have been removed in favor or newer themes.
2020-01-29 01:12:21 +08:00
Mevlüt TOPÇU and John Wu
fbe776db0b
Update Turkish language
...
Hi
Update Turkish language
Merge please
Thanks
2020-01-27 21:54:44 +08:00
topjohnwu
1e2de1bb14
Preserve everything in package 'a'
...
Close #2301
2020-01-27 21:25:41 +08:00
topjohnwu
e395c9442f
Upstream system_properties
2020-01-27 19:50:03 +08:00
Tornike Khintibidze and John Wu
30286f0ea5
Fixed translations
2020-01-27 18:24:26 +08:00
cristisilaghi and John Wu
60ee742855
Update RO strings
2020-01-27 18:23:52 +08:00
Rom and John Wu
a913ede48f
French translation update
2020-01-27 18:23:43 +08:00
Wagg13 and John Wu
9592583783
Language update PT-BR
...
Minor improvements and some corrections that better match words in the language.
I adapt it as I test it.
2020-01-27 18:23:34 +08:00
zrq8 and John Wu
ad49d3ad26
Update Simplified Chinese Translation
2020-01-27 18:23:17 +08:00
dark-basic and John Wu
21ee73c2a3
Translation Correction
2020-01-27 18:23:02 +08:00
Viktor De Pasquale and John Wu
f5d0cc9f32
Updated helper lists so they are lazily populated
2020-01-27 18:22:29 +08:00
vvb2060 and John Wu
b90c65370e
Fix build on Windows
2020-01-26 12:27:07 +08:00
John Wu and GitHub
88920e0546
Merge pull request #2320 from Displax/RU
...
Update RU strings
2020-01-26 12:19:58 +08:00
dark-basic and John Wu
d27773de03
Add missing string-es resources
2020-01-26 12:19:43 +08:00
Tornike Khintibidze and John Wu
8abdaeb044
Translated newest string
2020-01-26 12:19:22 +08:00