06/19/2004 - Version 0.4.5
- Provide support for Java Project references in midlet suites (Bug 899038)
- Fix bug with J2ME properties on a non-J2ME project
- Update preference initialization for 3.0
- Various changes for 3.0 compliance
- Fix for Nokia problems with newer toolkit (Bug 958789)
- Fix for trouble with the SonyEricsson 2.1.1 beta toolkit (Bug 967162)
- Warn when an attempt to launch without midlets defined in the JAD file (Bug 943588)
- Mark *.jad and .eclipseme files as text files in CVS (RFE 966259)
- Write out JAD file in UTF-8 (Bug 970847)
05/28/2004 - Version 0.4.1
- Fix for classpath container initialization problem (Bugs 960054)
05/23/2004 - Version 0.4.0
- Preverify and package libraries on the project classpath (Bug 903448)
- Correctly handle situations when the project folder is used as the source folder (Bug 935975)
- Allow a new midlet class from the wizard to be automatically added to the JAD (Bug 940384)
- Provide a warning prompt when obfuscation errors occur. (Bug 950840)
- Provide the ability to specify classes to keep when obfuscating (RFE 951007)
- Provide the ability to convert a Java project into a J2ME Midlet Suite (RFE 953677)
- Fix regression when creating new midlet suite
- Fix bug when opening properties on a non-midlet suite and J2ME category is selected
04/11/2004 - Version 0.3.5
- Fix preverification error handling (RFE 917774)
- Dump more command-lines when property "eclipseme.dump.launch" is set to "true"
- Fix Nokia on Linux problems (Bug 924571)
NOTE: The changes made for this change the IEmulator interface
- Fix for Eclipse 3.0 M8 (Bug 926759)
- Provide the ability to specify obfuscation parameters (Bug 923788)
- Handle resources in the source directory. (RFE 920971)
03/21/2004 - Version 0.3.0
- Support for the Nokia J2ME toolkit.
- Support for the SonyEricsson J2ME toolkit.
- Significantly improved robustness of Midlet Suite Platform Definitions.
- Many bugfixes.
02/14/2004 - Version 0.2.0
- Updates that require Eclipse 3.0M7 or newer. Debugging finally supported.
- Quote classpath in case it has spaces in it. (Fixes bug 875726)
- Fix cut-n-paste text bug. (Fixes bug 886935)
- Fix problem when launching emulator on Linux (Fixes bug 795616)
- Add Package obfuscation support via Proguard (Fixes RFE 890998)
01/17/2004 - Version 0.1.0
- Fix JAD storage to use correct format
- Migrate broken JAD file format to correct format during plugin startup
- Fix Midlet Definition parsing for JAD Editor
- Create deployed package support
- Over the air support
- Add launch shortcut for midlet emulation
- Fix WTK library naming for 2.1 final release
- Add preferences for controlling Over the Air support
- Add "eclipseme.dump.launch" System property to dump the emulator launch command line
- Fix various builder buglets
12/21/2003 - Version 0.0.5
- Add the ability to add and remove Profile definitions
- Add the ability to add and remove platform definitions
- Persistence updated and working for all platform components
- Added wireless toolkit type extension type and moved implementation to extensions
- Add support for Sun Wireless Toolkit 2.1 (currently in beta)
- Handle errors in midlet suite configuration a bit better. Might still need more work.
- Add migration support from version 0.0.3
- Add new preference and support for a resources directory being added to emulator classpath
- Fix preverification builder for null resource deltas
11/16/2003 - Version 0.0.3
- JDK 1.4.x is now required for developing with EclipseME
- New J2ME project properties page.
- Lots of underlying support for Platform Components... Not much UI yet.
- Wireless toolkit definition moved to Platform Components View, no longer in prefs.
- Added real Eclipse documentation.
09/26/2003 - Version 0.0.2
- Incremental preverification builder
- Debugging support
- Not currently working due to Eclipse bug 30816 (see Readme)
- Launch configuration device selection now based on actual available emulators
for the specified wireless toolkit
- Heavily refactored underlying implementation
- Fix for bug 792407 (as a side-effect of refactoring)
08/18/2003 - Version 0.0.1
- First (very early) public release