Skip to content

Releases: Andrerm124/ARTDeoptimiser

System Overhaul

08 Apr 18:27
Compare
Choose a tag to compare
System Overhaul Pre-release
Pre-release

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

25 Feb 13:21
Compare
Choose a tag to compare
Reworked Hook Pre-release
Pre-release

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

23 Feb 00:05
8e3e5af
Compare
Choose a tag to compare
Icon Change Pre-release
Pre-release

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

22 Feb 20:14
Compare
Choose a tag to compare
Initial Pre-Release Pre-release
Pre-release
1.0

Initial Code Commit