Skip to content

v2.21.2

Compare
Choose a tag to compare
@jesmrec jesmrec released this 07 Sep 08:51
· 2817 commits to master since this release

Summary

  • Enhancement - Shares from propfind: #3711
  • Enhancement - Open in web: #3672
  • Enhancement - Private link capability: #3732

Install from Play Store

Details

  • Enhancement - Shares from propfind: #3711

    Added a new property to the propfind, so that, we can get if the files in a folder are shared
    directly with just one request. Previously, a propfind and another additional request were
    needed to the shares api to retrieve the shares of the folder.

    #3711
    owncloud/android-library#496

  • Enhancement - Open in web: #3672

    OCIS feature, to open files with mime types supported by the server in the web browser using
    collaborative or specific tools

    #3672
    #3737

  • Enhancement - Private link capability: #3732

    Private link capability is now respected. Option is shown/hidden depending on its value

    #3732
    #3738
    owncloud/android-library#505