]> code.delx.au - comingnext/log
comingnext
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.

13 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

13 years agoforgot to actually make use of the new translation text for settings page title
Michael Prager [Sun, 10 Oct 2010 20:44:50 +0000 (22:44 +0200)]
forgot to actually make use of the new translation text for settings page title

13 years agovarious text corrections
Michael Prager [Sun, 10 Oct 2010 20:42:49 +0000 (22:42 +0200)]
various text corrections

13 years agoproperly translate "Settings" on settings page
Michael Prager [Sun, 10 Oct 2010 20:42:06 +0000 (22:42 +0200)]
properly translate "Settings" on settings page

13 years agoupdated pt-BR translation (thanks to Flavio Nathan)
Michael Prager [Thu, 2 Sep 2010 06:27:13 +0000 (08:27 +0200)]
updated pt-BR translation (thanks to Flavio Nathan)

13 years agoupdated readme, prepared for v1.28 release. Also added missing release date to v1.27
Michael Prager [Sun, 29 Aug 2010 11:30:47 +0000 (13:30 +0200)]
updated readme, prepared for v1.28 release. Also added missing release date to v1.27

13 years agoadded russian translation (thanks to tokeda)
Michael Prager [Sun, 29 Aug 2010 11:29:36 +0000 (13:29 +0200)]
added russian translation (thanks to tokeda)

14 years agoupdated version info for next release
Michael Prager [Mon, 22 Mar 2010 15:28:50 +0000 (16:28 +0100)]
updated version info for next release

14 years agoadded persitent settings feature
Michael Prager [Mon, 22 Mar 2010 15:28:18 +0000 (16:28 +0100)]
added persitent settings feature

14 years agoupdated readme, changed version for next release (1.27)
Michael Prager [Fri, 19 Mar 2010 17:47:15 +0000 (18:47 +0100)]
updated readme, changed version for next release (1.27)

14 years agoMerge branch 'master' of ssh://comingnext.git.sourceforge.net/gitroot/comingnext...
Michael Prager [Fri, 19 Mar 2010 17:41:14 +0000 (18:41 +0100)]
Merge branch 'master' of ssh://comingnext.git.sourceforge.net/gitroot/comingnext/comingnext

14 years agofixed error when showing todos without end date
Michael Prager [Fri, 19 Mar 2010 17:34:11 +0000 (18:34 +0100)]
fixed error when showing todos without end date

14 years agofixed missing translation text
Michael Prager [Thu, 18 Mar 2010 12:32:14 +0000 (13:32 +0100)]
fixed missing translation text

14 years agoadded release date to version 1.26
Michael Prager [Thu, 18 Mar 2010 11:49:46 +0000 (12:49 +0100)]
added release date to version 1.26

14 years agofixed 'overdue' text setting not beeing used
Michael Prager [Thu, 18 Mar 2010 11:47:47 +0000 (12:47 +0100)]
fixed 'overdue' text setting not beeing used

14 years agoignore 3rd panel dir in git
Michael Prager [Tue, 16 Mar 2010 16:34:45 +0000 (17:34 +0100)]
ignore 3rd panel dir in git

14 years agoupdated Skin Fetcher to v1.2
Michael Prager [Tue, 16 Mar 2010 15:54:36 +0000 (16:54 +0100)]
updated Skin Fetcher to v1.2

14 years agoautoajust text and icon size to fit the number of events per widget
Michael Prager [Tue, 16 Mar 2010 13:45:25 +0000 (14:45 +0100)]
autoajust text and icon size to fit the number of events per widget

14 years agosupport for third panel
Michael Prager [Tue, 16 Mar 2010 12:26:26 +0000 (13:26 +0100)]
support for third panel

14 years agonote about the new overdue setting in readme
Michael Prager [Tue, 9 Mar 2010 11:49:05 +0000 (12:49 +0100)]
note about the new overdue setting in readme

14 years agoupdated changelog in readme
Michael Prager [Tue, 9 Mar 2010 11:46:58 +0000 (12:46 +0100)]
updated changelog in readme

14 years agoadded "overdue" display for todos
Michael Prager [Tue, 9 Mar 2010 11:43:43 +0000 (12:43 +0100)]
added "overdue" display for todos

14 years agorefactoring isToday() and isTomorrow() methods
Michael Prager [Mon, 1 Mar 2010 17:13:20 +0000 (18:13 +0100)]
refactoring isToday() and isTomorrow() methods