klimeryk / garmodoro

Pomodoro for Garmin devices using Connect IQ
GNU General Public License v3.0
86 stars 23 forks source link

Changing PomodoroLength from Source breaks timer #29

Closed boomerAndy closed 2 years ago

boomerAndy commented 2 years ago

I tend to do 50 minute pomodoros, and wanted to see if I could use this app but change the length 'pomodoroLength' and 'shortBreakLength' in properties.XML as seen here.

It seems that making this change breaks the timer in the app on my Garmin device, as it is stuck indefinitely on 25 minutes left. Is there a separate hard-coded integer in the code that needs to be changed to fix this? Appreciate this app exists BTW, I just find scheduling 50+10 minutes much more appealing. Thanks!

klimeryk commented 2 years ago

The values in the XML file are the default ones. I'm not sure what's your exact setup (running locally or on your watch), but it's possible the settings have already been seeded by these default values so it's not picking up the new defaults.

There's no need to modify the XML file - you can use Garmin Connect app to configure the settings from there (the settings page is generated based on that XML file). See https://apps.garmin.com/settingsHelp for more info.