Skip to content

Release Version 12.7.0 (May 2026)

Latest

Choose a tag to compare

@JohnKuan JohnKuan released this 19 May 06:25
v12.7.0
3fac7ea

Summary

  • Enhancement - IOS 26 compatibility and optimizations: #1497
  • Enhancement - Adopt and integrate ocis/web icons: #1525
  • Enhancement - Add list view for Spaces: #1526

Details

  • Enhancement - IOS 26 compatibility and optimizations: #1497

    Adopts the iOS 26 "Liquid Glass" look and addresses the following issues: - less
    space for title in the navigation bar - non-transparent icon in the "Share with"
    menu - a visual glitch in the location picker

    It also addresses how free space is displayed, if an oCIS space has no quota.

    #1497
    #1500
    #1512
    #1520

  • Enhancement - Adopt and integrate ocis/web icons: #1525

    This PR adds automation infrastructure and an accompanying TVG format update to
    support using icons and colors from ocis/web in the iOS app.

    Branding support ocis/web uses variables and a mapping table to associate icons
    with suffixes and allow adjusting colors using CSS variables. This PR translates
    that structure to the native iOS app and also integrates it into its own CSS
    system. The colors of icons can therefore be changed through its CSS system.

    #1525

  • Enhancement - Add list view for Spaces: #1526

    Adds an option to view the Spaces on a server as a list.

    #1526