commit | d922fcb516d55e7de046fab0b67970ae9cd25a89 | [log] [tgz] |
---|---|---|
author | Nicholas Chum <nicholaschum@gmail.com> | Sat Feb 25 20:32:11 2017 -0500 |
committer | Nicholas Chum <nicholaschum@gmail.com> | Sat Feb 25 20:33:59 2017 -0500 |
tree | 199750896e88fa1fc97c258822566d176953f543 | |
parent | d5746d95e952a473b2dad8abe6216ae5f456e723 [diff] |
Release 24: Iron out the rootless commits Reduce the amount of resources that any overlaying system can overlay by removing and hardcoding the main style and main app title string. As one might notice, the version is now removed from build.gradle and is solely in AndroidManifest.xml - this makes it easier for us to maintain updating versions. Change-Id: Icaa4f929acb32f4c1b1690a18ea319deebad97a0
Masquerade is Substratum's background service that runs functions that should run on a completely separate thread. This alleviates the stress on the main app and allows for Substratum to run more smoothly.
If you are a ROM developer, by now you should know how to track new packages while building your ROM. However, if you don't - please follow these steps:
Add "masquerade" under PRODUCT_PACKAGES in "vendor/config/common.mk"
PRODUCT_PACKAGES += \ ...\ ...\ ...\ masquerade
Add the project path in "platform_manifest/default.xml"
<project path="packages/apps/masquerade" name="TeamSubstratum/masquerade" remote="github" revision="master" />
platform_manifest/default.xml: https://github.com/TipsyOs/platform_manifest/commit/fbff9ea598ec04f4f4a69687a8024770fefa83de
vendor_tipsy/config/common.mk: https://github.com/TipsyOs/vendor_tipsy/commit/2e72dc4eb3a206fad34e9c4f130e270180eab1c2