diff --git a/user_manual/.gitignore b/user_manual/.gitignore new file mode 100644 index 0000000000..64f976179e --- /dev/null +++ b/user_manual/.gitignore @@ -0,0 +1,5 @@ +# Dolphin file manager +*.directory + +# Generated Files +*build/* diff --git a/user_manual/android_app.rst b/user_manual/android_app.rst index 43f3960008..a5b72f33cc 100644 --- a/user_manual/android_app.rst +++ b/user_manual/android_app.rst @@ -15,6 +15,31 @@ some advantages over the Web interface: * Easily add files from your device to ownCloud * Two-factor authentication +New In Version 1.9.1 +-------------------- + +This release contains a number of improvements, including: + +* Set and edit permissions on internal shared data. +* Instant uploads: avoid file duplications, set policy in app settings. +* Control duplication of files uploaded via **Upload** button. +* Select view mode: either list or grid per folder. +* More buttons and checkboxes for faster operations. +* Fixed battery drain in automatic synchronization. +* Security fixes related to passcode. +* Wording fixes. + +Upgrading +--------- + +When you download your ownCloud Android App from the Google Play store, it will +be upgraded just like any other Play Store app, according to your settings on +your Android device. It will either upgrade automatically, or give you a +notification than an upgrade is available. + +If you are using an ownCloud Android app from a custom repository, e.g. your +employer, then you will upgrade according their policies. + Getting the ownCloud Android App -------------------------------- @@ -33,6 +58,9 @@ You will also find these links on your Personal page in the ownCloud Web interfa Find source code and more information from the `ownCloud download page `_. +Users of customized ownCloud Android apps, for example from their employer, +should follow their employer's instructions. + Connecting to Your ownCloud Server ---------------------------------- @@ -71,7 +99,8 @@ shortcut to your files, and contains the Settings button. :alt: Top-left menu. Click the overflow button at the top right (that's the one with three vertical -dots) to open a user menu. ``Refresh account`` syncs your files, and ``Sort`` +dots) to open a user menu. **Grid view** toggles between grid and list +view. **Refresh account** syncs with the server, and **Sort** gives you the option to sort your files by date, or alphabetically. .. figure:: images/android-6.png @@ -142,3 +171,22 @@ Pictures/Video via WiFi Only, to conserve your mobile data usage. The bottom section of the Settings screen has links to Help, Recommend to a friend, Feedback, and the version number. + +Removing/Logging Out +-------------------- + +On your Settings page, a long press on an account name opens a dialog to +**Change password** or **Remove account**. **Change password** is, of course, +changing your password. + +**Remove account** logs you out of the server, removes your account settings, +and removes your files from your Android device. It does not change anything on +the server. There is no logout function that simply logs out of your account +and leaves all your files on your Android device. If you want extra security, +you can set a login PIN on your Android device, and also on your ownCloud +account. If you are using a shared Android device, other users can access your +files in the file manager if you are sharing a single user account, so you +could set up multiple user accounts to protect your files. + +.. figure:: images/android-13.png + :alt: Change password or remove account dialog. \ No newline at end of file diff --git a/user_manual/conf.py b/user_manual/conf.py index 93318daa18..b9cb0a00ba 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -42,18 +42,18 @@ source_suffix = '.rst' # The master toctree document. master_doc = 'index' +# The short X.Y version. +version = '1.9.1' +# The full version, including alpha/beta/rc tags. +release = '1.9.1' + # General information about the project. -project = u'ownCloud Android App Manual' +project = u'ownCloud Android App %s Manual' % (version) copyright = u'2013-2015, The ownCloud developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -# -# The short X.Y version. -version = '1.9.0' -# The full version, including alpha/beta/rc tags. -release = version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/user_manual/images/android-10.png b/user_manual/images/android-10.png index bba26749ff..0b8915f53a 100644 Binary files a/user_manual/images/android-10.png and b/user_manual/images/android-10.png differ diff --git a/user_manual/images/android-13.png b/user_manual/images/android-13.png new file mode 100644 index 0000000000..ab16587d0a Binary files /dev/null and b/user_manual/images/android-13.png differ diff --git a/user_manual/images/android-6.png b/user_manual/images/android-6.png index 20f6fbbd06..ca73cecc43 100644 Binary files a/user_manual/images/android-6.png and b/user_manual/images/android-6.png differ