android_app.rst 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. ==============================
  2. Using the ownCloud Android App
  3. ==============================
  4. Accessing your files on your ownCloud server via the Web interface is easy and
  5. convenient, as you can use any Web browser on any operating system without
  6. installing special client software. However, the ownCloud Android app offers
  7. some advantages over the Web interface:
  8. * A simplified interface that fits nicely on a tablet or smartphone
  9. * Automatic synchronization of your files
  10. * Instant uploads of photos or videos recorded on your Android device
  11. * Easily add files from your device to ownCloud
  12. * Two-factor authentication
  13. Getting the ownCloud Android App
  14. --------------------------------
  15. One way to get your ownCloud Android app is to log into your ownCloud server
  16. from your Android device using a Web browser such as Chrome, Firefox, or
  17. Dolphin. The first time you log in to a new ownCloud account you'll see a screen
  18. with a download link to the ownCloud app in the `Google Play store
  19. <https://play.google.com/store/apps/details?id=com.owncloud.android>`_.
  20. .. figure:: images/android-first-screen.jpg
  21. You will also find these links on your Personal page in the Web interface,
  22. You can also get it from the `Amazon App store
  23. <http://www.amazon.com/ownCloud-Inc/dp/B00944PQMK/>`_, and get source code and
  24. more information from the `ownCloud download page
  25. <http://owncloud.org/install/#mobile>`_.
  26. Connecting to Your ownCloud Server
  27. ----------------------------------
  28. The first time you run your ownCloud Android app it opens to a configuration
  29. screen. Enter your server URL, login name, password, and click the Connect
  30. button. (Click the eyeball to the right of your password to expose your
  31. password.)
  32. .. figure:: images/android-new-account.png
  33. For best security your ownCloud server should be SSL-enabled, so that you can
  34. connect via ``https``. The ownCloud app will test your connection as soon as
  35. you enter it and tell you if you entered it correctly. If your server has a
  36. self-signed SSL certificate you'll get a scary warning how it is not to be
  37. trusted. Click the OK button to accept the certificate and complete your account
  38. setup.
  39. .. figure:: images/android-ssl-cert.png
  40. Managing Files
  41. --------------
  42. Now you should see the Files page of your ownCloud account. Click the overflow
  43. button at the top right (that's the one with three vertical dots, and that is
  44. really what it is called) to open a user menu. ``Refresh account`` refreshes the
  45. page view. ``Settings`` take you to your settings menu. ``Sort`` gives you the
  46. option to sort your files by date, or alphabetically.
  47. .. figure:: images/android-files-page.png
  48. The little file folder icon to the left of the overflow button opens a dialog to
  49. create a new folder. The arrow button opens a file upload dialog, and you can
  50. either upload content from other Android apps such as Google Drive, the Gallery,
  51. your music player, or from your Android filesystem. When you add a new file
  52. you will see a confirmation on the top left when it has uploaded successfully,
  53. and it is immediately synchronized with the server.
  54. .. figure:: images/android-upload.png
  55. All files (that you have permission to access) on your ownCloud server are
  56. displayed in your Android app, but are not downloaded until you download them.
  57. Downloaded files are marked with a green arrow.
  58. .. figure:: images/android-file-list.png
  59. Download and preview a file with a short press on the filename. When the file
  60. is in preview mode, a short press on the overflow button opens a menu with
  61. options for sharing, opening with an app, removing, sending, and displaying file
  62. details.
  63. .. figure:: images/android-file.png
  64. A long press on the filename does not download it, but opens a dialog with
  65. options for sharing, downloading, renaming, moving, removing, sending, and
  66. viewing file details.
  67. .. figure:: images/android-file-options.png
  68. Settings
  69. --------
  70. The Settings screen offers a number of useful options. In the Accounts
  71. section you can configure multiple ownCloud accounts.
  72. The Security section sets up strong two-factor authentication by allowing you
  73. to add a PIN (personal identification number) to access your account.
  74. The Instant Uploads section creates a directory, :file:`/InstantUpload`, and
  75. any photos or videos created with your Android device's camera are instantly
  76. uploaded to this directory. You also have the option to choose any other
  77. existing directory. Another nice option is Upload Pictures/Video via WiFi Only,
  78. to conserve your Internet data usage.
  79. .. figure:: images/android-settings.png
  80. The bottom section of the Settings screen has links to help and the
  81. app's version number.
  82. .. figure:: images/android-help.png