Menu

JToDoMe / News: Recent posts

JToDoMe 3.0 is out!

JToDoMe is a small application for editing and maintaining a personal ToDo list on your mobile. It requires MIDP2.0/CLDC1.0. Every ToDo has a description, a priority, a status and a category. Now with the 3.0 version you can order your ToDo and send it to your friends using a user-friendly UI based on fire1.2 library.
JToDoMe is distributed under the GPL v.2.0 License

Posted by Giuseppe Caliendo 2008-06-30

New release: JToDoMe2.0

v.2.0 (Mar 22 2007)
---------------------------------------------
= New source structure.
= Re-written Todo.java
= Re-written Manager.java. Now it uses RecordEnumerator to manage the rms
+ SearchFilter.java. A RecordFilter to search and delete a todo using a RecordEnumerator
+ ComparatorByCategory.java. A RecordComparator to sort todo by category
+ ComparatorByStatus.java. A RecordComparator to sort todo by status
+ ComparatorByPriority.java. A RecordComparator to sort todo by priority
+ Comparator.java. A RecordComparator to sort todo by description
= Re-written the GUI. Now it has a more structured source
= About.java according to new GUI source structure
= Language.java according to new GUI source structure
+ License.java according to new GUI source structure
+ OptionsGUI.java
+ SplashOp.java for enable/disable the splash screen
+ LangOp.java for language selection
= Options.java now manages the options rms
+ added an icon for the language option
+ added an icon for the splash screen option
+ added icons for the splash screen list option
= new logo and splashsreen (Thanks to kate editor :-) )
+ EditGUI.java. A menu for adding and deleting all tasks
+ AddGUI.java. A form for adding a task
+ ViewGui.java. Visualization form.
+ Info.java. Info system
+ DeleteAllGUI.java. Confirm form for deleting all tasks
+ ChangeGUI.java for changing a single ToDo

Posted by Giuseppe Caliendo 2007-03-22

JToDoMe 1.6 released

JToDoMe is a Midlet written in J2ME for editing and maintaining a ToDo list (with priority, category and status) on your mobile. It runs on mobile with java MIDP 1.0 embedded or later.

New release included:
- A splash screen with a new logo
- Gui improvements

and if you want visit the new website!!!

Posted by Giuseppe Caliendo 2007-01-19

Source translation

I translated in English the JToDoMe source for better integration with the free software community. Have fun with the source!!!

Posted by Giuseppe Caliendo 2006-11-23

JToDoME 1.5 released

JToDoMe is a Midlet written in J2ME for editing and maintaining a ToDo list (with priority, category and status) on your mobile. It runs on mobile with java MIDP 1.0 embedded or later.

New release included:
- Full languages support (English and Italian for now)
- New cool icons and logo
- labels improvement

Posted by Giuseppe Caliendo 2006-05-31