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

[Android]Enabled scroll functionality during zoom actions. #1103

Merged
merged 6 commits into from
Sep 9, 2023

Conversation

syam4869
Copy link
Contributor

@syam4869 syam4869 commented Sep 6, 2023

Issue

Overview (Required)

I have made adjustments to allow the zoom and scroll functionalities in the timetable grid view to operate simultaneously. Inside the .transformable modifier, I modified the rememberTransformableState callback function. This should allow for the appropriate updating of the vertical scale value using the zoomChange parameter while zoom actions are being conducted.

Links

Screenshot (Optional if screenshot test is present or unrelated to UI)

Before After

Movie (Optional)

Before After
---
Screen_recording_20230906_203543.mp4

@syam4869 syam4869 requested a review from a team as a code owner September 6, 2023 11:42
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Hi @syam4869! Codes seem to be unformatted. To resolve this issue, please run ./gradlew detekt --auto-correct and fix the results of ./gradlew lintDebug.. Thank you for your contribution.

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Snapshot diff report

File name Image
TimetableScreenTest.
checkGridScrollShot_
compare.png

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Test Results

215 tests   215 ✔️  6m 50s ⏱️
  11 suites      0 💤
  11 files        0

Results for commit b1a5414.

♻️ This comment has been updated with latest results.

@github-actions github-actions bot temporarily deployed to deploygate-distribution September 6, 2023 12:03 Inactive
@github-actions github-actions bot temporarily deployed to deploygate-distribution September 6, 2023 15:56 Inactive
@syam4869 syam4869 changed the title Enabled scroll functionality during zoom actions. [Android]Enabled scroll functionality during zoom actions. Sep 7, 2023
@github-actions github-actions bot temporarily deployed to deploygate-distribution September 7, 2023 16:09 Inactive
@syam4869
Copy link
Contributor Author

syam4869 commented Sep 8, 2023

@mhidaka
Why is CI built on iOS?

@takahirom
Copy link
Member

Let me rerun the job 🙏

@github-actions github-actions bot temporarily deployed to deploygate-distribution September 9, 2023 04:07 Inactive
@syam4869
Copy link
Contributor Author

syam4869 commented Sep 9, 2023

PR work has been completed.
Please take a moment to review.

Copy link
Member

@takahirom takahirom left a comment

Choose a reason for hiding this comment

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

Looks great! Thanks for finding this way!

@takahirom takahirom merged commit 5cf54a7 into DroidKaigi:main Sep 9, 2023
8 checks passed
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.

Fix and Enable Zoom and Scrolling in Timetable
2 participants