Skip to content

Releases: nisrulz/easydeviceinfo

2.0.1

15 Jun 12:00
Compare
Choose a tag to compare

Changelog

  • Fixed an issue with null pointer check

2.0.0

14 Jun 10:26
Compare
Choose a tag to compare

Changelog

  • Major release v2.0.0
  • Introduced Mods , which are segmented device info retrieval units
  • Added a lot of new device information functions
  • Code cleanup, refactored and reformatted

1.2.1

04 Jun 17:55
Compare
Choose a tag to compare

Changelog

  • code refactored and cleanup
  • removed redundant code
  • added missing check for permission granted

1.2.0

02 Jun 04:24
Compare
Choose a tag to compare

Changelog

  • replaced play-services-ads:8.4.0 with play-services-base:9.0.1, as Ad ID classes have been moved into the base module dependency
  • Added getDeviceType method

1.1.9

14 May 06:51
Compare
Choose a tag to compare

Changelog

  • added isWifiEnabled and getDeviceRingerMode
  • updated getFormattedTime to follow hh:mm:ss format strictly
  • fixed NPE issues

1.1.8

14 May 06:54
Compare
Choose a tag to compare

Changelog

  • added getBatteryPercentage, isDeviceCharging, isDeviceChargingUSB, isDeviceChargingAC, isDeviceRooted
  • Fixed NPE issue