http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD
Features to add:
+ - turn off backlight when locking screen unless backlight is requested
+ - turn off by setting brightness to 0 (or fading it), so that we do not
+ impair the Display policy
+ - 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
- alarm
- vibrate at alarm trigger
- play sound at alarm trigger
vbox.pack_start(act_reboot, false, false, 0);
act_backlight_on = new ServiceRequestLink("backlight", "Keep backlight on", "Let backlight fade");
+ act_backlight_on.toggled += (src) => { this.hide_menu(); };
vbox.pack_start(act_backlight_on, false, false, 0);
//vbox.show_all();