Skip to content

Sketchware Pro v6.4.0 Beta 6

Pre-release
Pre-release
Compare
Choose a tag to compare
@JavkhlanK JavkhlanK released this 26 Sep 20:58
· 4098 commits to main since this release

This is the first Sketchware Pro version released at its GitHub repository!

What's new?

  • (Minor) The default generated FileUtil.java file now contains the method copyDir(String, String).
  • Cached Custom Components, which make Sketchware Pro work much smoother. From now on, you have to open Component manager to refresh Custom Components though.
  • More than a single decimal in project's version name, version name and extra is now a . (If using advanced version control dialog)
  • The green "add source directly" block is now available in the default Import Event if you open the Operator palette.
  • Some improvements to exporting a project to Android Studio: It now includes imported Java files, resources, assets, and native libraries.
  • Improvements to the Local library downloader, now you can have custom repositories it looks up. The default one will automatically get generated during the first time at /Internal storage/.sketchware/libs/repositories.json.
  • (Might be removed later) Adding tools:remove="orientation" into any View's inject attribute will remove the android:orientation attribute of it.
  • (WIP) Built-in AdMob fixes! You'll have to completely rework ads, but at least they kind of work now. You will need all 4 new blocks in exactly this order: h Support for onAdShown and onAdClosed is coming soon.
    There's still a catch: You need to use an XML Command Block in AndroidManifest.xml to set your correct app ID there. Click here for more details on what exactly to replace.

What's been fixed?

  • The app complaining for no reason about any List in Logic Editor
  • Merging DEX files while building a project taking ages
  • Generated AABs not including Native libraries
  • General compiling failing on some devices due to the removal of the android:largeHeap="true" attribute in Sketchware Pro's AndroidManifest.xml