wildeyedskies / log28

A simple no frills period tracker for android
GNU Lesser General Public License v3.0
37 stars 18 forks source link

Days missing in calendar #5

Open beriain opened 5 years ago

beriain commented 5 years ago

The calendar view displays a wrong calendar if in any other language rather than english. I think it's because it tries to display sunday as the first day of the week. Concretely, you can see in the screenshots that neither in spanish nor in basque appear the days 1 and 2 of march:

en es eu

wildeyedskies commented 4 years ago

I think this is likely an issue with the calendar library log28 uses. https://github.com/RafalManka/ScrollCalendar. The version log28 is using is very out of date, so maybe updating it will help?

Asalle commented 1 year ago

3.1.4 will probably fix this, but it seems like this calendar project has not had any releases since 2020, not sure it's actively maintained. Maybe it makes sense to move on to some other calendar?

wildeyedskies commented 1 year ago

Yeah the calendar library is pretty much abandoned. It would be nice to swap it out for a newer or better maintained one.

Asalle commented 1 year ago

github.com/kizitonwose/Calendar/ proposed in #7 looks good!