Skip to content

Instantly share code, notes, and snippets.

@mseiser
Last active November 29, 2022 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mseiser/727b412f9facefaaa93988145ba3925c to your computer and use it in GitHub Desktop.
Save mseiser/727b412f9facefaaa93988145ba3925c to your computer and use it in GitHub Desktop.
My Contribution to GSoC22

My Google Summer of Code Contributions 2022

For my GSOC22 Project I contributed to the International Catrobat Association https://catrobat.org/. My project contained reimplementing the Project Merge functionality.

Following Contributions where done by me during my coding period: Issue: Merge Pocket-Code Projects

Issue: Import Group Sprites from Local Project

Issue: Add local Scene to Scene

Issue: Select multiple objects to import from selected scene

Issue: Project Name can trigger Error for Local Import

  • Pull-Request: Catrobat/Catroid#4641
  • Ticket: https://jira.catrob.at/browse/CATROID-1464 New bug discovered by me while working on the project, project names with weird names, especially dots cannot be resolved from the Storage to get the resolved File Name. Therefore a dialog is implemented to advice the user to change the projectname. This code is obsolet, if the issue above is implemented.

Issue: Fix Look gets deleted in all projects

Issue: Select which object from which scene from another local project to add to the project's current scene.

  • Pull-Request:Catrobat/Catroid#4613
  • Ticket: https://jira.catrob.at/browse/CATROID-1291 New Class ImportLocalActivity lets user select project,scene and object which they want to import from. This was the starting point from this project the code is now deprecated and the functionality is replaced by "Select multiple objects to import from selected scene".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment