Ivy Wallet is an open-source money manager app for Android, no longer maintained. You can fork the code or download the final version from Google Play.
[x] I confirm that I've run the code locally and everything works as expected.
[x] My PR includes only the necessary changes to fix the issue (i.e., no unnecessary files or lines of code are changed).
[ ] π¬ I've attached a screen recording of using the new code to the next paragraph (if applicable).
Screen recording of your changes (if applicable):
No
What's changed?
Assume that on September 29, 2024, we create a recurring expense named MyRecurrentExpense. Consequently, an entry for MyRecurrentExpense appears in the upcoming section of the home screen for September 29. Previously, this entry was moved to the overdue section at 12:00 AM UTC rather than 12:00 AM local time. Now, the entry is moved to the overdue section at 12:00 AM local time.
N.B: Expenses from September 29 will move to the overdue section on September 30 at 12:00 AM local time.
Risk factors
What may go wrong if we merge your PR?
No
In what cases won't your code work?
No
Does this PR close any GitHub issues? (do not delete)
Pull request (PR) checklist
Please check if your pull request fulfills the following requirements:
Screen recording of your changes (if applicable):
No
What's changed?
Assume that on September 29, 2024, we create a recurring expense named
MyRecurrentExpense
. Consequently, an entry forMyRecurrentExpense
appears in theupcoming section
of the home screen for September 29. Previously, this entry was moved to theoverdue section
at 12:00 AM UTC rather than 12:00 AM local time. Now, the entry is moved to theoverdue section
at 12:00 AM local time.N.B: Expenses from September 29 will move to the
overdue section
on September 30 at 12:00 AM local time.Risk factors
What may go wrong if we merge your PR? No
In what cases won't your code work? No
Does this PR close any GitHub issues? (do not delete)