forked from hex007/microemu
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
67 lines (46 loc) · 2.2 KB
/
TODO
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
* Errors that are produced by user action should result in message dialog!
(Main/Swt/WebStart)
* Open URL dialog should have Editable DropDown instead of Input box.
There should be the list of recently opened URLS this list should
be stored in config.xml
* Need SWT, Swing done - In File dialog we need to have recently opened files. Add the list to config.xml
* Midlet display window should have the ability to have magnified version.
* persistent RecordStore for applet using cookies (some code already exist written by Roar Lauritzsen)
* extended web site with overview, api docs, faq section, instalation instructions, etc.
(app requires Java 2, applet can be run in JVM 1.1)
* Prepare WebStart environment to be part of standard distribution not just our demo.
* Untrusted webstart
* decide what to do with JSObject. create stub class or use USER_LIBRARY in .classpath ro eclipse.
* JUnit / HeadlessEmulator
* rebuild InputMethod to extend functionality:
- switching between modes (numeric, password, URL, etc.)
- solve problem with VK_BACKSPACE key on emulator device
* ConnectionFramework
- udp
- file in memory
* (?) applet loader - during loading applet code progress bar should be visible
* Replace all System.err.println with proper log infrastructure
* Create eclipseme.core.model.impl for Microemulator as described
http://eclipseme.org/docs/developer/extending.html
Contribute this to eclipseme
* UEI
-- Maybe TODO -- just ideas
* Need to add credits tag to device.xml
<device>
<credits>
<designer>David Luscombe</designer>
<url> http://www.davidluscombe.com/ </url>
< -- image size of the display and to cover all the display -->
<logo>davidLogo.png<logo>
<credits>
* Need to have another image and special button on skin
when pressed the image is show in display, may show designer credits.
<specialButton>
<rectangle>
<x>159</x>
<y>432</y>
<width>54</width>
<height>31</height>
</rectangle>
<action>showCreditsImage<action>
</specialButton>