You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The day count is currently reinitialized for each predicted cycle.
Can you avoid doing that ? so you can have a direct indication of how long is the current cycle.
The main use case (for my wife) is for perimenopause: cycles tend to grow, sometimes because of "missed" cycles and you want to know quickly the cycle length.
After a quick look in the source code, my guess is you just have to comment one line in PeriodicalDatabase.java (line 805) so dayofcycle is not set to 1 anymore.