]> code.delx.au - comingnext/log
comingnext
12 years agoadded check for disabled compatibility scaling on E6. This solves bug #3509394, howev...
Michael Prager [Fri, 6 Apr 2012 10:24:46 +0000 (12:24 +0200)]
added check for disabled compatibility scaling on E6. This solves bug #3509394, however the widget layout still needs adjustments in order to make the widget look properly scaled again.

12 years agoadded Czech translation (thanks to renek)
Michael Prager [Wed, 28 Mar 2012 14:06:28 +0000 (16:06 +0200)]
added Czech translation (thanks to renek)

12 years agoAdded some more debug info to the log for fixing E6 fullscreen on homescreen issue.
Michael Prager [Tue, 20 Mar 2012 20:10:11 +0000 (21:10 +0100)]
Added some more debug info to the log for fixing E6 fullscreen on homescreen issue.

This might be useful in other situations so I include this in the official build.

12 years agowoops... another typo :P
Michael Prager [Mon, 19 Mar 2012 01:42:39 +0000 (02:42 +0100)]
woops... another typo :P

12 years agofixed typo
Michael Prager [Mon, 19 Mar 2012 01:37:17 +0000 (02:37 +0100)]
fixed typo

12 years agoadded Finish translation (thanks to Streamkeskus)
Michael Prager [Mon, 19 Mar 2012 01:26:10 +0000 (02:26 +0100)]
added Finish translation (thanks to Streamkeskus)

12 years agopolish language file improvements by zbigzbig20
Michael Prager [Sun, 11 Mar 2012 15:58:59 +0000 (16:58 +0100)]
polish language file improvements by zbigzbig20

12 years agofixed CSS definition names in polish translation
Michael Prager [Thu, 8 Mar 2012 18:40:16 +0000 (19:40 +0100)]
fixed CSS definition names in polish translation

12 years agoadded polish translation
Michael Prager [Thu, 8 Mar 2012 18:22:26 +0000 (19:22 +0100)]
added polish translation

12 years agoadded catalan translation (thanks to Francisco Rodero)
Michael Prager [Thu, 16 Feb 2012 17:59:14 +0000 (18:59 +0100)]
added catalan translation (thanks to Francisco Rodero)

12 years agofixed time format detection for cases where month or weekday names contain "am" or...
Michael Prager [Tue, 31 Jan 2012 19:44:20 +0000 (20:44 +0100)]
fixed time format detection for cases where month or weekday names contain "am" or "pm"

12 years agoupdated release date
Michael Prager [Fri, 27 Jan 2012 21:56:46 +0000 (22:56 +0100)]
updated release date

12 years agoupdated readme
Michael Prager [Mon, 16 Jan 2012 00:42:13 +0000 (01:42 +0100)]
updated readme

12 years agolog final html output for easier debugging
Michael Prager [Sun, 15 Jan 2012 23:41:55 +0000 (00:41 +0100)]
log final html output for easier debugging

12 years agoupdated version info to v1.35
Michael Prager [Sun, 15 Jan 2012 20:49:02 +0000 (21:49 +0100)]
updated version info to v1.35

12 years agoimproved weekday detection
Michael Prager [Sun, 15 Jan 2012 23:47:53 +0000 (00:47 +0100)]
improved weekday detection

12 years agofixed 24/12 time format detection
Michael Prager [Sun, 15 Jan 2012 20:45:08 +0000 (21:45 +0100)]
fixed 24/12 time format detection

12 years agofixed build.pl to work properly on macos
Michael Prager [Sat, 17 Dec 2011 14:06:41 +0000 (15:06 +0100)]
fixed build.pl to work properly on macos

12 years agoupdated v1.34 release date
Michael Prager [Thu, 17 Nov 2011 23:04:47 +0000 (00:04 +0100)]
updated v1.34 release date

