Skip to content
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-1046 Touch area to enter project from main page is too small #4132

Merged
merged 1 commit into from
Apr 22, 2021

Conversation

dandrawes
Copy link
Contributor

https://jira.catrob.at/browse/CATROID-1046

Your checklist for this pull request

Please review the contributing guidelines and wiki pages of this repository.

  • Include the name of the Jira ticket in the PR’s title
  • Include a summary of the changes plus the relevant context
  • Choose the proper base branch (develop)
  • Confirm that the changes follow the project’s coding guidelines
  • Verify that the changes generate no compiler or linter warnings
  • Perform a self-review of the changes
  • Verify to commit no other files than the intentionally changed ones
  • Include reasonable and readable tests verifying the added or changed behavior
  • Confirm that new and existing unit tests pass locally
  • Check that the commits’ message style matches the project’s guideline
  • Stick to the project’s gitflow workflow
  • Verify that your changes do not have any conflicts with the base branch
  • After the PR, verify that all CI checks have passed
  • Post a message in the catroid-stage or catroid-ide Slack channel and ask for a code reviewer

Copy link
Contributor

@mstoeg mstoeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

Copy link
Member

@wslany wslany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

But now, when I tap on the Upload button on the main screen, then, when I am on the login dialog page, I tap the back button, I then incorrectly stay on the login page instead of coming back to the main page. If I then tap on the back button again, it exits the app. Before, it behaved correctly, so it must be due to this fix.

Also, why no test for the new behavior? Even better would be test first. Reasons are: maintenance documentation, and safety against regression bugs. Please also add a test for above incorrect behavior, and please try to develop it in a test-first manner.

@wslany
Copy link
Member

wslany commented Apr 21, 2021

Just retried with mit https://jenkins.catrob.at/job/Catroid/job/PR-4132/2/artifact/catroid/build/outputs/apk/catroid/debug/catroid-catroid-debug-PR-4132-2.apk an a

  • Samsung Galaxy Note 20 Ultra with Android 10 with the same result: first tap on back button => stays on login screen; second tap => exits app
  • Samsung J7 with Android 6.0: again, same result.
  • Google Pixel 5 with Android 11: the app is already closed after a single tap on the back button.

@wslany
Copy link
Member

wslany commented Apr 22, 2021

Note: A rebase has "fixed" the apparent bug.

@wslany wslany merged commit 5d4ea28 into Catrobat:develop Apr 22, 2021
@wslany
Copy link
Member

wslany commented Apr 22, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants