Skip to content

Releases: ityulong/LegitKeepAlive

LegitKeepAlive v0.1.0

04 Jun 02:00
18a8693

Choose a tag to compare

LegitKeepAlive v0.1.0

The first formal release turns LegitKeepAlive into a reusable Android Library with a stable initial API and a separate sample application.

Highlights

  • Add the keepalive-core Android Library.
  • Add LegitKeepAlive.create(context) as the public entry point.
  • Resolve generic, Xiaomi MIUI 12, and Honor MagicOS 9.x recommendations from bundled rules.
  • Safely check supported settings and open OEM settings pages.
  • Validate bundled configurations through unit and Robolectric tests.
  • Publish source and binary artifacts with checksums.

Artifacts

  • legitkeepalive-0.1.0.aar: reusable Android Library.
  • legitkeepalive-sample-0.1.0.apk: sample application for physical-device testing.
  • SHA256SUMS.txt: SHA-256 checksums for release artifacts.

Known Limitations

  • OEM settings components may change across device models and ROM updates.
  • Some recommendations cannot be checked programmatically and return an unknown status.
  • Real-device validation currently focuses on generic Android, Xiaomi MIUI 12, and Honor MagicOS 9.x rules.

See the README for installation and usage.