http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD
Features to add:
- - show the clock when locked
- - first short click turns on backlight but leaves screen as it is (for sat navs and whatnot)
- - second short click within a second shows clock
- - click when clock is present hides it
- icon linking to "current apps" in the main screen
- alarm
- vibrate at alarm trigger
launcher = new Launcher("Run program");
zavai.registry.register_applet("wm.launcher", launcher);
- window_list = new WindowList("Current apps");
+ window_list = new WindowList("Apps");
zavai.registry.register_applet("wm.list", window_list);
zavai.registry.getmenu("menu.main").add_applet("wm.list");