This new version is a completely rewrite of this project, originally, i used this app as an way to learn and practice Jetpack Compose, and the old version, besides working, "was not really good under the hood", and had room for a lot of improvements, anyway, some people notice me that, and give some tips (huge thanks to RKBDI and Dylan for giving some advice, it was really good, not only for this project, but for me in general 🙏🙏).
The old version was relying a lot in shell commands, thanks to this new rewrite, we switched most of that stuff to service, which gives us more flexibility and stability when doing a lot of operations, thanks to that we also are able to support for rootless devices, via rootless Xposed implementations, if you want to use this app without root, check this link.
Changelog:
- Application rewrite
- Xposed operation mode (mainly for rootless usage)
- Load installed themes directly from app
There is other feature added in this new version, which is the capability of adding new changes to a current installed theme, but this feature is still being tested, and not rolled out publicly, but already present in our codebase.