-
Notifications
You must be signed in to change notification settings - Fork 716
Release v1.0.1 #4118
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
Merged
Merged
Release v1.0.1 #4118
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update to Paintroid version 2.6.0
Add Cancel option for new variable option in formular editor (data).
CATROID-776 Redesign of formula editor
CATROID-608 Stacking Vibration Bricks
CATROID-626 Add a set of face detection sensors for a second face
Release 0.9.76
CATROID-523 Refactor textwatchers of dialog
CATROID-867 CRITICAL: crash when tapping on = operator in Logic tab in formula editor
CATROID-743 Add Cancel option for new variable
CATROID-872 remove Static Analysis warning in SpriteActivity
…receive XYZ" scripts to complete The bug was caused by using a set with no duplicates of sprites for the waiting. If the brick had to wait for two scripts in the same sprite it only waited for the first one because of that. Also removed redundant notifiying in ScriptSequenceActionWithWaiter.kt which caused a double notify because this is already handled by the ThreadScheduler. Also had to change a testcase because another already existing issue prevents it functioning correctly.
…s not create background look Fixed the bug by setting the current sprite of the sprite activity to the background sprite when adding the new background.
…en deleting bricks and scripts Fixed the bug by adding a check if 1 or more items are selected before accessing the list. Also included a test
CATROID-765 "new..." option in "When background changes to" brick does not create background look
CATROID-879 Change formula editor input field
CATROID-861 "Broadcast XYZ and wait" does not wait for all "When you receive XYZ" scripts to complete
CATROID-799 Add Catrobat language test for SetGravityForAllActorsAndObjects brick
Maintenance: crowdin github action
CATROID-1012 RELEASE BLOCKING: critical bug with consecutive user defined bricks with inputs
Maintenance: crowdin github action
New Crowdin translations by Github Action
* CATROID-1016 Show survey always in a WebView * Testing survey layout Must be reverted before merging. * Revert of "Testing survey layout" commit Co-authored-by: Wolfgang Slany <1747888+wslany@users.noreply.github.com>
CATROID-1024 Crash in org.catrobat.catroid.content.bricks.brickspinner.BrickSpinner.showUndo
CATROID-1020 Crash in org.catrobat.catroid.ui.SpriteActivityOnTabSelectedListenerKt.removeTabLayout
CATROID-1022 Crash in org.catrobat.catroid.ui.SpriteActivity.createActionBarTitle
CATROID-1027 FATAL EXCEPTION on back button with "Ask ... " brick
CATROID-1015 Fix privacypolicydisclaimertest.java
CATROID-1010 Locally saved project files contain spurious undo_code.xml file
CATROID-1023 Crash in org.catrobat.catroid.ui.ProjectUtils.showWarningForSuspiciousBricksOnce
New Crowdin translations by Github Action
CATROID-1028 Crash in kotlin.UninitializedPropertyAccessException
CATROID-954 Crash when attempting to access a URL via a text with several lines
CATROID-693 removed drone implementation
CATROID-1029 Crash in RecyclerViewFragment.onPrepareOptionsMenu
CATROID-922 Very high frequency crash in catroid.ui.SpriteActivity.onCreate
Bintray/jcenter was sunset. Uploads are not possible anymore since the end of March 2021: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Replacement: Generate aar library files via dedicated Paintroid release build stage, then rename and upload aar files to https://github.com/Catrobat/Catroid/[..]/catroid/src/main/libs/ https://github.com/Catrobat/Catroid/blob/develop/catroid/src/main/libs/
Remove old legacy code that accessed android.permission.GET_ACCOUNTS for convenience reasons to pre-fill the email field during registration. This was correctly flagged as a dangerous permission by Google Play.
CATROID-1037 Fix NullPointerException in PlaySoundAndWaitBrick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.