Skip to content

Releases: N7ghtm4r3/KInfo

v1.0.6

Choose a tag to compare

@N7ghtm4r3 N7ghtm4r3 released this 15 Apr 21:41

In this version:

  • Migrated the library to AGP 9.4.0 compliant
  • Added the JS target and adapted the library to support both JS and WASM targets

Android

  • Moved AndroidInfoImpl.isDebug from BuildConfig to AndroidInfo.flags bitmask flags system

Deskop

  • Bumped oshi to the latest version (6.11.1)
  • Added Printer API
  • Added GpuStats API using GraphicsCard.createStatsSession() method
  • Deprecated the residentSetSize property for OSProcess
  • Added the residentMemory and privateResidentMemory properties for OSProcess
  • Added the label properties for HWPartition

Web

What's Changed

Full Changelog: 1.0.5...1.0.6

v1.0.5

Choose a tag to compare

@N7ghtm4r3 N7ghtm4r3 released this 11 Nov 15:26
6e1a9ac

In this version:

Android

  • Added the VersionCode.VANILLA_ICE_CREAM constant
  • Added the VersionCode.BAKLAVA constant

Deskop

  • Bumped oshi to the latest version (6.9.1)
  • Fixed HardwareInfo.diskStores initialization due wrongly initialization of the writes property

What's Changed

Full Changelog: 1.0.4...1.0.5

v1.0.4

Choose a tag to compare

@N7ghtm4r3 N7ghtm4r3 released this 14 Oct 08:40
db9d5a4

In this version:

Desktop

  • Bumped oshi to the latest version (6.9.0)
  • Fixed ApplicationInfoImpl instantiation when version null with the OperatingSystemImpl.queryInstalledApps method

Web

  • Bumped ua-parser-js to the latest version (2.0.6)
  • Adapted UAParser according to the new requirements of Kotlin 2.2.20

What's Changed

Full Changelog: 1.0.3...1.0.4

v1.0.3

Choose a tag to compare

@N7ghtm4r3 N7ghtm4r3 released this 27 Jun 17:11
d8fc8b5

In this version:

Android

Integrated Android Baklava bumping androidsdk up to 36

Desktop

Bumped oshi to the latest version (6.8.2)

Web

Bumped ua-parser-js to the latest version (2.0.4)

What's Changed

Full Changelog: 1.0.2...1.0.3

v1.0.2

Choose a tag to compare

@N7ghtm4r3 N7ghtm4r3 released this 24 Apr 15:04
de9faa8

In this version:

General

  • Moved DevicePlatform into enums package and UNKNOWN constant to the Constants.kt standalone file
  • Integrated the Bridge annotation

Desktop

  • Bumped the oshi library to 6.8.1 version
  • Integrated the API from the 2851 PR allows to retrieve the application details across platforms
  • Integrated a method to access to map structures in proc filesystem (2854 PR)
  • Integrate the TO_BE_FILLED_BY_OEM constant value and related isToBeFilledByOEM and whenIsToBeFilledByOEM methods

What's Changed

Full Changelog: 1.0.1...1.0.2

v1.0.1

Choose a tag to compare

@N7ghtm4r3 N7ghtm4r3 released this 16 Mar 13:00
34b7df1

In this version:

Android

  • Added the brand property
  • Added the androidCodename property

Web

  • Bumped the ua-parser library to 2.0.3 version
  • Added the browser.major property
  • Added the browser.type property

Desktop

  • Bumped the oshi library to 6.7.1 version

What's Changed

Full Changelog: 1.0.0...1.0.1

v1.0.0

Choose a tag to compare

@N7ghtm4r3 N7ghtm4r3 released this 25 Jan 13:36
e8d3464

Migration to standalone library and added the documentation to the code

What's Changed

New Contributors

Full Changelog: https://github.com/N7ghtm4r3/KInfo/commits/1.0.0