<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/microemulator/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/microemulator/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 02 Jul 2009 21:44:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/microemulator/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Implement javax.bluetooth.UUID</title><link>https://sourceforge.net/p/microemulator/feature-requests/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The current implementation of UUID is just a shell that checks the arguments to the constructors and nothing else. It would be useful to be able to operate on UUIDs normally (be able to use equals() and toString()) to be able to test that code behaves as expected in the presence of a real JSR-82 implementation. This class does not depend on or use the Bluetooth interface, so it can be implemented the same as a real version. It might be possible to make use of the J2SE java.util.UUID class for the implementation, but I can't tell from the docs if they are 100% compatible. It sounds like the toString() format might be different, for instance.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Hackett</dc:creator><pubDate>Thu, 02 Jul 2009 21:44:19 -0000</pubDate><guid>https://sourceforge.net14178ae238d2e3b979cab62ed33f8086467cbfd7</guid></item><item><title>Wider the access modifier of getSuiteFolder()</title><link>https://sourceforge.net/p/microemulator/feature-requests/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Wider the access modifier of "private File org.microemu.app.util.FileRecordStoreManager.getSuiteFolder()" method to protected. Enabling subclasses to change the default directory where the *.rs files are stored.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiago Leão Moreira</dc:creator><pubDate>Sun, 22 Feb 2009 04:22:00 -0000</pubDate><guid>https://sourceforge.net934400be68112417089ef0009e296286e0c1e0d7</guid></item><item><title>Console output customisation</title><link>https://sourceforge.net/p/microemulator/feature-requests/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently the output takes the form&lt;/p&gt;
&lt;p&gt;com.bla.bla.functionname(class name:line)&lt;br /&gt;
My Message&lt;/p&gt;
&lt;p&gt;It would be nice if we could turn off the extra info altogether or change it's format. Personally I would prefer it at the end like this&lt;/p&gt;
&lt;p&gt;My Message (class name.functionname.line)&lt;/p&gt;
&lt;p&gt;But really this should be an option somewhere. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Lynch</dc:creator><pubDate>Tue, 03 Feb 2009 11:21:17 -0000</pubDate><guid>https://sourceforge.netefe3a662db4de6aa6fffe3f115da21a6b459ab8b</guid></item><item><title>Map buttons to keyboard</title><link>https://sourceforge.net/p/microemulator/feature-requests/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When using the emulator on a desktop, it would be really nice to be able to map (for instance) OK to Return, Back to Left Arrow, etc, so that it is not necessary to keep reaching for the mouse when using a predominantly text-based app (eg the Apertium dictionaries at tinylex.org).  Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Donnelly</dc:creator><pubDate>Mon, 14 Jul 2008 11:23:16 -0000</pubDate><guid>https://sourceforge.net7efebf33f5d9b79fbfb26f035344ea283e901260</guid></item><item><title>Correct Property "microedition.profile"</title><link>https://sourceforge.net/p/microemulator/feature-requests/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;when using Midlet.getAppProperty("microedition.profiles"), there is no valid Result. I looked at the sourcecode, and it seems, that the implementation there is wrong.&lt;/p&gt;
&lt;p&gt;The microemultator Main class only answers the key "microedition.profile" (without 's' at the end). But in JSR37 it is defined, that a property "microedition.profiles" should return "MIDP-1.0".&lt;/p&gt;
&lt;p&gt;The key without the 's' normally is the property of the JAD or the JAR's Manifest and should not be confused with the on i mean.&lt;/p&gt;
&lt;p&gt;microemulator/microemu-javase-swing/src/main/java/org/microemu/applet/Main.java&lt;br /&gt;
Change Line 285 into:&lt;br /&gt;
} else if (key.equals("microedition.profiles")) {&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Sinner</dc:creator><pubDate>Mon, 14 May 2007 19:56:27 -0000</pubDate><guid>https://sourceforge.net38a3e0195134b837675cf47dd97d8d6929e1d86d</guid></item><item><title>antiJARLocking</title><link>https://sourceforge.net/p/microemulator/feature-requests/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If true, the ME2 classloader will take extra measures to avoid JAR file locking when resources are accessed inside JARs through "file://" URLs. This will impact startup time of applications, but could prove to be useful on platforms or configurations where file locking can occur. If not specified, the default value is false.&lt;/p&gt;
&lt;p&gt;Useful during development.&lt;/p&gt;
&lt;p&gt;This is the problem with JDK &lt;/p&gt;
&lt;p&gt;&lt;a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4851466" rel="nofollow"&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4851466&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4405789" rel="nofollow"&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4405789&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vlad Skarzhevskyy </dc:creator><pubDate>Thu, 22 Mar 2007 16:48:24 -0000</pubDate><guid>https://sourceforge.net7aa4d3d89672a7be4adee92a27eef7b69ad39bde</guid></item><item><title>Capture device display</title><link>https://sourceforge.net/p/microemulator/feature-requests/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It is possible to capture to animated GIF file&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartek Teodorczyk</dc:creator><pubDate>Wed, 14 Mar 2007 13:33:22 -0000</pubDate><guid>https://sourceforge.neta84d27c63b364c0ba39d0c87a1ed5dcf82b44a55</guid></item><item><title>Using MicroEmulator as child window</title><link>https://sourceforge.net/p/microemulator/feature-requests/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
I use MicroEmulator as child window in my application, but I have to always make some "bridge" for it. &lt;/p&gt;
&lt;p&gt;Can you create some simple access method to use MicroEmulator as child window in another Java application?&lt;/p&gt;
&lt;p&gt;To see what I need (my bridge functionality), you can check following (it's child class of org.microemu.app.Main):&lt;/p&gt;
&lt;p&gt;&lt;a href="http://ebookme.cvs.sourceforge.net/ebookme/ebook_packager/src/cz/cacek/ebook/packager/MicroEmulatorBridge.java?revision=1.2&amp;amp;view=markup"&gt;http://ebookme.cvs.sourceforge.net/ebookme/ebook_packager/src/cz/cacek/ebook/packager/MicroEmulatorBridge.java?revision=1.2&amp;amp;view=markup&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanx in advance for some more simple solution. :)&lt;/p&gt;
&lt;p&gt;-- Josef Cacek (kwart)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Josef Cacek</dc:creator><pubDate>Wed, 28 Feb 2007 06:24:06 -0000</pubDate><guid>https://sourceforge.net0e5ab9ea0bbc7099284fc94c7a3b35727db47794</guid></item><item><title>Drag N Drop in SWT</title><link>https://sourceforge.net/p/microemulator/feature-requests/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I added support for Drag N Drop of jad files to application in swing.&lt;/p&gt;
&lt;p&gt;Can you do the same for SWT implemenation.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vlad Skarzhevskyy </dc:creator><pubDate>Mon, 19 Feb 2007 00:56:03 -0000</pubDate><guid>https://sourceforge.net917aac39310c7d3ddcfe52a585b7cee820fdb8c4</guid></item><item><title>CVS to SVN migration</title><link>https://sourceforge.net/p/microemulator/feature-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Make CVS to SVN migration&lt;/p&gt;
&lt;p&gt;This is the steps:&lt;/p&gt;
&lt;p&gt;made CVS backup as of 2007-02-05&lt;/p&gt;
&lt;p&gt;Stored at project shell server: shell.sourceforge.net&lt;br /&gt;
/home/groups/m/mi/microemulator/backup&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vlad Skarzhevskyy </dc:creator><pubDate>Tue, 06 Feb 2007 02:41:22 -0000</pubDate><guid>https://sourceforge.net6993a6985c6fd9f35045bfee4496564bb6fea4a4</guid></item></channel></rss>