-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGES
85 lines (69 loc) · 2.57 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
0.3rc2 (20/10/2008)
-------------------
* Improved key handling in SWT and AWT backends
* Fixed window redrawing problem in SWT backend
* Fixed resources loading bug (allows phoneME Advanced VM to work)
* Added CLDC and JNI test suites
* Moved zip and png packages to MicroBackend
* Fixed start failures caused by trailing whitespace in system properties file
Contributions:
- Robert Schuster
- Henning Heinold
0.3rc1 (21/05/2008)
-------------------
* Added J2ME Web Services API (JSR172)
* Added Location API (JSR179)
* Added Wireless Messaging API (JSR205) (not functional yet)
* Added Scalable 2D Vector Graphics API (JSR226)
* Added OpenGL ES 1.0 API (JSR239)
* Added Mobile 3D Graphics API (JSR184)
* New build system (contributed by Robert Schuster)
* Added Qtopia4 support (contributed by Henning Heinold)
* Improved UI look & feel
* Added new demos
Contributions:
- Robert Schuster
- Henning Heinold
0.2 (28/11/2007)
----------------
* Added QT4 support (contributed by Henning Heinold)
* Added JSR82/Bluetooth support (port of AvetanaBluetooth library to CLDC)
* Added Linux Framebuffer backend
* Added full DataSource support (allowing real-time audio streaming)
* Added a native file access backend (to be used with cacao-cldc)
* Moved UI backends in a separate library : MicroBackend
Contributions/help:
- Robert Schuster
- Henning Heinold
0.1 (20/08/2007)
----------------
* Added an internal virtual keyboard (useful for devices without native hard/soft keyboard)
* Fixed clipping bugs
* Added PulseAudio backend
* Added Qt3 backend
* Added ESounD backend
* Fixed problem with palettized PNG images
* Improved build system (Robert Schuster)
* Added graphical MIDlet manager
* Added Maemo support in the GTK backend (Sebastian Mancke)
* Improved event infrastructure (in particular window closing)
* New sound infrastructure with embedded resampler, audio format converter and mixer
* Added an ALSA backend
* Added MP3/OGG support with help of JLayerME and JOrbis
* Added GTK backend
Contributions/help:
- Sebastian Mancke
- Robert Schuster
- Henning Heinold
Special thanks to Christian Thalinger for having helped to make MIDPath
working out-of-the-box with cacao-cldc.
0.1-alpha2 (11/04/2007)
-----------------------
* Added a Virtual Toolkit (pure Java rendering)
* Added BDF font support (thanks to Stephane Meslin-Weber)
* Added pure Java PNG library (based on Sixlegs PNG library)
* Added AWT, SWT, (socket-based) X11 backends
* MIDPath works with cacao-cldc now (thanks to Christian Thalinger -a.k.a twisti- for his help)
0.1-alpha1 (20/12/2006)
-----------------------
* Initial version