I'm having problems with the keyReleased events in certain mobile phone models. I can see that your code should be passing the keyreleased but on phones like the k800, and the 6300, this is not happening. Are you planning for a fix?
The problem was fixed. The latest source is on SVN. The keyReleased event was not properly handled by the FireScreen and the ui components. Also I added a new feature. For platforms that do not support keyRepeated events (i.e. Canvas.hasRepeatEvents()==false), FireScreen will generate repeatEvents using its internal Thread every 200ms (defined on the FireScreen.keyRepeatPeriod)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Some phones do not send keyRepeated events. We need to find a workaround for this.
The problem was fixed. The latest source is on SVN. The keyReleased event was not properly handled by the FireScreen and the ui components. Also I added a new feature. For platforms that do not support keyRepeated events (i.e. Canvas.hasRepeatEvents()==false), FireScreen will generate repeatEvents using its internal Thread every 200ms (defined on the FireScreen.keyRepeatPeriod)