Skip to content

Releases: PrashamTrivedi/UtilsLibrary

0.7.2

07 Jul 05:30
Compare
Choose a tag to compare
  • AlertDialog can accept optional themeId parameter to add themes for dialog

0.7.1

07 Jul 05:29
Compare
Choose a tag to compare
  • Version 0.7.1 fixes a small publishing issue, you should use this version instead of 0.7

0.7

30 Jun 05:59
Compare
Choose a tag to compare
0.7
  • Worked in Java interoperability
  • All services are now extension properties
  • Code cleanup
  • Added methods from Anko

Kutils Release 0.6

01 Jun 05:07
Compare
Choose a tag to compare
Kutils Release 0.6 Pre-release
Pre-release
  • Deprecation

    • browse, email functions are deprecated, please use browseUrl or sendEmail 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
  • Many higherorder functions are available as inline (YAY for method counts)

  • Some code cleanup

Version 1.0

09 Jul 03:25
Compare
Choose a tag to compare

Initial Release