Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure extension loading in ReplForm #3278

Open
wants to merge 1 commit into
base: ucr
Choose a base branch
from

Conversation

ewpatton
Copy link
Member

@ewpatton ewpatton commented Dec 7, 2024

Change-Id: I29f5f92a8bb00f8675f30e1d417acf39235b7236

General items:

If your code changes how something works on the device (i.e., it affects the companion):

  • I branched from ucr
  • My pull request has ucr as the base

Further, if you've changed the blocks language or another user-facing designer/blocks API (added a SimpleProperty, etc.):

  • I have updated the corresponding version number in YaVersion.java
  • I have updated the corresponding upgrader in YoungAndroidFormUpgrader.java (components only)
  • I have updated the corresponding entries in versioning.js

What does this PR accomplish?

This PR restructures the loadExtensions function to be driven mainly by the list of extensions provided by the user. It also fixes an issue where the on Android < 14 only a single extension could be loaded. This PR is built and provided as a test companion in this post on the community.

Change-Id: I29f5f92a8bb00f8675f30e1d417acf39235b7236
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants