-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Corrected widget's event list button to navigate to today's event instead of yesterday's. #186
Corrected widget's event list button to navigate to today's event instead of yesterday's. #186
Conversation
…tead of yesterday's
Alright, we will correct these issues. |
Hello @Aga-C, We've fixed: 1.If you change the settings to display more than 1 day of past events, it doesn't scroll to today's date. But we're having a hard time solving scrolling issues. We've done a lot of research but can't find a reliable solution. We're struggling to make scrolling more precise. Any ideas to help us out? |
… to display more than 1 day of past events
Hello, @Aga-C we have tried to address the issues you mentioned, but with Android, it is very complicated to achieve very precise scrolling in a widget with RemoteViews. We also tried to display the current date at the top of the widget, but it doesn't work. We would like to know if you have any ideas to solve this problem.
|
I'm just testing here 🤷♀️ |
Hello @naveensingh ! We are trying to fix the bug of this pull request, but we are having trouble making the scroll of the listview of the event list widget smoother and more efficient when the widget button is pressed. In Android, it's complicated to use RemoteViews to achieve smooth scrolling in ListView within widgets. Do you have any ideas on how to solve this problem ? |
Hello, we would like to fix this bug, can someone answer us? |
|
This pull request has been automatically closed due to inactivity. We requested additional information but have not received a response from the original author. Without the requested details, we cannot proceed. If you have the needed information or updates, please reopen the PR or comment so we can continue the review. |
What is it?
Description of the changes in your PR
Updated button functionality in the events list widget to navigate to today's events instead of yesterday's.
We have fixed the following issue:
We have improved this aspect.
While the scrolling functionality for the event list works better now, it still doesn't manage to entirely bring today's date to the top of the display
In Android, it's complicated to use RemoteViews to achieve smooth scrolling in ListView within widgets, and I'm wondering if anyone has any ideas on how to address this.
Before/After Screenshots/Screen Record
New video from the latest commit :
new_video.mp4
Fixes the following issue(s)
Acknowledgement