Catrobat Language Test (CLT) for the "Set background ___" brick IDE-297#5112
Catrobat Language Test (CLT) for the "Set background ___" brick IDE-297#5112Kale2605 wants to merge 7 commits intoCatrobat:developfrom
Conversation
|
|
…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
| 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
| 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
| 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
| 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
| 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
| 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
There was a problem hiding this comment.
detekt found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
|



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.