LiveCode 10 dp-6: Web Fonts and API 33

by Heather Laine on August 31, 2023 4 comments

We’re pleased to announce that LiveCode 10 Developer Preview 6 is now available. This test release includes the use of Web Fonts in your Web apps, and supports Android API 33, now required for submission to the Google Play store. In addition to this, the Web engine is now around 4mb smaller, owing to added compression and our use of Web Fonts.

What are Web Fonts and why does it matter?

Your Web apps will now use fonts provided by the browser. This makes a big difference to how your app text displays, as well as reducing the size of your Web App significantly. You no longer need to bundle specific fonts with it to ensure a consistent display. Additionally, you can easily specify as many fonts you need, either mapping to local fonts on a user’s system, fonts you have uploaded to your domain, or any available through a web fonts provider such as Google Fonts. This represents a significant part of the improved rendering project for Web we are working on for LiveCode 10.

Google Play Store support

We’ve updated the supported Android API in this release to API 33 so that you can go on submitting your Android apps to the Google Play store without issues. Note that you need to use the Build Tools SDK version 31 with this, do not update your Build Tools to a version later than 31.

read more
Heather LaineLiveCode 10 dp-6: Web Fonts and API 33

LiveCode 9.6.10 Stable Released

by Heather Laine on August 29, 2023 2 comments

We are delighted to announce the release of 9.6.10, stable. This will now become the latest shipping edition of LiveCode and you can download it from your account. This release comes with more than 20 bugfixes and improvements since the last stable version.

FEATURES ADDED:

  • Android API 33 update
    The Android engine is now built using version 33 of the Android API, a requirement for new apps submitted to the Google Play Store. Note you’ll have to install “Android API 33” using the SDK Manager in Android Studio.

  • RSA encryption padding modes
    The rsa encryption (and decryption) commands now accept an optional padding phrase. If no padding phrase is specified, then pkcs1 is used. For more details, see the release notes.

  • SQLite improvements
    The version of SQLite included in revdb’s dbsqlite driver has been updated to version 3.42.0.
    In addition to this the SQLite math functions have been included, as well as an implementation of the regular expression operations. For more details, see the release notes.
read more
Heather LaineLiveCode 9.6.10 Stable Released