Skip to content

Second prerelease

Pre-release
Pre-release

Choose a tag to compare

@ragibn5 ragibn5 released this 19 Aug 07:09
· 32 commits to main since this release
672b24c

Refines the OS detection mechanism for improved accuracy and broader coverage.

Key changes:

  • detectOS method in DeviceVendor.kt no longer takes manufacturer and detectedBrand as parameters.
  • OS detection logic now relies solely on system properties.
  • Property values are converted to lowercase for case-insensitive comparisons.
  • Added detection for BBK Funtouch OS and improved detection for ColorOS.
  • Introduced BBK_FUNTOUCH_OS to the DeviceOS enum.