[Pkg-owncloud-commits] [owncloud-doc] 58/110: New Android app page in user manual
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:10:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 1ce0c60fb7295cfc4f469f4246a3a0ce2a610754
Author: Carla Schroder <carla at owncloud.com>
Date: Tue Jan 6 16:40:37 2015 -0800
New Android app page in user manual
---
user_manual/android/android_app.rst | 74 +++++++++++++++++++++++++---
user_manual/contents.rst | 1 +
user_manual/images/android-downloads.png | Bin 0 -> 34302 bytes
user_manual/images/android-file-list.png | Bin 0 -> 33970 bytes
user_manual/images/android-file-options.png | Bin 0 -> 50607 bytes
user_manual/images/android-file.png | Bin 0 -> 272563 bytes
user_manual/images/android-files-page.png | Bin 0 -> 41552 bytes
user_manual/images/android-first-screen.jpg | Bin 29335 -> 73401 bytes
user_manual/images/android-help.png | Bin 0 -> 21747 bytes
user_manual/images/android-new-account.png | Bin 40913 -> 40459 bytes
user_manual/images/android-settings.png | Bin 0 -> 89007 bytes
user_manual/images/android-ssl-cert.png | Bin 49241 -> 47810 bytes
user_manual/images/android-upload.png | Bin 0 -> 117581 bytes
13 files changed, 68 insertions(+), 7 deletions(-)
diff --git a/user_manual/android/android_app.rst b/user_manual/android/android_app.rst
index 5cef93b..1dec7f2 100644
--- a/user_manual/android/android_app.rst
+++ b/user_manual/android/android_app.rst
@@ -16,11 +16,10 @@ some advantages over the Web interface:
Getting the ownCloud Android App
--------------------------------
-One way to get your ownCloud Android app is to log into your ownCloud
-server using a Web browser such as Chrome, Firefox, or Dolphin. The first time
-you log in to a new ownCloud account you'll see a screen with a download link
-to the ownCloud app in the
-`Google Play store
+One way to get your ownCloud Android app is to log into your ownCloud server
+from your Android device using a Web browser such as Chrome, Firefox, or
+Dolphin. The first time you log in to a new ownCloud account you'll see a screen
+with a download link to the ownCloud app in the `Google Play store
<https://play.google.com/store/apps/details?id=com.owncloud.android>`_.
.. figure:: /images/android-first-screen.jpg
@@ -37,7 +36,8 @@ Connecting to Your ownCloud Server
The first time you run your ownCloud Android app it opens to a configuration
screen. Enter your server URL, login name, password, and click the Connect
-button.
+button. (Click the eyeball to the right of your password to expose your
+password.)
.. figure:: /images/android-new-account.png
@@ -50,6 +50,66 @@ setup.
.. figure:: /images/android-ssl-cert.png
+Managing Files
+--------------
+Now you should see the Files page of your ownCloud account. Click the overflow
+button at the top right (that's the one with three vertical dots, and that is
+really what it is called) to open a user menu. ``Refresh account`` refreshes the
+page view. ``Settings`` take you to your settings menu. ``Sort`` gives you the
+option to sort your files by date, or alphabetically.
-If you have more than one ownCloud account,
+.. figure:: /images/android-files-page.png
+
+The little file folder icon to the left of the overflow button opens a dialog to
+create a new folder. The arrow button opens a file upload dialog, and you can
+either upload content from other Android apps such as Google Drive, the Gallery,
+your music player, or from your Android filesystem. When you add a new file
+you will see a confirmation on the top left when it has uploaded successfully,
+and it is immediately synchronized with the server.
+
+.. figure:: /images/android-upload.png
+
+All files (that you have permission to access) on your ownCloud server are
+displayed in your Android app, but are not downloaded until you download them.
+Downloaded files are marked with a green arrow.
+
+.. figure:: /images/android-file-list.png
+
+Download and preview a file with a short press on the filename. When the file
+is in preview mode, a short press on the overflow button opens a menu with
+options for sharing, opening with an app, removing, sending, and displaying file
+details.
+
+.. figure:: /images/android-file.png
+
+
+A long press on the filename does not download it, but opens a dialog with
+options for sharing, downloading, renaming, moving, removing, sending, and
+viewing file details.
+
+
+.. figure:: /images/android-file-options.png
+
+
+Settings
+--------
+
+The Settings screen offers a number of useful options. In the Accounts
+section you can configure multiple ownCloud accounts.
+
+The Security section sets up strong two-factor authentication by allowing you
+to add a PIN (personal identification number) to access your account.
+
+The Instant Uploads section creates a directory, :file:`/InstantUpload`, and
+any photos or videos created with your Android device's camera are instantly
+uploaded to this directory. You also have the option to choose any other
+existing directory. Another nice option is Upload Pictures/Video via WiFi Only,
+to save precious cell minutes.
+
+.. figure:: /images/android-settings.png
+
+The bottom section of the Settings screen has links to help and the
+app's version number.
+
+.. figure:: /images/android-help.png
diff --git a/user_manual/contents.rst b/user_manual/contents.rst
index 66412a2..26b8a25 100644
--- a/user_manual/contents.rst
+++ b/user_manual/contents.rst
@@ -20,3 +20,4 @@ ownCloud User Manual
bookmarks
userpreferences
external_storage/google_drive
+ android/android_app
diff --git a/user_manual/images/android-downloads.png b/user_manual/images/android-downloads.png
new file mode 100644
index 0000000..7786eb8
Binary files /dev/null and b/user_manual/images/android-downloads.png differ
diff --git a/user_manual/images/android-file-list.png b/user_manual/images/android-file-list.png
new file mode 100644
index 0000000..bf30cb6
Binary files /dev/null and b/user_manual/images/android-file-list.png differ
diff --git a/user_manual/images/android-file-options.png b/user_manual/images/android-file-options.png
new file mode 100644
index 0000000..9372762
Binary files /dev/null and b/user_manual/images/android-file-options.png differ
diff --git a/user_manual/images/android-file.png b/user_manual/images/android-file.png
new file mode 100644
index 0000000..83f5ba2
Binary files /dev/null and b/user_manual/images/android-file.png differ
diff --git a/user_manual/images/android-files-page.png b/user_manual/images/android-files-page.png
new file mode 100644
index 0000000..b4a71bd
Binary files /dev/null and b/user_manual/images/android-files-page.png differ
diff --git a/user_manual/images/android-first-screen.jpg b/user_manual/images/android-first-screen.jpg
index 15eff3e..f4c5132 100644
Binary files a/user_manual/images/android-first-screen.jpg and b/user_manual/images/android-first-screen.jpg differ
diff --git a/user_manual/images/android-help.png b/user_manual/images/android-help.png
new file mode 100644
index 0000000..5eb8df5
Binary files /dev/null and b/user_manual/images/android-help.png differ
diff --git a/user_manual/images/android-new-account.png b/user_manual/images/android-new-account.png
index 9d0aacb..8221dda 100644
Binary files a/user_manual/images/android-new-account.png and b/user_manual/images/android-new-account.png differ
diff --git a/user_manual/images/android-settings.png b/user_manual/images/android-settings.png
new file mode 100644
index 0000000..9dcc81d
Binary files /dev/null and b/user_manual/images/android-settings.png differ
diff --git a/user_manual/images/android-ssl-cert.png b/user_manual/images/android-ssl-cert.png
index d8a3635..28d2137 100644
Binary files a/user_manual/images/android-ssl-cert.png and b/user_manual/images/android-ssl-cert.png differ
diff --git a/user_manual/images/android-upload.png b/user_manual/images/android-upload.png
new file mode 100644
index 0000000..e81a0d1
Binary files /dev/null and b/user_manual/images/android-upload.png differ
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list