All Versions
10
Latest Version
Avg Release Cycle
61 days
Latest Release
2323 days ago

Changelog History

  • v2.4.1 Changes

    December 21, 2017

    ๐Ÿ”„ Changelog

    • โšก๏ธ Updated dependencies
    • ๐Ÿ›  Fixed dependency chain of sub modules
    • โž• Added isWifiAwareAvailable() method in EasyNetworkMod
    • ๐Ÿ›  Code cleanup and bug fixes
  • v2.4.0 Changes

    July 29, 2017

    ๐Ÿ”„ 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
  • v2.3.3 Changes

    March 06, 2017

    ๐Ÿ”„ Changelog

    • โšก๏ธ updated dependencies
    • โž• added EasySensorMod and EasyFingerprintMod
    • โž• added more functionality to EasyBluetoothMod and EasyNetworkMod
    • ๐Ÿ”จ code cleanup and refactoring
  • v2.3.2 Changes

    November 30, 2016

    ๐Ÿ”„ Changelog

    • โšก๏ธ Updated google play services to v10.0.1
    • โšก๏ธ updated support lib to v25.0.1
  • v2.3.1 Changes

    November 06, 2016

    ๐Ÿ”„ 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
  • v2.3.0 Changes

    October 22, 2016

    ๐Ÿ”„ 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
  • v2.2.0 Changes

    September 04, 2016

    ๐Ÿ”„ 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
  • v2.1.1 Changes

    August 19, 2016

    ๐Ÿ”„ 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
  • v2.1.0 Changes

    July 12, 2016

    ๐Ÿ”„ 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
  • v2.0.2 Changes

    June 24, 2016

    ๐Ÿ”„ Changelog

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