Skip to content

Releases: ragibn5/device-detect-android

Ninth release

Ninth release Pre-release
Pre-release

Choose a tag to compare

@ragibn5 ragibn5 released this 23 Sep 08:27
0c7d7cd
  • Restrict access to internal components

Eighth release

Choose a tag to compare

@ragibn5 ragibn5 released this 23 Sep 04:56
2b843a7
  • Updated AGP from "8.8.2" to "8.13.0".
  • Updated Kotlin from "1.9.24" to "1.9.25".
  • Updated Gradle wrapper from version "8.10.2" to "8.13".
  • Renamed the devicedetect module to device_detect.
  • Updated the lib's publishing artifactId from "devicedetect" to "device-detect"".
  • Updated the lib's publishing version from "0.0.5" to "0.0.8".
  • Updated jvmTarget in the lib's build.gradle.kts to use JavaVersion.VERSION_11.toString().
  • Updated module paths in settings.gradle.kts, app/build.gradle.kts, and .idea/gradle.xml to
    reflect the module rename.

Seventh release

Seventh release Pre-release
Pre-release

Choose a tag to compare

@ragibn5 ragibn5 released this 22 Sep 19:57
c658ab3
  • Updated AGP from "8.8.2" to "8.13.0".
  • Updated Kotlin from "1.9.24" to "1.9.25".
  • Updated Gradle wrapper from version "8.10.2" to "8.13".
  • Renamed the devicedetect module to device_detect.
  • Updated the lib's publishing artifactId from "devicedetect" to "device-detect"".
  • Updated the lib's publishing version from "0.0.5" to "0.0.7".
  • Updated jvmTarget in the lib's build.gradle.kts to use JavaVersion.VERSION_11.toString().
  • Updated module paths in settings.gradle.kts, app/build.gradle.kts, and .idea/gradle.xml to reflect the module rename.

Sixth public release

Sixth public release Pre-release
Pre-release

Choose a tag to compare

@ragibn5 ragibn5 released this 18 Sep 09:54
e082844
  • Added support for new OS versions from BBK Group: ColorOS, FunTouchOS, RealmeUI, and OxygenOS.
  • Documented revised device and OS detection logic.
  • Noted the removal of OnePlusOS as it is the same as OxygenOS.

Third pre-release

Third pre-release Pre-release
Pre-release

Choose a tag to compare

@ragibn5 ragibn5 released this 19 Aug 08:01
50cbcde
  • Updated library version to 0.0.3 in devicedetect/build.gradle.kts and README.
  • Added documentation for DeviceOS in README.
  • Included a note in README about the current limited support for OS detection (Xiaomi and Transsion devices).
  • Added instructions in README for adding JitPack repository for both settings.gradle and build.gradle dependency management.
  • Created CHANGELOG entry for v0.0.3.
  • Corrected package declaration in DeviceOS.kt.
  • Removed unused import of DeviceOS from DeviceVendor.kt.

Second prerelease

Second prerelease Pre-release
Pre-release

Choose a tag to compare

@ragibn5 ragibn5 released this 19 Aug 07:09
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.

Initial release

Initial release Pre-release
Pre-release

Choose a tag to compare

@ragibn5 ragibn5 released this 11 Aug 13:21

Initial release