Quote:
So now the proper and legal way to enable "page flow" should be modifying dr800's popupmenu, which is open sourced, so that it provides an icon/menu entry to enable/disable the "page flow" mode, and call SQLite, which is open sourced too, to make needed change.
|
OK, this won't work. Looked at the popupmenu code, it only draws whatever uds tells it to draw, so the ultimate decision is made by uds. And popupmenu cannot get the handle to the currently opened document.
So if someone wants the "page flow" mode without changing DR800's binary, he has to do it externally: either use a PC/Linux SQLite tool to change the metadata.db to set/unset the property, or write a DR800 program to do the management.
I have modified the popupmenu code so that it displays less icons on the left side of the status bar, leaving room for the battery icon. Also the threshold for displaying how many bars in the battery icon are changed to the same as DR800. See attached file.