Skip to content

Release Version 11.7.1 (September 2021)

Compare
Choose a tag to compare
@hosy hosy released this 23 Sep 07:32
· 444 commits to master since this release
version_11.7.1

Changelog for ownCloud iOS Client 11.7.1 (2021-09-22)

The following sections list the changes in ownCloud iOS Client 11.7.1 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Enabling Markup Edit Mode on iOS 15: #1012
  • Bugfix - Automatic photo upload crash on iOS 15: #1017
  • Bugfix - Open Private Link in Branded Client: #1031
  • Bugfix - (PDF-Viewer) "Go to page" action does not open last page: #1033
  • Bugfix - Open Private Link in Branded App: #1031
  • Bugfix - (Branding) iOS 12 crash when entering Settings: #4701
  • Bugfix - (PDF-Viewer) Keyboard does not disappear: #894
  • Change - (Branding) Add build flags support: #1026
  • Change - Added associated domains to resign script: #1028
  • Change - (Branding) Send Feedback via URL: #1035
  • Change - (Branding) Option to disable file imports: #4709
  • Change - (Branding) New Color Parameters: #4716
  • Change - MDM-configurable App Lock Interval: #4741
  • Change - Configurable poll interval: #8777

Details

  • Bugfix - Enabling Markup Edit Mode on iOS 15: #1012

    Auto-enabling the markup edit mode on iOS 15 was broken.

    #1012

  • Bugfix - Automatic photo upload crash on iOS 15: #1017

    On iOS 15, automatic photo upload seems to consume more resources than are available, leading
    to a crash. This pull requests reduces the number of concurrent photo upload operations from
    available cores to 1.

    #1017

  • Bugfix - Open Private Link in Branded Client: #1031

    This PR fixes a bug, when trying to open a private link via the custom url scheme owncloud:// or
    via associated domains applinks:. Resolving a private link opened via the URL scheme
    owncloud:// was not successful in some cases.

    #1031

  • Bugfix - (PDF-Viewer) "Go to page" action does not open last page: #1033

    The last page of a PDF file could not be opened with the "Go to page" action.

    #1033

  • Bugfix - Open Private Link in Branded App: #1031

    Private links will now be opened in detail view, if the app client is branded.

    #1031

  • Bugfix - (Branding) iOS 12 crash when entering Settings: #4701

    Addresses an issue where a branded build of the app crashes on iOS 12 upon entering Settings.

    owncloud/enterprise#4701

  • Bugfix - (PDF-Viewer) Keyboard does not disappear: #894

    Keyboard does not disappear when using the "Go to page" action on the iPad.

    #894

  • Change - (Branding) Add build flags support: #1026

    Add support for app build flags to enable/disable features at compile time via branding
    parameters

    #1026

  • Change - Added associated domains to resign script: #1028

    Resign script can now inject associated domains into the resigned application's
    entitlements.

    #1028

  • Change - (Branding) Send Feedback via URL: #1035

    Currently feedback could only be provided via email. Now it is possible to define a feedback url
    in a branded client.

    #1035

  • Change - (Branding) Option to disable file imports: #4709

    Adds a new MDM option branding.disabled-import-methods to disable import methods

    owncloud/enterprise#4709

  • Change - (Branding) New Color Parameters: #4716

    Adds additional possibilities and simplifications for branding colors.

    owncloud/enterprise#4716

  • Change - MDM-configurable App Lock Interval: #4741

    New MDM / class setting option passcode.lockDelay to enforce locking after N seconds.

    owncloud/enterprise#4741

  • Change - Configurable poll interval: #8777

    Add support for configurable poll interval via capabilities.php and MDM.

    owncloud/client#8777