Skip to content

Releases: nisrulz/easydeviceinfo

2.4.1

21 Dec 11:49
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
  • Fixed dependency chain of sub modules
  • Added isWifiAwareAvailable() method in EasyNetworkMod
  • Code cleanup and bug fixes

2.4.0

29 Jul 22:03
Compare
Choose a tag to compare

Changelog

  • Removed support for devices running api < 14 i.e minSdkVer is now 14
  • Added support for api 26
  • updated dependencies to latest version i.e google play services to v11.0.2 and support lib to v26.0.0
  • Deprecated functions as per behavior changes in terms of id retrieval in platform running api 26 (upcoming Android O)
    • getBluetoothMAC()
    • getIMEI()
    • getAndroidID()
    • getAccounts()
  • Code cleanup and minor bug fixes

2.3.3

06 Mar 08:46
Compare
Choose a tag to compare

Changelog

  • updated dependencies
  • added EasySensorMod and EasyFingerprintMod
  • added more functionality to EasyBluetoothMod and EasyNetworkMod
  • code cleanup and refactoring

2.3.2

30 Nov 09:25
Compare
Choose a tag to compare

Changelog

  • Updated google play services to v10.0.1
  • updated support lib to v25.0.1

2.3.1

06 Nov 09:03
Compare
Choose a tag to compare

Changelog

  • updated google play services to v9.8.0
  • replaced google play services base with basement dependency to reduce the method count
  • added check for BluetoothLE

2.3.0

22 Oct 10:14
Compare
Choose a tag to compare

Changelog

  • Added support for api 25 (Android 7.1)
  • Added annotation support to generate the specific constants that are returned and checked against. Checkout the wiki for more info
  • Added multi sim support for API 21+
  • Updated gradle wrapper to v3.1
  • Updated support libs to v25.0.0
  • Better IDE support for required permissions
  • More functions in EasyDisplayMod

2.2.0

04 Sep 12:23
Compare
Choose a tag to compare

Changelog

  • Split the whole library into multiple libraries base,ads and easydeviceinfo (which includes both base and ads)
  • code cleanup
  • published to Jcenter
  • added more helper functions to EasyConfigMod, EasyAppMod
  • moved getAdID to newly added EasyAdsMod

2.1.1

19 Aug 09:43
Compare
Choose a tag to compare

Changelog

  • code cleanup and refactoring
  • updated google play services base dependency to v9.4.0
  • added util functions to handle EasyMemoryMod information conversions
  • added isPermissionGranted to EasyAppMod
  • Enabled modifying the not found value returned as result

2.1.0

12 Jul 09:00
Compare
Choose a tag to compare

Changelog

  • code cleanup and refactoring
  • fixed issue with hardware id in android 6+
  • added EasyNfcMod
  • added OSCodename for Android N
  • updated base google play services to v9.2.0

2.0.2

24 Jun 07:58
Compare
Choose a tag to compare

Changelog

  • Added support for api 24
  • Updated getLatLong() to work with Coarse/Fine permissions, based on whichever is provided.
  • Code cleanup and reformatting