Skip to content

Catrobat Language Test (CLT) for the "Set background ___" brick IDE-297#5112

Closed
Kale2605 wants to merge 7 commits intoCatrobat:developfrom
Kale2605:develop
Closed

Catrobat Language Test (CLT) for the "Set background ___" brick IDE-297#5112
Kale2605 wants to merge 7 commits intoCatrobat:developfrom
Kale2605:develop

Conversation

@Kale2605
Copy link
Copy Markdown
Contributor

@Kale2605 Kale2605 commented Oct 23, 2025

Please enter a short description of your pull request and add a reference to the Jira ticket.
Add CLT for the setBackgroundBrick.
(https://catrobat.atlassian.net/browse/IDE-297)

Your checklist for this pull request

Please review the contributing guidelines and wiki pages of this repository.

  • Include the name of the Jira ticket in the PR’s title
  • Include a summary of the changes plus the relevant context
  • Choose the proper base branch (develop)
  • Confirm that the changes follow the project’s coding guidelines
  • Verify that the changes generate no compiler or linter warnings
  • Perform a self-review of the changes
  • Verify to commit no other files than the intentionally changed ones
  • Include reasonable and readable tests verifying the added or changed behavior
  • Confirm that new and existing unit tests pass locally
  • Check that the commits’ message style matches the project’s guideline
  • Stick to the project’s gitflow workflow
  • Verify that your changes do not have any conflicts with the base branch
  • After the PR, verify that all CI checks have passed
  • Post a message in the catroid-stage or catroid-ide Slack channel and ask for a code reviewer

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@reichli reichli added the Active Member Tickets that are assigned to members that are still currently active label Dec 25, 2025
reichli and others added 6 commits January 14, 2026 13:25
…atrobat#5033)

Android OS can only start activities if they are listed in the app's
Manifest. Activities created for testing purposes were therefore
moved into the debug source set and listed in the corresponding debug
Manifest. When the app us built for testing those activities will be
available but not when the app is built for release.
* Implement Catrobat Actions Test v1

* Increase Version Code and Version Number (Catrobat#5028)

* Increase defaultVersionCode to 95

* Decrease minSDKVersion to 28

* Teamday fixes (Catrobat#5032)

* Fix German strings, add new german string

* Remove 'Add from local' option from the actors and objects popup menu

* Fix crash when trying to paste empty clipboard

* Fix checkstyle

* IDE-264 Migrate targetSDKVersion 34 (Catrobat#5026)

* IDE-264 Set ForegroundServiceType for project upload and download

* Increase defaultVersionCode to 97 (Catrobat#5037)

---------

Co-authored-by: Frajhamster <51791805+Frajhamster@users.noreply.github.com>
Co-authored-by: Thomas Reichel <thomas.reichel.1989@gmail.com>

* Update pipeline

* Implement GitHub Actions workflow

* Refactor release workflow: update track input to use choice type, enhance JDK setup, and improve key management

* Refactor GitHub Actions workflows: streamline triggers, enhance permissions, and improve step naming for clarity

* Refactor GitHub Actions workflows: standardize JDK setup by using environment variable for Java version

* Enhance artifact upload step: ensure reports are uploaded on success or failure

* Refactor workflow names: update 'Pipeline' to 'Workflow' for consistency across main, release, and UI test workflows

* save coverage report as artifacts

* CATROID-1625
Fix Pull Request Suite (Espresso Tests) on GitHub Actions

* DEVOPS-837 Fix unit tests by removing PowerMock and fix CLT testrunner

* CATROID-1625
Fix Pull Request Suite (Espresso Tests) on GitHub Actions

Implement Reusable Workflow

* DEVOPS-837 Fix nitpicks/findings from Copilot review

---------

Co-authored-by: Patrick Ratschiller <37396790+ratschillerp@users.noreply.github.com>
Co-authored-by: Frajhamster <51791805+Frajhamster@users.noreply.github.com>
Co-authored-by: Thomas Reichel <thomas.reichel.1989@gmail.com>
Co-authored-by: Thomas Karlbauer <t.karlbauer@student.tugraz.at>
Co-authored-by: Dorian Percic <dorian.percic@gmail.com>
public static final String PRIVACY_POLICY_URL = "https://catrob.at/createatschoolprivacy";
public static final String CATROBAT_BASE_URL = "https://catrobat.org/";
public static final String CATROBAT_CONTENT_DOWNLOAD_URL = CATROBAT_BASE_URL + "wp-content/";
public static final String CATROBAT_CONTENT_LOOKS_URL = CATROBAT_BASE_URL + "figures-download/";

Check warning

Code scanning / Checkstyle

Use a single space to separate non-whitespace characters. Warning

Use a single space to separate non-whitespace characters.
public static final String LIBRARY_SOUNDS_URL = BASE_URL_HTTPS + "media-library/sounds";
public static final String CATROBAT_BASE_URL = "https://catrobat.org/";
public static final String CATROBAT_CONTENT_DOWNLOAD_URL = CATROBAT_BASE_URL + "wp-content/";
public static final String CATROBAT_CONTENT_LOOKS_URL = CATROBAT_BASE_URL + "figures-download/";

Check warning

Code scanning / Checkstyle

Use a single space to separate non-whitespace characters. Warning

Use a single space to separate non-whitespace characters.
public static final String LIBRARY_SOUNDS_URL = BASE_URL_HTTPS + "media-library/sounds";
public static final String CATROBAT_BASE_URL = "https://catrobat.org/";
public static final String CATROBAT_CONTENT_DOWNLOAD_URL = CATROBAT_BASE_URL + "wp-content/";
public static final String CATROBAT_CONTENT_LOOKS_URL = CATROBAT_BASE_URL + "figures-download/";

Check warning

Code scanning / Checkstyle

Use a single space to separate non-whitespace characters. Warning

Use a single space to separate non-whitespace characters.
public static final String LIBRARY_SOUNDS_URL = BASE_URL_HTTPS + "media-library/sounds";
public static final String CATROBAT_BASE_URL = "https://catrobat.org/";
public static final String CATROBAT_CONTENT_DOWNLOAD_URL = CATROBAT_BASE_URL + "wp-content/";
public static final String CATROBAT_CONTENT_LOOKS_URL = CATROBAT_BASE_URL + "figures-download/";

Check warning

Code scanning / Checkstyle

Use a single space to separate non-whitespace characters. Warning

Use a single space to separate non-whitespace characters.
public static final String LIBRARY_SOUNDS_URL = BASE_URL_HTTPS + "media-library/sounds";
public static final String CATROBAT_BASE_URL = "https://catrobat.org/";
public static final String CATROBAT_CONTENT_DOWNLOAD_URL = CATROBAT_BASE_URL + "wp-content/";
public static final String CATROBAT_CONTENT_LOOKS_URL = CATROBAT_BASE_URL + "figures-download/";

Check warning

Code scanning / Checkstyle

Use a single space to separate non-whitespace characters. Warning

Use a single space to separate non-whitespace characters.
public static final String LIBRARY_SOUNDS_URL = BASE_URL_HTTPS + "media-library/sounds";
public static final String CATROBAT_BASE_URL = "https://catrobat.org/";
public static final String CATROBAT_CONTENT_DOWNLOAD_URL = CATROBAT_BASE_URL + "wp-content/";
public static final String CATROBAT_CONTENT_LOOKS_URL = CATROBAT_BASE_URL + "figures-download/";

Check warning

Code scanning / Checkstyle

Use a single space to separate non-whitespace characters. Warning

Use a single space to separate non-whitespace characters.
public static final String LIBRARY_SOUNDS_URL = BASE_URL_HTTPS + "media-library/sounds";
public static final String CATROBAT_BASE_URL = "https://catrobat.org/";
public static final String CATROBAT_CONTENT_DOWNLOAD_URL = CATROBAT_BASE_URL + "wp-content/";
public static final String CATROBAT_CONTENT_LOOKS_URL = CATROBAT_BASE_URL + "figures-download/";

Check warning

Code scanning / Checkstyle

Use a single space to separate non-whitespace characters. Warning

Use a single space to separate non-whitespace characters.
Copy link
Copy Markdown

@github-advanced-security github-advanced-security AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

detekt found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@sonarqubecloud
Copy link
Copy Markdown

@dorianpercic dorianpercic self-requested a review February 5, 2026 17:33
Copy link
Copy Markdown
Contributor

@dorianpercic dorianpercic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rebase PR and fix commit history + conflicts, or just create a new PR with your new file and close this one.

@Kale2605 Kale2605 closed this Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Active Member Tickets that are assigned to members that are still currently active

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants