-
Notifications
You must be signed in to change notification settings - Fork 64
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
Scroll NumberOfVisibleDays by NumberOfVisibleDays (inspired by #68) #88
base: develop
Are you sure you want to change the base?
Scroll NumberOfVisibleDays by NumberOfVisibleDays (inspired by #68) #88
Conversation
Glad to see that someone took the time to set up this feature ! (I said I'll do it and I did not do it.) My word is worthless now :'( I hope this will be accepted one day ! I believe it ! |
@Quachero How can I clone this pull request? I tried to clone your repository, but it doesn't seem to contain the code presented here , meaning "isScrollNumberVisibleDays" isn't present... |
@Quachero Anyway, after manually getting the files, I've found a bug in this code: |
…es some delicate work. -fixed some time/date formatting related issues: alamkanak#497 alamkanak#495 (but not fixed RTL alignment issue) -created a new activity to demonstrate the paging of entire view (example: week by week snapping), based on this pull request: Quivr#88
I've prepared a pull request that contains those changes, together with some fixes of issues I've found, and conversion to 100% Kotlin code : Sadly, some issues that I've found still exist:
|
…es some delicate work. -fixed some time/date formatting related issues: alamkanak#497 alamkanak#495 (but not fixed RTL alignment issue) -created a new activity to demonstrate the paging of entire view (example: week by week snapping), based on this pull request: Quivr#88
This feature enable the scroll by the amount of days setted in NumberOfVisibleDays.
It's inspired by the work of SkyleKayma (pullrequest : #68) with some changes like the possibility to enable or not the scroll by the amount of days setted in NumberOfVisibleDays, ... and it's adapted to the last version of Week View library.