All Versions
10
Latest Version
Avg Release Cycle
61 days
Latest Release
2113 days ago
Changelog History
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