Open
Conversation
Update Japanese translation
Update sk translation
Update strings.xml sk
Update strings
Added Portuguese Translation
Portuguese translation
Update strings.xml SK
Always true
Always true
Always false
Removed other icons, color chooser
Deleted file JSON: now app loads framework from server, both installers and uninstallers.
Added a future "systemless" support: the installer must be placed in
dl-xda.xposed.info/framework/sdk{sdk}/{arch}/systemless/{filename}.zip
and the file name must contains "systemless" word.
For installation on devices with SDK lower than 21, the installer and uninstaller zip, are loaded from assets, now.
Currently supported path: /xposed/xposed.prop /vendor/xposed.prop /su/xposed/system/xposed.prop /system/xposed.prop
…sign Cherry-picked 5493ca0
This is compatible with all flashable Xposed ZIPs, probably even with unofficial ones. It obviously requires root access and a modifiable /system partition. Systemless is still WIP and might need a few more changes in the future. If the interface is usable, other installation methods (auto/manual flashing) could be re-implemented in the same way. Additionally, the checks could be extended to check compatiblility with the current ROM.
(cherry picked from commit cef2ef8)
Reworked empty view if download's list is not loaded (cherry picked from commit 1248831)
(cherry picked from commit 596ffc5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented SipeBackLayout on Activities that have '<-' (up-arrow) in toolbar.
Migrated to the target-api v24.