http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD
* Features to add:
+ - switch backlight keep mode when on power/recharging
+ + check for effective visibility before showing the power popup menu (or
+ better, hide zavai window when going out of visibility, whether it's
+ currently visible or not)
- alarm
- vibrate at alarm trigger
- play sound at alarm trigger
applet, makes more sense altogether)
- Is there a way to lock the screen completely turning off the touchscreen, so
that interrupts are not even generated?
+ - Timezone selector
+ - Location aware (show timezones in order of distance from current
+ location)
+ - Show timezone in clock
* To find out
- Why sometimes the phone will stop acting normal and will completely ignore
private bool on_visibility(Gdk.Event event)
{
visibility = (event.visibility.state == Gdk.VisibilityState.UNOBSCURED);
+ visible = visibility;
visibility_changed(visibility);
return true;
}