12 years agoimproved font scaling (resolves text overflow on Symbian Belle devices which use...
Michael Prager [Thu, 17 Nov 2011 22:55:40 +0000 (23:55 +0100)]
improved font scaling (resolves text overflow on Symbian Belle devices which use a different system font)

12 years ago* updated version info
Michael Prager [Sat, 12 Nov 2011 15:50:11 +0000 (16:50 +0100)]
* updated version info
* added new Symbian Belle phones to supported devices list in Readme.txt

12 years agofixed weekday display (for real this time) on Symbian Anna and Belle devices
Michael Prager [Sat, 12 Nov 2011 15:31:51 +0000 (16:31 +0100)]
fixed weekday display (for real this time) on Symbian Anna and Belle devices

12 years agofixed time bug which introduced by previous workaround
Michael Prager [Sat, 5 Nov 2011 16:20:20 +0000 (17:20 +0100)]
fixed time bug which introduced by previous workaround

12 years agofixed 12h time format not being used anymore on Anna devices
Michael Prager [Sat, 5 Nov 2011 14:42:04 +0000 (15:42 +0100)]
fixed 12h time format not being used anymore on Anna devices

12 years ago* added release date to readme
Michael Prager [Sun, 28 Aug 2011 13:09:21 +0000 (15:09 +0200)]
* added release date to readme
* added skin fetcher 1.5

12 years agosolved build script problem on win32
Michael Prager [Sun, 28 Aug 2011 12:45:08 +0000 (14:45 +0200)]
solved build script problem on win32

12 years agofixed typo
Michael Prager [Tue, 23 Aug 2011 21:36:24 +0000 (23:36 +0200)]
fixed typo

12 years agofixed build script to run properly on unix
Michael Prager [Sun, 28 Aug 2011 11:56:45 +0000 (13:56 +0200)]
fixed build script to run properly on unix

12 years agoadded workaround for DayEvents which have type "Meeting" since latest "Anna" firmware...
Michael Prager [Fri, 19 Aug 2011 20:06:19 +0000 (22:06 +0200)]
added workaround for DayEvents which have type "Meeting" since latest "Anna" firmware update.

12 years agofixed weekday extraction from dates
Michael Prager [Fri, 19 Aug 2011 19:17:24 +0000 (21:17 +0200)]
fixed weekday extraction from dates

Nokia's latest Anna firmware broke the Date.toLocaleDateString() method
which no longer returns the localized weekday but a simple "19/08/11"
instead.

The now implemented workaround collects all weekday locales the same way
the month locales are collected: for every weekday, a temporary calendar
entry is created and its resulting startdate fetched back into the app.
This is slow but hopefully will survive further API changes.

12 years agoupdated supported devices info (Nokia 500 was added)
Michael Prager [Thu, 4 Aug 2011 17:35:27 +0000 (19:35 +0200)]
updated supported devices info (Nokia 500 was added)

12 years agoadded info for T7-00 support (tested on Nokia RDA service). First working Anna device...
Michael Prager [Thu, 30 Jun 2011 21:54:51 +0000 (23:54 +0200)]
added info for T7-00 support (tested on Nokia RDA service). First working Anna device *yay* :-P

12 years agoupdated readme/changelog
Michael Prager [Sat, 28 May 2011 14:22:23 +0000 (16:22 +0200)]
updated readme/changelog

12 years agodon't break widget when a system backup is made
Michael Prager [Sat, 28 May 2011 13:45:00 +0000 (15:45 +0200)]
don't break widget when a system backup is made

12 years agoadded startupSuccessful indicator, put all calendarService code inside try/catch...
Michael Prager [Sat, 28 May 2011 11:34:35 +0000 (13:34 +0200)]
added startupSuccessful indicator, put all calendarService code inside try/catch to catch any errors

12 years agoimproved error messages
Michael Prager [Fri, 20 May 2011 23:01:36 +0000 (01:01 +0200)]
improved error messages

12 years agoupdated version info for next release
Michael Prager [Fri, 20 May 2011 22:59:42 +0000 (00:59 +0200)]
updated version info for next release

12 years agoupdated "Skin Fetcher" to v1.4
Michael Prager [Tue, 17 May 2011 18:39:57 +0000 (20:39 +0200)]
updated "Skin Fetcher" to v1.4

12 years agofixed date handling for devices which return real Date objects instead of a string...
Michael Prager [Mon, 16 May 2011 13:48:29 +0000 (15:48 +0200)]
fixed date handling for devices which return real Date objects instead of a string for calendar events

12 years agoadded support for devices with 640x480 resolution as well as basic support for unknow...
Michael Prager [Mon, 16 May 2011 13:46:34 +0000 (15:46 +0200)]
added support for devices with 640x480 resolution as well as basic support for unknown resolutions

12 years agobetter error code handling for collectLocales function
Michael Prager [Mon, 16 May 2011 13:43:54 +0000 (15:43 +0200)]
better error code handling for collectLocales function

12 years agoimproved spanish translation
Michael Prager [Mon, 16 May 2011 13:21:01 +0000 (15:21 +0200)]
improved spanish translation

12 years agoupdated readme
Michael Prager [Sat, 14 May 2011 14:20:39 +0000 (16:20 +0200)]
updated readme

12 years agoMerge branch 'master' of ssh://comingnext.git.sourceforge.net/gitroot/comingnext...
Michael Prager [Sat, 14 May 2011 14:05:35 +0000 (16:05 +0200)]
Merge branch 'master' of ssh://comingnext.git.sourceforge.net/gitroot/comingnext/comingnext

12 years agoupdated readme
Michael Prager [Sat, 14 May 2011 12:47:29 +0000 (14:47 +0200)]
updated readme

12 years agoadded support for Location field for DayEvents (since N8 supports it). A bug in Nokia...
Michael Prager [Sat, 14 May 2011 12:41:53 +0000 (14:41 +0200)]
added support for Location field for DayEvents (since N8 supports it). A bug in Nokias API causes these fields to show as "undefined" though. Until this is fixed via firmware update, locations will not be displayed for DayEvents.

12 years agofixed settings being lost when updating to a newer version. Also updated readme and...
Michael Prager [Sat, 14 May 2011 12:22:06 +0000 (14:22 +0200)]
fixed settings being lost when updating to a newer version. Also updated readme and fixed linebreak mixups in readme

12 years agoupdated readme
Michael Prager [Thu, 12 May 2011 16:36:48 +0000 (18:36 +0200)]
updated readme

12 years agoimproved spanish translation
Michael Prager [Thu, 12 May 2011 16:32:19 +0000 (18:32 +0200)]
improved spanish translation

12 years agofixed mixed win/linux line endings
Michael Prager [Thu, 12 May 2011 16:25:27 +0000 (18:25 +0200)]
fixed mixed win/linux line endings

12 years agoshow "loading..." text when adding homescreen widget and data is still being loaded
Michael Prager [Thu, 12 May 2011 16:18:31 +0000 (18:18 +0200)]
show "loading..." text when adding homescreen widget and data is still being loaded

12 years agoadded NaN validation check for settings with numbers
Michael Prager [Thu, 12 May 2011 15:14:51 +0000 (17:14 +0200)]
added NaN validation check for settings with numbers

12 years agodelay load init()
Michael Prager [Tue, 29 Mar 2011 16:02:17 +0000 (18:02 +0200)]
delay load init()

12 years agoupdated readme.txt and new version info
Michael Prager [Tue, 29 Mar 2011 15:44:38 +0000 (17:44 +0200)]
updated readme.txt and new version info

12 years agofixed some logging messages
Michael Prager [Tue, 29 Mar 2011 15:34:48 +0000 (17:34 +0200)]
fixed some logging messages

12 years ago- improve startup performance by calling init() in <body> - improved battery life...
Michael Prager [Tue, 29 Mar 2011 15:33:44 +0000 (17:33 +0200)]
- improve startup performance by calling init() in <body> - improved battery life by not updating data when checking for screen rotation every 1 sec - fixed onShow not working properly (was window.widget.onshow instead of window.onshow) - added new function handleOnShow() which will call updateScreen() and check if displayed data needs to be updated. updateScreen() will no longer update data itself.

12 years agopredefine CSS classes improves intial widget loading speed (at least visual)
Michael Prager [Tue, 29 Mar 2011 15:24:25 +0000 (17:24 +0200)]
predefine CSS classes improves intial widget loading speed (at least visual)

12 years agoadded missing translation to english language file
Michael Prager [Tue, 29 Mar 2011 14:22:11 +0000 (16:22 +0200)]
added missing translation to english language file

12 years agoreload calendar data every 6 hours only, updating display without actually reloading...
Michael Prager [Tue, 29 Mar 2011 00:38:19 +0000 (02:38 +0200)]
reload calendar data every 6 hours only, updating display without actually reloading anything.

12 years agoadded enableLogging setting, made logging optional (might improve speed)
Michael Prager [Tue, 29 Mar 2011 00:37:22 +0000 (02:37 +0200)]
added enableLogging setting, made logging optional (might improve speed)

12 years agofixed spanish translation not being used
Michael Prager [Mon, 28 Mar 2011 13:57:09 +0000 (15:57 +0200)]
fixed spanish translation not being used

12 years agoRevert "added NaN validation check for settings with numbers"
Michael Prager [Thu, 12 May 2011 15:05:35 +0000 (17:05 +0200)]
Revert "added NaN validation check for settings with numbers"

This reverts commit b4c29ae7d590d094104243f85e8e95a1dc49049f.

12 years agoadded NaN validation check for settings with numbers
Michael Prager [Tue, 26 Apr 2011 22:12:28 +0000 (00:12 +0200)]
added NaN validation check for settings with numbers

13 years agofixed spanish translation not being used
Michael Prager [Mon, 28 Mar 2011 13:57:09 +0000 (15:57 +0200)]
fixed spanish translation not being used

13 years agoupdated release date in readme.txt
Michael Prager [Sat, 26 Mar 2011 14:56:49 +0000 (15:56 +0100)]
updated release date in readme.txt

13 years agoadded 'Help' menu, changed link color, added help link for "missing calendar service...
Michael Prager [Sat, 26 Mar 2011 14:40:33 +0000 (15:40 +0100)]
added 'Help' menu, changed link color, added help link for "missing calendar service" error. Widget will now load properly on such an error too. Also updated URLs to website to new location comingnext.sf.net

13 years agoupdated supported devices list
Michael Prager [Sat, 26 Mar 2011 11:11:09 +0000 (12:11 +0100)]
updated supported devices list

13 years agofixed homescreen widget update not always working on N8
Michael Prager [Thu, 24 Mar 2011 10:40:19 +0000 (11:40 +0100)]
fixed homescreen widget update not always working on N8

13 years agofixed calendar indicator not showing in some cases
Michael Prager [Tue, 22 Mar 2011 14:11:33 +0000 (15:11 +0100)]
fixed calendar indicator not showing in some cases

13 years agofixed sorting for events without dates
Michael Prager [Mon, 21 Mar 2011 15:01:20 +0000 (16:01 +0100)]
fixed sorting for events without dates

13 years agoadded more known issues to the readme as well as instructions on how to obtain a...
Michael Prager [Mon, 21 Mar 2011 11:22:59 +0000 (12:22 +0100)]
added more known issues to the readme as well as instructions on how to obtain a log file.

13 years agofixed link in about screen now opening in web browser instead of widget
Michael Prager [Tue, 8 Mar 2011 12:52:14 +0000 (13:52 +0100)]
fixed link in about screen now opening in web browser instead of widget

13 years agofuture improvements to italian translatios. Also updated credits.
Michael Prager [Wed, 16 Feb 2011 11:42:00 +0000 (12:42 +0100)]
future improvements to italian translatios. Also updated credits.

13 years agocorrections to italian translation
Michael Prager [Sun, 13 Feb 2011 12:48:02 +0000 (13:48 +0100)]
corrections to italian translation

13 years agoadded italian translation
Michael Prager [Sun, 13 Feb 2011 10:26:14 +0000 (11:26 +0100)]
added italian translation

13 years agochanged version number to next release 1.31
Michael Prager [Sun, 6 Feb 2011 15:38:51 +0000 (16:38 +0100)]
changed version number to next release 1.31

13 years agoadded spanish translation
Michael Prager [Sun, 6 Feb 2011 15:38:25 +0000 (16:38 +0100)]
added spanish translation

13 years agoupdated release date for version 1.30
Michael Prager [Sun, 28 Nov 2010 11:31:19 +0000 (12:31 +0100)]
updated release date for version 1.30

13 years agoadded option to exclude specific calendars from list
Michael Prager [Wed, 24 Nov 2010 11:42:27 +0000 (12:42 +0100)]
added option to exclude specific calendars from list

13 years agofixed update timer not being updated when changing update interval in settings
Michael Prager [Tue, 23 Nov 2010 14:04:28 +0000 (15:04 +0100)]
fixed update timer not being updated when changing update interval in settings

13 years agoupdated calendar colors to match N8 default calendar colors
Michael Prager [Tue, 23 Nov 2010 14:01:02 +0000 (15:01 +0100)]
updated calendar colors to match N8 default calendar colors

13 years agofixed CalendarName property not being passed to calendar events properly. Also fixed...
Michael Prager [Mon, 15 Nov 2010 12:25:19 +0000 (13:25 +0100)]
fixed CalendarName property not being passed to calendar events properly. Also fixed and improved layout for color indicator bars.

13 years agobumped version number for 1.30 release
Michael Prager [Mon, 15 Nov 2010 10:23:43 +0000 (11:23 +0100)]
bumped version number for 1.30 release

13 years agoupdated readme.txt
Michael Prager [Mon, 15 Nov 2010 10:22:01 +0000 (11:22 +0100)]
updated readme.txt

13 years ago* made link to homepage clickable
Michael Prager [Mon, 15 Nov 2010 10:21:52 +0000 (11:21 +0100)]
* made link to homepage clickable
* fixed error description for cancelNotification

13 years agofixed notifications not working for calendars other than default calendar
Michael Prager [Mon, 15 Nov 2010 09:11:31 +0000 (10:11 +0100)]
fixed notifications not working for calendars other than default calendar

13 years ago* fixed daylight saving times not being applied properly resulting in events being...
Michael Prager [Sun, 31 Oct 2010 18:29:08 +0000 (19:29 +0100)]
* fixed daylight saving times not being applied properly resulting in events being off by 1 day or hour
* added option to change daylight saving offset

13 years agoupdated changelog for upcoming release
Michael Prager [Wed, 13 Oct 2010 13:44:57 +0000 (15:44 +0200)]
updated changelog for upcoming release

13 years agoadded new default background images
Michael Prager [Wed, 13 Oct 2010 13:40:27 +0000 (15:40 +0200)]
added new default background images

13 years agochanged app display name from "Coming Next" to "ComingNext"
Michael Prager [Wed, 13 Oct 2010 13:40:12 +0000 (15:40 +0200)]
changed app display name from "Coming Next" to "ComingNext"

13 years agoadded C7 to tested devices list
Michael Prager [Wed, 13 Oct 2010 01:02:01 +0000 (03:02 +0200)]
added C7 to tested devices list

13 years agoupdated version info for next release (v1.29)
Michael Prager [Wed, 13 Oct 2010 00:50:36 +0000 (02:50 +0200)]
updated version info for next release (v1.29)

13 years agoadded more debug output to help fixing future sorting problems
Michael Prager [Wed, 13 Oct 2010 00:37:42 +0000 (02:37 +0200)]
added more debug output to help fixing future sorting problems

also added some minor code cleanups

13 years agoimproved performance by preventing calendar data from being loaded twice on startup
Michael Prager [Wed, 13 Oct 2010 00:35:56 +0000 (02:35 +0200)]
improved performance by preventing calendar data from being loaded twice on startup

13 years agofixed calendar events showing as "undefined" on N8
Michael Prager [Wed, 13 Oct 2010 00:34:26 +0000 (02:34 +0200)]
fixed calendar events showing as "undefined" on N8

13 years agoupdated skin fetcher to v1.3
Michael Prager [Mon, 11 Oct 2010 01:10:31 +0000 (03:10 +0200)]
updated skin fetcher to v1.3

13 years agoadded new application icon for ComingNext
Michael Prager [Sun, 10 Oct 2010 22:45:33 +0000 (00:45 +0200)]
added new application icon for ComingNext

source available as SVG

13 years agoupdated Readme.txt
Michael Prager [Sun, 10 Oct 2010 20:46:59 +0000 (22:46 +0200)]
updated Readme.txt

spelling, added list of tested devices, updated changelog for next release

13 years agoadded support for multiple calendars (Symbian^3 and N8 make use of those)
Michael Prager [Sun, 10 Oct 2010 20:45:59 +0000 (22:45 +0200)]
added support for multiple calendars (Symbian^3 and N8 make use of those)

13 years agoupdated credits
Michael Prager [Sun, 10 Oct 2010 20:45:21 +0000 (22:45 +0200)]
updated credits