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

Year view not all days in month are shown #376

Open
7 tasks done
BugReportI opened this issue Nov 15, 2024 · 4 comments
Open
7 tasks done

Year view not all days in month are shown #376

BugReportI opened this issue Nov 15, 2024 · 4 comments
Labels
bug Something is not working

Comments

@BugReportI
Copy link

Checklist

  • I can reproduce the bug with the latest version given here.
  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected app version

1.1.0

Affected Android/Custom ROM version

LineageOS 21

Affected device model

Soy Xperia 1 V XQ-DQ54

How did you install the app?

GitHub releases

Steps to reproduce the bug

  1. Go to year view.

Expected behavior

It should show all days for the months.

Actual behavior

Part of months as cut off.

Screenshots/Screen recordings

Screenshot_20241115-141444_Trebuchet

Additional information

No response

@BugReportI BugReportI added bug Something is not working needs triage Issue is not yet ready for PR authors to take up labels Nov 15, 2024
@BugReportI BugReportI changed the title Year view not all days in month Year view not all days in month are shown Nov 15, 2024
@Aga-C Aga-C removed the needs triage Issue is not yet ready for PR authors to take up label Nov 15, 2024
@CelianNourry
Copy link

Hello, I've been able to reproduce the bug only in landscape mode. I might try to fix it. It seems to be linked to screen size though as I can see up to 2 "lines" of days while we can see 3 on the screenshot provided with the issue.

@naveensingh
Copy link
Member

I think the year view has to be made scrollable to fix this. The current design won't work with landscape mode no matter how much we compress things vertically.

@CelianNourry
Copy link

Alright this might be easy to fix it, I will try to do it

@CelianNourry
Copy link

Hello, after trying to add a scroll view I saw that it didn't work because months are not expending off the screen anyways. So I tried to make things go off the screen vertically but I don't seem how to do it. Is it because of the RelativeLayout ?

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

No branches or pull requests

4 participants