Releases: ragibn5/device-detect-android
Releases · ragibn5/device-detect-android
Release list
Ninth release
- Restrict access to internal components
Eighth release
- 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
devicedetectmodule todevice_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
jvmTargetin the lib'sbuild.gradle.ktsto useJavaVersion.VERSION_11.toString(). - Updated module paths in
settings.gradle.kts,app/build.gradle.kts, and.idea/gradle.xmlto
reflect the module rename.
Seventh release
- 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
devicedetectmodule todevice_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
jvmTargetin the lib'sbuild.gradle.ktsto useJavaVersion.VERSION_11.toString(). - Updated module paths in
settings.gradle.kts,app/build.gradle.kts, and.idea/gradle.xmlto reflect the module rename.
Sixth public release
- 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
- Updated library version to 0.0.3 in
devicedetect/build.gradle.ktsand README. - Added documentation for
DeviceOSin 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.gradleandbuild.gradledependency management. - Created CHANGELOG entry for v0.0.3.
- Corrected package declaration in
DeviceOS.kt. - Removed unused import of
DeviceOSfromDeviceVendor.kt.
Second prerelease
Refines the OS detection mechanism for improved accuracy and broader coverage.
Key changes:
detectOSmethod inDeviceVendor.ktno longer takesmanufactureranddetectedBrandas 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_OSto theDeviceOSenum.
Initial release
Initial release