Skip to content

v1.4.0

Choose a tag to compare

@MaheshSharan MaheshSharan released this 10 Jul 07:56
· 95 commits to main since this release
f7e2b20

FrameX 1.4.0

What’s Changed

  • Fixed Gradle build portability by removing the committed machine-specific Windows JDK path.
  • Corrected README and privacy documentation for Kotlin version and ping target accuracy.
  • Reworked CPU metrics to avoid fabricated CPU percentages and fixed hardcoded CPU cluster assumptions.
  • Replaced misleading “Network optimized” behavior with an honest latency check.
  • Added Android 13+ notification permission handling.
  • Fixed About screen privacy copy to match the no-ads policy.
  • Added CI coverage for debug build, lint, and unit tests.
  • Added CPU stat parser unit tests.
  • Prepared release builds professionally by removing debug signing, enabling minification, and adding Shizuku keep rules.
  • Fixed the “Freeing active active RAM” UI typo.
  • Bumped app version to 1.4.0 with version code 5.

Validation

  • testDebugUnitTest passed
  • assembleDebug passed
  • lint passed
  • assembleRelease passed

Closed Issues

Fixes #4
Fixes #5
Fixes #6
Fixes #7
Fixes #8
Fixes #9
Fixes #10