diff --git a/manual/source/android.rst b/manual/source/android.rst index 00d2e05..f87760c 100644 --- a/manual/source/android.rst +++ b/manual/source/android.rst @@ -39,6 +39,13 @@ Display Text Size **Select display text size:** This allows you to change the font size for the application display. +Auto center display +^^^^^^^^^^^^^^^^^^^ + +**Allow displays to auto center:** + Check this box to allow the selected item to scroll to the centre of the + list. + Set Custom Timeout ^^^^^^^^^^^^^^^^^^ @@ -99,10 +106,10 @@ Service List ^^^^^^^^^^^^ Selecting :guilabel:`Service List` will take you to the Service Manager. -Selecting an item with a short press in the service will immediately take it +Selecting an item with a in the service manager will immediately take it live on the projection screen and you will stay on the service screen on your -device. Selecting an item with a long press in the service will immediately take -it live on the projection screen and to the live display on your device. +device. You can use the arrows buttons shown on the bottom left and right to +move to the next slide inside the item. .. image:: pics/droid_service.png @@ -112,7 +119,8 @@ Live List Selecting :guilabel:`Live List` will display what ever is in Service Manager at the time, or what is live at the moment. If there are items in the Service Manager they will be shown on the left, and the live item will be shown on the -right. +right. You can use the arrows buttons shown on the bottom left and right to move +to the next slide inside the item. .. image:: pics/droid_live_list_portrait.png diff --git a/manual/source/pics/droid_live_list_landscape.png b/manual/source/pics/droid_live_list_landscape.png index 663c204..e982890 100644 Binary files a/manual/source/pics/droid_live_list_landscape.png and b/manual/source/pics/droid_live_list_landscape.png differ diff --git a/manual/source/pics/droid_live_list_portrait.png b/manual/source/pics/droid_live_list_portrait.png index 4546bda..8e2b6a1 100644 Binary files a/manual/source/pics/droid_live_list_portrait.png and b/manual/source/pics/droid_live_list_portrait.png differ diff --git a/manual/source/pics/droid_preferences1.png b/manual/source/pics/droid_preferences1.png index b0eccee..fed8925 100644 Binary files a/manual/source/pics/droid_preferences1.png and b/manual/source/pics/droid_preferences1.png differ diff --git a/manual/source/pics/droid_service.png b/manual/source/pics/droid_service.png index cdc0495..6f8ce29 100644 Binary files a/manual/source/pics/droid_service.png and b/manual/source/pics/droid_service.png differ diff --git a/manual/source/troubleshooting.rst b/manual/source/troubleshooting.rst index f09b413..d571854 100644 --- a/manual/source/troubleshooting.rst +++ b/manual/source/troubleshooting.rst @@ -199,3 +199,11 @@ If Windows is missing a proper driver for the graphics card on the computer, it might cause OpenLP to crash on startup, resulting in a message saying :guilabel:`OpenLP has stopped working`. To fix this find, download and install the newest driver for your graphics card. + +I saved service-files in the servicemanager folder but now they are gone +------------------------------------------------------------------------ + +The `servicemanager` folder which can be found in OpenLP's data folder is used +internally by OpenLP for temporary files and anything in there can and will be +deleted by OpenLP. In general you should not modify or create files in OpenLP's +data folder unless you know what you are doing.