Easydeviceinfo Versions Save

:iphone: [Android Library] Get device information in a super easy way.

2.4.1

6 years ago

Changelog

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

2.4.0

6 years ago

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

7 years ago

Changelog

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

2.3.2

7 years ago

Changelog

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

2.3.1

7 years ago

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

7 years ago

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

7 years ago

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

7 years ago

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

7 years ago

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

7 years ago

Changelog

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