android_app.rst 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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-1.png
  21. :scale: 75%
  22. :alt: Android app new account welcome screen.
  23. You will also find these links on your Personal page in the ownCloud Web interface.
  24. Find source code and 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-2.png
  33. :scale: 75%
  34. :alt: New account creation screen.
  35. For best security your ownCloud server should be SSL-enabled, so that you can
  36. connect via ``https``. The ownCloud app will test your connection as soon as
  37. you enter it and tell you if you entered it correctly. If your server has a
  38. self-signed SSL certificate you'll get a warning that it is not to be
  39. trusted. Click the OK button to accept the certificate and complete your account
  40. setup.
  41. .. figure:: images/android-3.png
  42. :alt: SSL certificate warning.
  43. Managing Files
  44. --------------
  45. Now you should see the Files page of your ownCloud account.
  46. .. figure:: images/android-4.png
  47. :scale: 75%
  48. :alt: Your ownCloud Files page.
  49. The ownCloud menu at the top left shows the name of the logged-in user, has a
  50. shortcut to your files, and contains the Settings button.
  51. .. figure:: images/android-5.png
  52. :alt: Top-left menu.
  53. Click the overflow button at the top right (that's the one with three vertical
  54. dots, and that is really what it is called) to open a user menu. ``Refresh
  55. account`` syncs your files, and ``Sort`` gives you the option to sort your files
  56. by date, or alphabetically.
  57. .. figure:: images/android-6.png
  58. :alt: Top-right menu.
  59. The little file folder icon to the left of the overflow button opens a dialog to
  60. create a new folder. The arrow button opens a file upload dialog, and you can
  61. either upload content from other Android apps such as Google Drive, the Gallery,
  62. your music player, or from your Android filesystem.
  63. .. figure:: images/android-7.png
  64. :scale: 75%
  65. :alt: File upload dialogue.
  66. All files (that you have permission to access) on your ownCloud server are
  67. displayed in your Android app, but are not downloaded until you click on them to
  68. download them. Downloaded files are marked with a green arrow.
  69. .. figure:: images/android-8.png
  70. :scale: 75%
  71. :alt: Downloaded files are marked with green arrows.
  72. Download and preview a file with a short press on the filename. Then a short
  73. press on the overflow button opens a menu with
  74. options for managing your file.
  75. .. figure:: images/android-9.png
  76. :scale: 75%
  77. :alt: File management options. Betsy Ross says "Don't believe everything you
  78. read on the Internet."
  79. When you are on your mail Files page, a long press on any folder displays a
  80. list of options: Share Link, Download, Rename, Move, Copy, and Remove.
  81. .. figure:: images/android-11.png
  82. :scale: 75%
  83. :alt: Folder and file management options.
  84. When you enter a folder, a long press on any file or folder has these
  85. additional options: Open With, Refresh File, Send, Favorite, and Details. The
  86. Download option appears on files that have not been downloaded to your Android
  87. device.
  88. Settings
  89. --------
  90. Use the Settings screen to control your ownCloud app functions.
  91. .. figure:: images/android-10.png
  92. :scale: 75%
  93. :alt: Setting screen.
  94. In the Accounts section you can set up and manage multiple accounts.
  95. The Security section sets up strong two-factor authentication by allowing you
  96. to add a PIN (personal identification number) to access your account.
  97. The Instant Uploads section creates a directory, :file:`/InstantUpload`, and any
  98. photos or videos created with your Android device's camera are instantly
  99. uploaded to this directory. You also have the option to choose any other
  100. existing directory, or to create a new one. Another nice option is Upload
  101. Pictures/Video via WiFi Only, to conserve your mobile data usage.
  102. The bottom section of the Settings screen has links to help and the
  103. app's version number.