1 ==============================
2 Using the ownCloud Android App
3 ==============================
5 Accessing your files on your ownCloud server via the Web interface is easy and
6 convenient, as you can use any Web browser on any operating system without
7 installing special client software. However, the ownCloud Android app offers
8 some advantages over the Web interface:
10 * A simplified interface that fits nicely on a tablet or smartphone
11 * Automatic synchronization of your files
12 * Share files with other ownCloud users and groups, and create public share
14 * Instant uploads of photos or videos recorded on your Android device
15 * Easily add files from your device to ownCloud
16 * Two-factor authentication
18 Getting the ownCloud Android App
19 --------------------------------
21 One way to get your ownCloud Android app is to log into your ownCloud server
22 from your Android device using a Web browser such as Chrome, Firefox, or
23 Dolphin. The first time you log in to a new ownCloud account you'll see a screen
24 with a download link to the ownCloud app in the `Google Play store
25 <https://play.google.com/store/apps/details?id=com.owncloud.android>`_.
27 .. figure:: images/android-1.png
29 :alt: Android app new account welcome screen.
31 You will also find these links on your Personal page in the ownCloud Web interface.
33 Find source code and more information from the `ownCloud download page
34 <http://owncloud.org/install/#mobile>`_.
36 Connecting to Your ownCloud Server
37 ----------------------------------
39 The first time you run your ownCloud Android app it opens to a configuration
40 screen. Enter your server URL, login name, password, and click the Connect
41 button. (Click the eyeball to the right of your password to expose your
44 .. figure:: images/android-2.png
46 :alt: New account creation screen.
48 For best security your ownCloud server should be SSL-enabled, so that you can
49 connect via ``https``. The ownCloud app will test your connection as soon as
50 you enter it and tell you if you entered it correctly. If your server has a
51 self-signed SSL certificate you'll get a warning that it is not to be
52 trusted. Click the OK button to accept the certificate and complete your account
55 .. figure:: images/android-3.png
56 :alt: SSL certificate warning.
61 Now you should see the Files page of your ownCloud account.
63 .. figure:: images/android-4.png
65 :alt: Your ownCloud Files page.
67 The ownCloud menu at the top left shows the name of the logged-in user, has a
68 shortcut to your files, and contains the Settings button.
70 .. figure:: images/android-5.png
73 Click the overflow button at the top right (that's the one with three vertical
74 dots) to open a user menu. ``Refresh account`` syncs your files, and ``Sort``
75 gives you the option to sort your files by date, or alphabetically.
77 .. figure:: images/android-6.png
80 The little file folder icon to the left of the overflow button opens a dialog to
81 create a new folder. The arrow button opens a file upload dialog, and you can
82 either upload content from other Android apps such as Google Drive, the Gallery,
83 your music player, or from your Android filesystem.
85 .. figure:: images/android-7.png
87 :alt: File upload dialogue.
89 All files (that you have permission to access) on your ownCloud server are
90 displayed in your Android app, but are not downloaded until you click on them.
91 Downloaded files are marked with a green arrow.
93 .. figure:: images/android-8.png
95 :alt: Downloaded files are marked with green arrows.
97 Download and view a file with a short press on the filename. Then a short
98 press on the overflow button opens a menu with options for managing your file.
100 .. figure:: images/android-9.png
102 :alt: File management options. Betsy Ross says "Don't believe everything you
103 read on the Internet."
105 When you are on your main Files page, a long press on any file or folder
106 displays a list of options: Share, Open With, Synchronize, Rename, Move, Copy,
107 Remove, Send, Favorite, and Details.
109 .. figure:: images/android-11.png
111 :alt: Folder and file management options.
113 Click Share to share files. You can share with other ownCloud users, and create
114 public share links. If your ownCloud server administrator has enabled username
115 auto-completion, when you start typing user or group names they will
116 auto-complete. After you have shared files, click the Share button to see who
117 you have shared with, and to remove shares.
119 .. figure:: images/android-12.png
126 Use the Settings screen to control your ownCloud app functions.
128 .. figure:: images/android-10.png
130 :alt: Setting screen.
132 In the Accounts section you can set up and manage multiple accounts.
134 The Security section sets up strong two-factor authentication by allowing you
135 to add a PIN (personal identification number) to access your account.
137 The Instant Uploads section creates a directory, :file:`/InstantUpload`, and any
138 photos or videos created with your Android device's camera are instantly
139 uploaded to this directory. You also have the option to choose any other
140 existing directory, or to create a new one. Another nice option is Upload
141 Pictures/Video via WiFi Only, to conserve your mobile data usage.
143 The bottom section of the Settings screen has links to Help, Recommend to a
144 friend, Feedback, and the version number.