Kalender

Navigation

Index
Getting started

Java MIDlets

Contact me

krka at kth dot se
Please feel free to contact me if you have a question or suggestion. (Or simply if you wish to give me large quantities of money.) I would also be very grateful for suggestions and bug reports.
Valid HTML 4.01! Valid CSS!

Screenshots

From english version 1.0
Main view
Jump view
Events of a day

News

2003-11-24
Added a russian translation.

2003-11-06
Added a finnish translation.

2003-10-02
Added a german and an italian translation.

2003-09-14
Added a greek translation.

2003-09-02
Added a turkish and norwegian translation. Also a special turkish version of Kalender Light due to request.

2003-08-24
Added a spanish version.

2003-08-04
There is now a danish version of the calendar.

2003-08-04
There is now a dutch and brazilian portugese version of the calendar and I have also used ProGuard to shrink the jar-file a bit. (Not much though, unfortunately.)

2003-08-03
I added a light version of the calendar, much smaller, due to request. See downloads below.
Note that this is extremely light with no special functions at all.

2003-07-29
Version 1.10 is ready!
I have now made some big upgrades for the calendar.
The most noticable changes are:
I have redesigned the data structures a bit too and unfortunately, this means that all stored information will be lost, unless you convert them yourself. This isn't so difficult though.
The date format for the files used to be year-month-day with month where month and day could be either one or two digits. Now it's locked to two. I have also added a file named dates. This file only contains a basic file list separated by unix style linebreaks. If a date isn't in that file, it won't be shown as black in the main view on the first view. The calendar will repair any inconsistency it finds.

2003-06-19
The calendar has been translated to norwegian, portugese and spanish now. Check the downloads at the bottom.

2003-06-05
The calendar has been translated to german now. Check the downloads at the bottom.

2003-06-04
Kalender version 1.02 has been released. Only a minor change. If someone calls while you are in editing mode, Kalender will save your progress.

The calendar has been translated to turkish now. Check the downloads at the bottom.

2003-06-02
The calendar has been translated to italian and polish now. Check the downloads at the bottom.

2003-06-01
Version 1.01 is available now. Here are the changes:
Key 4 now jumps back to the current date. Keys 6 and 9 jumps 4 weeks back and forth.

2003-05-26
Ok, now the first version of Kalender is released! At this point I have only tested for Siemens C55 but contact me if you want it for another device.
Now just go down and keep reading. Enjoy!

About

Kalender is a calendar for the Siemens C55 (and some other Siemens phones, see Compatibility). I have noticed that this phone doesn't have any built in calendar and I wanted one so I made one myself. Currently it supports jumping to any date basically, editing notes for days and ... well, I'll let the screen shots speak for themselves.

Compatibility

This program has been tested on C55, S55 and M50 emulators and it works on all of them. I have also tested it on the real C55. It should work on phones that are "related" to these. If you find a phone it doesn't work for, I will do my best to fix it.

Instructions

Call/Yes-key opens up a menu. 2, 4, 6, 8 control the cursor. 3 and 9 jump back and forth 4 weeks. 1 and 7 jump to previous and next event. * opens the jump to dialogue. # jumps to the current day. 0 opens the about screen. Exit with No (Hang up).

To do

I don't really know of any more features to include at this point.
Feel free to suggest!

Downloads

This program is distributed under GPL. The licence can be viewed here: gpl.txt

Runnable
Version 1.10
English, swedish, dutch, brazilian portugese, danish, spanish, turkish, norwegian, greek, italian, german, finnish and russian included.
Version 1.10 light
only english included.
Version 1.10 light
only turkish included.
Source
Version 1.10
Kalender_source.jar - Feel free to learn from it (even if only to learn how to not do things).

Translations

If you want this program in another language create a text file like this one: lang_en.
Translate everything and save the file as lang_<language code>. The language codes for each language can be found here: http://xml.coverpages.org/iso639a.html.
When you have the file ready email it to me and I will package it here for everyone to download.
Remember to set yourself as translator at the bottom of the file.

If you want to, you can put the language file in the jar-file yourself. It's not difficult.
  1. Rename Kalender.jar to Kalender.zip. (jar-files are nothing more than zip-files with a different name.)
  2. Open Kalender.zip and place your lang_<language code> there.
  3. Rename it back to Kalender.jar
  4. Upload to your phone and start. It should now use your language!
Important!
The language filename must be in lowercase only. "lang_sv" is ok. "lang_SV" is not. The filename should not have a suffix either. Don't write "lang_sv.txt" or anything like that.
Don't worry too much about this if you're going to email me, I'll make sure everything is ok.