Version 1.4C.0
Major Changes
Added new Dictionary data type.
Implement dictionaries for the blocks language · mit-cml/appinventor-sources@f1e1863
Companion Changes
Added new Refresh companion menu item.
Add refresh companion item to connect menu · mit-cml/appinventor-sources@ae9e02d
New Components
- New Pollfish component in Monetization.
Read more here
New Methods
Storage
SQLite Component
-
New Display Tables method.
Retrieves the list of tables’ names in the database.
-
New Drop Table method.
Removes the given table from the database.
-
New SQL Query method.
Executes the given raw SQL query and returns result synchronously (same block).
New Properties
Storage
SQLite Component
-
New Rows Affected property.
Returns the number of rows affected by the most recent operation.
Bugs Fixed
-
Added missing clearCanvas parameter to Draw Polygon method in Canvas.
-
Only .aia files should be allowed when importing a project.
-
Fixed Help URLs in components description.
-
Fixed Notifier properties not working properly when using multiple Notifier components.
-
Fixed shrinking issue of Custom Progress.
-
Add missing CubeGrid animation message to Custom Progress.
-
Fixed dynamic switching of animation of Custom Progress.
-
Fixed Gallery Viewer Height issue.
-
Fixed Package component permission bug.
-
Performance and stability improvements to WebRTC (the companion connection mechanism). Companion connection should be faster and more reliable now.
mit-cml/appinventor-sources@6740799, mit-cml/appinventor-sources@42112f1, mit-cml/appinventor-sources@f0a4c72 -
Fixed Camera failure on Android 10
Fix camera failure on Android 10 (#1957) · mit-cml/appinventor-sources@cb5e005 -
Improved app sizing on Chromebooks
Improve app resizing on Chromebooks · mit-cml/appinventor-sources@4da346e
