Kodular Draco πŸ‰

Version 1.3B.1

Major Changes

  • Added ability to use strings.json files

UI Changes

  • Redesigned Import Extension dialog

  • Renamed Device category to Utilities category

  • Moved Animation Util, Color Util, Image Util and Resource Util components to new Utilities category

New Events

  • Audio component

  • Admob Banner component

  • Admob Interstitial component

    • Ad Opened: triggered after the user clicks an Interstitial
      image
  • Admob Rewarded Video component

    • Ad Video Completed: triggered ending the video ad
      image
       
    • Ad Video Started: triggered after the ad starts playing
      image

New Methods

  • Resource Utilities component

    • Get String From Asset: returns a string from the inputted key if Resource File from Asset is set

       
    • Get String From Path: returns a string from the inputted key if Resource File from Path is set
      image
       
    • Get String Content By Name will be removed in future releases
      image
  • FTP component

    • Delete Dir: deletes the given directory if exists
      image
       
    • Get List of Files: returns a list of files in given directory if exists
      image

New Properties

  • Screen

    • RTL Support: enables or disables the RTL interface
      image
  • Resource Utilities component

    • Resource File From Asset: sets the file to work with
      image
       
    • Resource File From Path: loads the file to work with from the given path
      image

Bugs Fixed

  • Screen

    • Title Bar Back Button was not handled when locking Side MenuLayout
  • User Interface category

    • List View Image and Text was not loading images on Android below 5.0

    • Notifier was sometimes returning a Null Pointer Exception

    • Textbox was buggy when using Copy/Paste feature

  • Layout category

    • Surface View was raising sometimes a Null Pointer Exception
  • Social category

    • Sharing component was not working when using share file with a custom package name
  • Monetization category

    • Admob components were not working properly when publishing to Play Store
      In case you want to check that it is working, this video shows an app generated with production Ad Unit IDs built with 1.3B.1

    • Amazon Ad component was sometimes returning a Null Pointer Exception

Other minor bugs which were not listed here have been fixed too, improving code performance

48 Likes