Closed GoogleCodeExporter closed 8 years ago
I am facing exactly the same issue. This app is great but this issue keeps me
from using it
Original comment by amol...@gmail.com
on 28 Jul 2010 at 10:27
I had the same problem in my system. My TimeZone is -4:30. The error happens
when the time zone has an offset in minutes (30 in this case). I really wanted
to use this program, so I decided to fix it myself.
At the end it turned out to be really simple. Just two lines of code modified
in the file "src/com/pomodairo/components/timer.mxml". The lines in the current
version (rev.115) are: 170,193.
All you have to change is the function used to get the minute count: from
"minutes" to "minutesUTC". And while we are at it, why not change as well the
one to get the seconds at lines 171 and 194 from "seconds" to "secondsUTC".
Hope it helps. I guess this will be fixed for version 1.8. PS. how do one sends
code patches to the owners of this project.
Original comment by omeg...@gmail.com
on 25 Aug 2010 at 11:08
[deleted comment]
UPDATE: the functions I modified where "updateTimer" and "updateBreakTimer".
That fixed the problem with the main timer, but I missed one detail: the title
of the app.
To fix it too, you just need to do the same but for the function
"updateAppTitle".
This is, change "minutes" to "minutesUTC".
Original comment by omeg...@gmail.com
on 25 Aug 2010 at 11:30
Thanks a ton!
Is it possible to attach the corrected version of the file. I am a non-techie
here
Hope not asking too much
Original comment by amol...@gmail.com
on 25 Aug 2010 at 11:33
You would need to download the source code with svn, modify the file
"src/com/pomodairo/components/timer.mxml" and then compile it with Flex. If you
don't want to build it nor wait for an official build with this bug fixed, this
is my personal build. Use it at your own risk.
Original comment by omeg...@gmail.com
on 25 Aug 2010 at 12:27
Attachments:
Also, before installing this you should uninstall the other one.
Original comment by omeg...@gmail.com
on 25 Aug 2010 at 12:30
thanks a ton omega!
Original comment by amol...@gmail.com
on 25 Aug 2010 at 12:36
Will try and merge this into trunk.
Original comment by fredrikj...@gmail.com
on 4 Nov 2010 at 10:23
Fixed in trunk
Original comment by fredrikj...@gmail.com
on 4 Nov 2010 at 10:28
It's fixed only for the main timer. The break timer is still wrong.
Original comment by omeg...@gmail.com
on 27 Dec 2010 at 8:23
Original issue reported on code.google.com by
siddhart...@gmail.com
on 4 Jun 2010 at 4:30