You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/elements
poire-z 98abcafa1b Screensaver: change default & show messages on reboot and poweroff (#3572)
Use "message" as the default for screensaver (instead of "disable") (https://github.com/koreader/koreader/pull/3535#issuecomment-353337143)

On Kobo 
Fix: display message on poweroff or reboot (https://github.com/koreader/koreader/pull/3535#issuecomment-352355865)
Allows for overwritting these default messages with the classic screensaver settings, by just prepending "poweroff_" or "reboot_" to them. (https://github.com/koreader/koreader/pull/3535#issuecomment-352498497)

So one can manually add to its settings.reader.lua:
```
"poweroff_screensaver_type" = "random_image" or "message", "cover", "bookstatus", "readingprogress", "disable",
"poweroff_screensaver_dir" = "path to same as screensaver_dir or alternate dir for poweroff image(s)",
"poweroff_screensaver_message" = "message to use instead of Powered off",
```
```
"reboot_screensaver_type" = "random_image" or "message", "cover", "bookstatus", "readingprogress", "disable",
"reboot_screensaver_dir" = "path to same as screensaver_dir or alternate dir for reboot image(s)",
"reboot_screensaver_message" = "message to use instead of Rebooting...",
```
6 years ago
..
common_info_menu_table.lua [UX] Add exit menu (#3167) 7 years ago
common_settings_menu_table.lua Allow for disabling flashing of menu, icons and buttons (#3339) 7 years ago
filemanager_menu_order.lua Adds Wikipedia history (#3549) 7 years ago
flash_keyboard.lua Option to disable keyboard flashing (#3050) 7 years ago
flash_ui.lua Allow for disabling flashing of menu, icons and buttons (#3339) 7 years ago
menu_activate.lua Option to disable show bottom menu on top menu activation (#3316) 7 years ago
reader_menu_order.lua Adds Wikipedia history (#3549) 7 years ago
refresh_menu_table.lua move refresh menu table out of UIManager 10 years ago
screen_color_menu_table.lua Inform once about color rendering on supported devices (#3289) 7 years ago
screen_disable_double_tap_table.lua fix some luacheck warnings 8 years ago
screen_dpi_menu_table.lua Custom DPI: increase upper bound from 330 to 600 8 years ago
screen_eink_opt_menu_table.lua fix no eink optimization on all devices 9 years ago
screen_fullscreen_menu_table.lua [fix, Android] adjust touch location for #3392 (#3394) 7 years ago
screensaver_menu.lua Screensaver: change default & show messages on reboot and poweroff (#3572) 6 years ago