Releases: Andrerm124/ARTDeoptimiser
Releases · Andrerm124/ARTDeoptimiser
System Overhaul
Now uses ROOT to assign a system property which holds all the data on which apps to deoptimise. This allows us to determine which apps to deoptimise even during boot time.
This system also no longer enforces VM_SAFEMODE and instead forces applications to be optimised with the "quicken" flag.
Reworked Hook
TL;DR: Fixed issue causing apps to re-optimise in the background.
The old hook used to disable optimisation was overridden by android performing system wide app optimisations.
To solve this I've moved the hook closer to the optimisation function so that it is always checked.
This should be significantly more effective.
Icon Change
Updated app icon to a non default one since it'd probably get annoying. The icon isn't great, but it was quick to do.
Initial Pre-Release
1.0 Initial Code Commit