android_app.rst 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. * Share files with other ownCloud users and groups, and create public share
  11. links
  12. * Instant uploads of photos or videos recorded on your Android device
  13. * Easily add files from your device to ownCloud
  14. * Two-factor authentication
  15. Getting the ownCloud Android App
  16. --------------------------------
  17. One way to get your ownCloud Android app is to log into your ownCloud server
  18. from your Android device using a Web browser such as Chrome, Firefox, or
  19. Dolphin. The first time you log in to a new ownCloud account you'll see a screen
  20. with a download link to the ownCloud app in the `Google Play store
  21. <https://play.google.com/store/apps/details?id=com.owncloud.android>`_.
  22. .. figure:: images/android-1.png
  23. :scale: 75%
  24. :alt: Android app new account welcome screen.
  25. You will also find these links on your Personal page in the ownCloud Web interface.
  26. Find source code and more information from the `ownCloud download page
  27. <http://owncloud.org/install/#mobile>`_.
  28. Connecting to Your ownCloud Server
  29. ----------------------------------
  30. The first time you run your ownCloud Android app it opens to a configuration
  31. screen. Enter your server URL, login name, password, and click the Connect
  32. button. (Click the eyeball to the right of your password to expose your
  33. password.)
  34. .. figure:: images/android-2.png
  35. :scale: 75%
  36. :alt: New account creation screen.
  37. For best security your ownCloud server should be SSL-enabled, so that you can
  38. connect via ``https``. The ownCloud app will test your connection as soon as
  39. you enter it and tell you if you entered it correctly. If your server has a
  40. self-signed SSL certificate you'll get a warning that it is not to be
  41. trusted. Click the OK button to accept the certificate and complete your account
  42. setup.
  43. .. figure:: images/android-3.png
  44. :alt: SSL certificate warning.
  45. Managing Files
  46. --------------
  47. Now you should see the Files page of your ownCloud account.
  48. .. figure:: images/android-4.png
  49. :scale: 75%
  50. :alt: Your ownCloud Files page.
  51. The ownCloud menu at the top left shows the name of the logged-in user, has a
  52. shortcut to your files, and contains the Settings button.
  53. .. figure:: images/android-5.png
  54. :alt: Top-left menu.
  55. Click the overflow button at the top right (that's the one with three vertical
  56. dots) to open a user menu. ``Refresh account`` syncs your files, and ``Sort``
  57. gives you the option to sort your files by date, or alphabetically.
  58. .. figure:: images/android-6.png
  59. :alt: Top-right menu.
  60. The little file folder icon to the left of the overflow button opens a dialog to
  61. create a new folder. The arrow button opens a file upload dialog, and you can
  62. either upload content from other Android apps such as Google Drive, the Gallery,
  63. your music player, or from your Android filesystem.
  64. .. figure:: images/android-7.png
  65. :scale: 75%
  66. :alt: File upload dialogue.
  67. All files (that you have permission to access) on your ownCloud server are
  68. displayed in your Android app, but are not downloaded until you click on them.
  69. Downloaded files are marked with a green arrow.
  70. .. figure:: images/android-8.png
  71. :scale: 75%
  72. :alt: Downloaded files are marked with green arrows.
  73. Download and view a file with a short press on the filename. Then a short
  74. press on the overflow button opens a menu with 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 main Files page, a long press on any file or folder
  80. displays a list of options: Share, Open With, Synchronize, Rename, Move, Copy,
  81. Remove, Send, Favorite, and Details.
  82. .. figure:: images/android-11.png
  83. :scale: 75%
  84. :alt: Folder and file management options.
  85. Click Share to share files. You can share with other ownCloud users, and create
  86. public share links. If your ownCloud server administrator has enabled username
  87. auto-completion, when you start typing user or group names they will
  88. auto-complete. After you have shared files, click the Share button to see who
  89. you have shared with, and to remove shares.
  90. .. figure:: images/android-12.png
  91. :scale: 75%
  92. :alt: Sharing files.
  93. Settings
  94. --------
  95. Use the Settings screen to control your ownCloud app functions.
  96. .. figure:: images/android-10.png
  97. :scale: 75%
  98. :alt: Setting screen.
  99. In the Accounts section you can set up and manage multiple accounts.
  100. The Security section sets up strong two-factor authentication by allowing you
  101. to add a PIN (personal identification number) to access your account.
  102. The Instant Uploads section creates a directory, :file:`/InstantUpload`, and any
  103. photos or videos created with your Android device's camera are instantly
  104. uploaded to this directory. You also have the option to choose any other
  105. existing directory, or to create a new one. Another nice option is Upload
  106. Pictures/Video via WiFi Only, to conserve your mobile data usage.
  107. The bottom section of the Settings screen has links to Help, Recommend to a
  108. friend, Feedback, and the version number.