-
Notifications
You must be signed in to change notification settings - Fork 687
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
CATROID-1367 Add single undo functionality in datalist #4627
Merged
Conversation
This file contains 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
sebastiangollob
force-pushed
the
CATROID-1367
branch
from
September 19, 2022 00:46
1d166f5
to
7bec359
Compare
sebastiangollob
force-pushed
the
CATROID-1367
branch
2 times, most recently
from
September 29, 2022 15:14
1cf68a3
to
d7cb68c
Compare
sebastiangollob
force-pushed
the
CATROID-1367
branch
from
October 13, 2022 14:38
d7cb68c
to
0e29f7c
Compare
bengaal
approved these changes
Nov 4, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thank you! :)
mseiser
requested changes
Nov 5, 2022
catroid/src/main/java/org/catrobat/catroid/ui/recyclerview/adapter/DataListAdapter.java
Outdated
Show resolved
Hide resolved
catroid/src/main/java/org/catrobat/catroid/ui/recyclerview/adapter/DataListAdapter.java
Outdated
Show resolved
Hide resolved
catroid/src/main/java/org/catrobat/catroid/ui/recyclerview/fragment/DataListFragment.kt
Outdated
Show resolved
Hide resolved
sebastiangollob
force-pushed
the
CATROID-1367
branch
3 times, most recently
from
November 5, 2022 17:35
250e891
to
6a4a648
Compare
…FormulaEditorFragment
REQUEST_INSTALL_PACKAGES was used to install standalone APKs. This feature has been disabled due to security concerns, so REQUEST_INSTALL_PACKAGES is not needed anymore. However, the The REQUEST_INSTALL_PACKAGES permission removal apparently was then ignored. The permission was no longer in our manifest, but if you looked at the apk using Android Studio apk analyzer, it still was there. Apparently it is added in the manifest merge step because of some library we have in it. Figuring out which one it is is not so easy, so we now explicitly state in the manifest that the permission must not be included. Co-authored-by: Wolfgang Slany <1747888+wslany@users.noreply.github.com> Co-authored-by: Julia <j.herold@student.tugraz.at>
Fixes bug that deletes file when deleting imported object
sebastiangollob
force-pushed
the
CATROID-1367
branch
from
November 5, 2022 17:44
6a4a648
to
960bf25
Compare
mseiser
approved these changes
May 30, 2023
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.
Added single undo functionality in datalist. Allows to undo rename, delete and edit of variables in the datalist.
https://jira.catrob.at/browse/CATROID-1367
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.