* New translations strings.xml (Romanian)
* New translations strings.xml (French)
* New translations strings.xml (Spanish)
* New translations strings.xml (Arabic)
* New translations strings.xml (Danish)
* New translations strings.xml (German)
* New translations strings.xml (Hungarian)
* New translations strings.xml (Italian)
* New translations strings.xml (Japanese)
* New translations strings.xml (Korean)
* New translations strings.xml (Lithuanian)
* New translations strings.xml (Dutch)
* New translations strings.xml (Polish)
* New translations strings.xml (Russian)
* New translations strings.xml (Slovenian)
* New translations strings.xml (Turkish)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Persian)
* New translations strings.xml (Marathi)
* New translations strings.xml (Thai)
* New translations strings.xml (Croatian)
* New translations strings.xml (Estonian)
* New translations strings.xml (Latvian)
* New translations strings.xml (Azerbaijani)
* New translations strings.xml (Hindi)
* New translations strings.xml (Malay)
* New translations strings.xml (Filipino)
* New translations strings.xml (Chinese Traditional, Hong Kong)
* New translations strings.xml (Bosnian)
* New translations strings.xml (Kannada)
* New translations strings.xml (Russian)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Chinese Traditional, Hong Kong)
* manager: Improvements
* manager: bump mmrl
* manager: use ktx ext Str.toUri
* manager: add "webui-engine" from config.json
This allows the developer to override the user preference of the selected WebUI engine.
Supported engines are:
- `wx` for WebUI X
- `ksu` for the KernelSU WebUI
All not named strings will default to `wx`
R.string.use_webuix_summary needs proper translations
* manager: add support for multilingual module meta
Co-authored-by: Der_Googler <54764558+DerGoogler@users.noreply.github.com>
Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
* New translations strings.xml (French)
* New translations strings.xml (Arabic)
* New translations strings.xml (German)
* New translations strings.xml (Russian)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Chinese Traditional, Hong Kong)
* New translations strings.xml (Thai)
* New translations strings.xml (Romanian)
* New translations strings.xml (Spanish)
* New translations strings.xml (Danish)
* New translations strings.xml (Hungarian)
* New translations strings.xml (Italian)
* New translations strings.xml (Japanese)
* New translations strings.xml (Korean)
* New translations strings.xml (Lithuanian)
* New translations strings.xml (Dutch)
* New translations strings.xml (Polish)
* New translations strings.xml (Slovenian)
* New translations strings.xml (Turkish)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Persian)
* New translations strings.xml (Marathi)
* New translations strings.xml (Croatian)
* New translations strings.xml (Estonian)
* New translations strings.xml (Latvian)
* New translations strings.xml (Azerbaijani)
* New translations strings.xml (Hindi)
* New translations strings.xml (Malay)
* New translations strings.xml (Filipino)
* New translations strings.xml (Bosnian)
* New translations strings.xml (Kannada)
based on pr https://github.com/tiann/KernelSU/pull/2321
* Magisk's behavior: Hide Bottom Navbar, Show close button if failed or success
and removed automatic exit when module execution success.
- Possible fix a bug where IUserManager.getUsers(ZZZ) are not defined in the framework.jar
- Refactored WebUI X to meet the new WXInterface
- Only fetch the app from the current user and not all users
* manager: remove unused AIDL interfaces
Signed-off-by: Der_Googler <54764558+DerGoogler@users.noreply.github.com>
- Add the use of incoming module name to load the corresponding installation list when the file cannot be retrieved, using utf-8 encoding and formatting characters by default.
- Add a formatting string for the update list
- Fix module update failures caused by spaces and other non Linux readable characters.
Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>