FossifyOrg / Calendar

A simple calendar with events, customizable widgets and no ads.
https://www.fossify.org
GNU General Public License v3.0
688 stars 56 forks source link

Fix calendar handling of pre-1970 birthdates #224

Open Daemanon opened 5 months ago

Daemanon commented 5 months ago

What is it?

Description of the changes in your PR

Before/After Screenshots/Screen Record

The bug occurred when a contact was created in 'Fossify Contacts' with a birthdate prior to 1970 and saved with the 'Phone Storage (not visible by other apps)' setting. Before the changes, when Calendar synced with the storage, the birth year would automatically default to 1970. After the changes, this behavior has been removed. See screenshot

Profile of a contact who will be 100 years old on May 3, 2024

Contact

Before Changes : Event on May 3, 2024: the contact celebrates its 54th anniversary (2024-1970).

Before Changes

After Changes : Event on May 3, 2024: the contact celebrates its 100th anniversary (2024-1924).

After Changes

Fixes the following issue(s)

Acknowledgement