Releases: PrashamTrivedi/UtilsLibrary
Releases · PrashamTrivedi/UtilsLibrary
0.7.2
0.7.1
- Version 0.7.1 fixes a small publishing issue, you should use this version instead of 0.7
0.7
- Worked in Java interoperability
- All services are now extension properties
- Code cleanup
- Added methods from Anko
Kutils Release 0.6
-
Deprecation
browse
,email
functions are deprecated, please usebrowseUrl
orsendEmail
instead. These methods will be removed by 0.8
-
Converted functions to properties.
- System services are available as extension properties Except
- userManager
- tvInputManager
- telecomManager
- restrictionsManager
- nsdManager
- mediaSessionManager
- mediaProjectManager
- launcherApps
- jobScheduler
- displayManager
- consumerIrManager
- captioningManager
- cameraManager
- bluetoothAdapter
- batteryManager
- appWidgetManager
- appOpsManager
- Current Platform Api is available as extension property of Any.
- Version Name, Version Code is extension properties of Context
- Document File's isVideo, isAudio, isImage are available as properties
- System services are available as extension properties Except
-
Many higherorder functions are available as inline (YAY for method counts)
-
Some code cleanup
Version 1.0
Initial Release