Updates for 1.9.1 release

This commit is contained in:
Carla Schroder 2016-02-10 12:08:29 -08:00
parent 9f22fa7b87
commit bf5bcd90db
6 changed files with 60 additions and 7 deletions

5
user_manual/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
# Dolphin file manager
*.directory
# Generated Files
*build/*

View file

@ -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
<http://owncloud.org/install/#mobile>`_.
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.

View file

@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB