IDE-285: Changed the message displayed on project upload fail for clarity to users.#5083
Merged
Merged
Conversation
|
dorianpercic
approved these changes
Apr 8, 2025
Frajhamster
added a commit
to Frajhamster/Catroid
that referenced
this pull request
Oct 10, 2025
Release 1.3.0 (Catrobat#5045) * Migrate targetSDKVersion 34 and minSDKVersion 31 (Catrobat#5027) * Increase Version Code and Version Number (Catrobat#5028) * Migrate targetSDKVersion 34 and minSDKVersion 31 * Increase version code to 89 and version name to 1.3.0 * Increase Version Number to 95 (Catrobat#5029) * 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 Migrate targetSDKVersion 34 * 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> Remove Multidex usages (Catrobat#5034) Since the min SDK is 23, it is no longer necessary to use the Multidex library. See the following for more info: https://developer.android.com/build/multidex#mdex-on-l IDE-27 added androidx.core version 1.3.2 into gradle.build (Catrobat#5050) Co-authored-by: Dominik Bek <dbek@student.tugraz.at> CATROID-1605: Crash when using geolocation sensors (Catrobat#4966) IDE-250 Fix all PMD warnings (Catrobat#5007) * IDE-250 Fix all PMD warnings * IDE-250 Move ServiceProviderTestService to separate file * IDE-250 Fix warnings * IDE-250 Suppress PMD warning for class TestService IDE-110 Change "Delete Project" button to Material Design 3 Standard (Catrobat#4756) CATROID-283 Formula Editor Calculate and Confirm Button (Catrobat#5074) Replacing origin confirm button with a calculate and a new confirm button for better UI understanding. add new signed releases for Paintroid and colorpicker (Catrobat#5071) Co-authored-by: Dominik Bek <dbek@student.tugraz.at> DEVOPS-843 add remove Pantroid directory to avoid too long file name errors (Catrobat#5081) IDE-285: Changed the message displayed on project upload fail for clarity to users. (Catrobat#5083) IDE-284 Change resource download server and links IDE-284 Fix broken tests IDE-284 Fix non-background sprite source Added the Apple store link Update Jenkinsfile.releaseAPK Rectified typo from 'AKP' to 'APK' IDE-286 delete all ocurrences of add_from_library IDE-278 Pocketcode application crashes when you add new object which has a big width/ height difference IDE-275 Fix timeout error when loading many projects IDE-275 Remove personal logs IDE-275 Fix checkstyle IDE-266 rename 'More Details' to 'Project Properties' for clarity in overflow menu Signed-off-by: ramoliyaYug <mastermind57369@gmail.com> New Crowdin translations by GitHub Action CATROID-1612 Added CLT for SetX brick CATROID-1612 Covered required changes for CLT SetX brick Add run configurations for all Jenkins pipeline steps (Catrobat#5095) CATROID-1613 Fix ColorDetection ignoring z-index (Catrobat#5041) add laser cut bricks add engrave and cut path to generated svg * remane extension fix unit test add xml resources for plotter bricks add plot and laser arc bricks add turtle for plotting change header to 2010-2025 implement review comments add brick urls test fix null ptr checks fix laser arc text adapt tests fix static analysis errors fix share plot action remove redundant non null assertions New Crowdin translations by GitHub Action DEVOPS-851 Add MidiDroid dependency as aar-file Since the dependency is not available anymore on jcenter it's aar-file is added into the repo as a workaround. Newer version of this dependency only work with Java 20 onwards, which is not yet available on the develop branch.
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
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.



At present, when I attempt to upload my project, I receive an error message stating, "Upload failed. Please check your internet connection." This message is misleading and has caused me to waste time. I have revised the message to clearly inform users that the upload feature is currently unavailable.
This issue has personally consumed a significant amount of my time, as I repeatedly checked my internet connection.