Skip to content

Commit

Permalink
[milestone/12.0.3] Milestone 12.0.3 (#1236)
Browse files Browse the repository at this point in the history
* - CreateDocumentAction: make availability dependant on OCAppProvider.supportsCreateDocument
- AccountConnection: create Open with actions dependant on OCAppProvider.supportsCreateDocument
- OpenInWebAppAction:
	- introduce new "auto" mode that uses the best available method - or shows an error
	- limit size of icons to a maximum of 32x32 points
- update SDK for new feature detection capabilities

* - add support for TUS upload mtime metadata header (fixing #1227)

* - FileProviderExtension: add additional debug output for enumerator

* FileProvider:
- add missing errorHandler calls to FileProviderContentEnumerator
- add last resort enumeration completion call to FileProviderEnumeratorObserver.dealloc
- add additional debug logging

* - FIleProviderContentEnumerator: add/refine more debug logging

* - bump version to 12.0.3 and build number to 271

* removed the logo label from the sidebar navigation bar to have more space for the logo image

* - update SDK to fix owncloud/enterprise#5811

* - fix #1254

* Example JSON + README (#1255)

Co-authored-by: Michael Stingl <[email protected]>

* Cleanup of Theming folder (#1260)

* Remove old PLIST examples

* move ownCloud.online theme + assets

* move EMM assets

* Adjust Fastfile for moved themes + assets

* updated to Xcode 14.3

* move all app resources to the correct place in one copy command

* updated to 14.3.1

---------

Co-authored-by: Michael Stingl <[email protected]>
Co-authored-by: Matthias Hühne <[email protected]>

* - FileProvider: fix enumerator queue completion slowdown/blocking

* - show vendor label in the sidebar if app is unbranded
- added accessibility label to the logo image

* - FileProvider cleanup and additional debug logging

* - BottomButtonBar: avoid collapse of selectButton (fixes owncloud/enterprise#5889)

* - add background image to welcome screen
- add support for RGBA hex values to CSS

* - change welcome screen background default color from dark to bright

* - BookmarkViewController: add .bookmarkEditor CSS selector

* - ThemeCSS: add support for $cssSelector.cssProperty

* Assets.xcassets/AppIcon.appiconset generated with fastlane + welcome screen background (#1264)

* - add background image to welcome screen
- add support for RGBA hex values to CSS

* Assets.xcassets/AppIcon.appiconset generated with fastlane

* align icon name with branding

---------

Co-authored-by: Felix Schwarz <[email protected]>
Co-authored-by: Michael Stingl <[email protected]>

* - change welcome screen background default color from dark to bright

* Assets.xcassets/AppIcon.appiconset generated with fastlane

* rename vanilla appiconset again for fastlane changes

* - ThemeCSS+SystemColors: add convenience methods to easily add CSS records for colors, incl. a set of system colors
- ThemeCollection: add system colors (f.ex. UIColor.systemBlue as `os.color.blue`) and theme base colors (as `theme.color.light` and `theme.color.dark`) to CSS object

* Vanilla: change welcome screen background default color from bright to dark

* - BookmarkViewController:
	- add permanent logo branding to top of the view
	- make branding elements use same CSS selectors as welcome screen
- ComposedMessageView: make CSS selectors extension public
- RoundCornerBackgroundView: add new .fillImage property that allows filling the view with an image with "scaleAspectFill" contentMode

* - BookmarkViewController: remove table view background image from branded builds

* - RoundCornerBackgroundView: fix bug in sizeThatFills()

* - DisplayViewController: handle nil OCQueryChangeSet.queryResult (should fix crash reported in #1245 (comment))

* fixed missing translation strings or localized function

* fixed bug in sidebar: label color got the same color as background color and label was not readable, if lightBrandColor was similar to #000000

* - FileProviderExtension: add safeguards around `[NSError fileProviderErrorForNonExistentItemWithIdentifier:]` for the case that iOS (illegally) passes in a nil `identifier`, leading to a crash in said NSError method

* [fix/overlapping-sharing-buttons] Overlapping Sharing Buttons (#1248)

* [fix/passcode-device-enforced] MDM Parameter - Enforce Passcode Setup (#1249)

* [fix/sidebar-logo] Sidebar Logo (#1247)

* [translation-sync] Translation sync (#1250)

* - minimal change to reopen PR

* [tx] updated from transifex

* [tx] updated from transifex

* [tx] updated from transifex

* [tx] updated from transifex

* - revert minimum change to THIRD_PARTY.txt

* [tx] updated from transifex

* - fixed UTF issues
- fixed missing german translations

---------

Co-authored-by: Felix Schwarz <[email protected]>
Co-authored-by: ownClouders <[email protected]>

* - update SDK

* - update SDK to update error message for OCErrorAuthorizationNoMethodData

* - add "An error occurred" to Localizable.strings

* - SDK update with updated strings

* GH workflows:
- add LocalizationTests with automatic UTF-16 to UTF-8 conversion

* - GitHub workflows: move new GH workflow out of workflows folder to avoid permission issue
- fix non-empty Branding.plist

* Translation sync (#1269)

* - minimal change to reopen PR

* [tx] updated from transifex

* [tx] updated from transifex

* [tx] updated from transifex

* [tx] updated from transifex

* - revert minimum change to THIRD_PARTY.txt

* [tx] updated from transifex

* - fixed UTF issues
- fixed missing german translations

* [tx] updated from transifex

* [tx] updated from transifex

* [tx] updated from transifex

* [tx] updated from transifex

* [tx] updated from transifex

* [tx] updated from transifex

* - fix file encoding for en-GB.lproj/Localizable.strings

---------

Co-authored-by: Matthias Hühne <[email protected]>
Co-authored-by: ownClouders <[email protected]>

* - update ios-sdk to gain ocstringstool
- remove LocalizationTests.swift
- remove UTF-8/16 enforcements for .strings files from ownCloud.xcodeproj
- add tools/normalizestrings based on ios-sdk/ocstringstool
- update GH action (now normalize-strings.yml)
- normalize strings files to UTF-8

* - update release notes for 12.0.3

* - NSObject+ThemeApplication: fix wrong label colors for ThemeCSSLabels that are also subject to NSObject.applyThemeCollection() calls

* - AppRootViewController + InitialSetupViewController: move initial setup view into own view controller
- InitialSetupViewController: implement status bar style support for consistent status bar colors also pre-iOS 17

* - fix iOS 17 initial setup color issue

* - address owncloud/core#40953 (comment) via SDK update

* - fix: rename of a bookmark is not always reflected in the account list

* - BottomButtonBar: adapt layout dynamically to size class, placing the promptText above the buttons in any but regular horizontal class size and stretching the buttons to fill the space beneath it

* - ClientSidebarViewController: properly initialize accountsControllerSectionSource with item version tracking

* - fix SwiftLint warnings

* added missing Calens changelog files

* added latest app store release notes

* Calens changelog updated

---------

Co-authored-by: Matthias Hühne <[email protected]>
Co-authored-by: Michael Stingl <[email protected]>
Co-authored-by: Michael Stingl <[email protected]>
Co-authored-by: Matthias HΓΌhne <[email protected]>
Co-authored-by: ownClouders <[email protected]>
Co-authored-by: hosy <[email protected]>
  • Loading branch information
7 people committed Sep 5, 2023
1 parent 51386bf commit 1107434
Show file tree
Hide file tree
Showing 191 changed files with 3,742 additions and 1,545 deletions.
28 changes: 28 additions & 0 deletions .github/normalize-strings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Normalize .strings file encoding
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- fix/*
- feature/*
- milestone/*
- translation-sync

jobs:
build:
runs-on: macos-latest
name: Normalize .strings file encoding
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Xcode version
run: /usr/bin/xcodebuild -version
- name: Normalize .strings files to UTF-8
run: ./normalizestrings.sh
working-directory: ./tools/normalizestrings/
- name: Commit files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Normalized Localizable.strings encoding (UTF-8)
file_pattern: '*.strings'
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,73 @@
Changelog for ownCloud iOS Client [12.0.3] (2023-08-31)
=======================================
The following sections list the changes in ownCloud iOS Client 12.0.3 relevant to
ownCloud admins and users.

[12.0.3]: https://github.com/owncloud/ios-app/compare/milestone/12.0.2...milestone/12.0.3

Summary
-------

* Bugfix - Upload-Metadata: [#1227](https://github.com/owncloud/ios-app/issues/1227)
* Bugfix - Open Folder in Files.app: [#1240](https://github.com/owncloud/ios-app/issues/1240)
* Bugfix - Connection name: [#1254](https://github.com/owncloud/ios-app/issues/1254)
* Bugfix - Unable to access files from Files.app: [#1262](https://github.com/owncloud/ios-app/issues/1262)
* Bugfix - File Provider Crash: [#1266](https://github.com/owncloud/ios-app/issues/1266)
* Bugfix - Translation: [#1269](https://github.com/owncloud/ios-app/pull/1269)
* Bugfix - Open in Web for ownCloud 10: [#5747](https://github.com/owncloud/enterprise/issues/5747)
* Bugfix - Copy Item not working: [#5889](https://github.com/owncloud/enterprise/issues/5889)

Details
-------

* Bugfix - Upload-Metadata: [#1227](https://github.com/owncloud/ios-app/issues/1227)

TUS -H Upload-Metadata: mtime missing

https://github.com/owncloud/ios-app/issues/1227

* Bugfix - Open Folder in Files.app: [#1240](https://github.com/owncloud/ios-app/issues/1240)

In some cases it was not possible to open Folder using iOS Files.app.

https://github.com/owncloud/ios-app/issues/1240

* Bugfix - Connection name: [#1254](https://github.com/owncloud/ios-app/issues/1254)

Connection name doesn't change immediately

https://github.com/owncloud/ios-app/issues/1254

* Bugfix - Unable to access files from Files.app: [#1262](https://github.com/owncloud/ios-app/issues/1262)

In some cases it was not possible to access files from the Files.app.

https://github.com/owncloud/ios-app/issues/1262

* Bugfix - File Provider Crash: [#1266](https://github.com/owncloud/ios-app/issues/1266)

IOS invokes a FileProvider method with a nil value, which causes a crash.

https://github.com/owncloud/ios-app/issues/1266

* Bugfix - Translation: [#1269](https://github.com/owncloud/ios-app/pull/1269)

Updated translations from Transifex.

https://github.com/owncloud/ios-app/pull/1269

* Bugfix - Open in Web for ownCloud 10: [#5747](https://github.com/owncloud/enterprise/issues/5747)

Open in Web feature was not available for ownCloud 10 instances in the app.

https://github.com/owncloud/enterprise/issues/5747

* Bugfix - Copy Item not working: [#5889](https://github.com/owncloud/enterprise/issues/5889)

Copy and paste to a Space was not working

https://github.com/owncloud/enterprise/issues/5889

Changelog for ownCloud iOS Client [12.0.2] (2023-06-23)
=======================================
The following sections list the changes in ownCloud iOS Client 12.0.2 relevant to
Expand Down
5 changes: 5 additions & 0 deletions changelog/12.0.3_2023-08-31/1227
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Upload-Metadata

TUS -H Upload-Metadata: mtime missing

https://github.com/owncloud/ios-app/issues/1227
5 changes: 5 additions & 0 deletions changelog/12.0.3_2023-08-31/1240
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Open Folder in Files.app

In some cases it was not possible to open Folder using iOS Files.app.

https://github.com/owncloud/ios-app/issues/1240
5 changes: 5 additions & 0 deletions changelog/12.0.3_2023-08-31/1254
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Connection name

Connection name doesn't change immediately

https://github.com/owncloud/ios-app/issues/1254
5 changes: 5 additions & 0 deletions changelog/12.0.3_2023-08-31/1262
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Unable to access files from Files.app

In some cases it was not possible to access files from the Files.app.

https://github.com/owncloud/ios-app/issues/1262
5 changes: 5 additions & 0 deletions changelog/12.0.3_2023-08-31/1266
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: File Provider Crash

iOS invokes a FileProvider method with a nil value, which causes a crash.

https://github.com/owncloud/ios-app/issues/1266
5 changes: 5 additions & 0 deletions changelog/12.0.3_2023-08-31/1269
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Translation

Updated translations from Transifex.

https://github.com/owncloud/ios-app/pull/1269
5 changes: 5 additions & 0 deletions changelog/12.0.3_2023-08-31/5747
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Open in Web for ownCloud 10

Open in Web feature was not available for ownCloud 10 instances in the app.

https://github.com/owncloud/enterprise/issues/5747
5 changes: 5 additions & 0 deletions changelog/12.0.3_2023-08-31/5889
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Copy Item not working

Copy and paste to a Space was not working

https://github.com/owncloud/enterprise/issues/5889
34 changes: 6 additions & 28 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,8 @@ platform :ios do
)

puts("Build EMM iOS App…")
# Set EMM App-Icon for App Build
sh "mv ../ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/ ../ownCloud/Resources/Assets.xcassets/AppIcon-regular.appiconset/"
sh "mv ../ownCloud/Resources/Assets.xcassets/AppIcon-emm.appiconset/ ../ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/"
# Moving all EMM resources to the correct place
sh "cp -R ../ownCloud/Resources/Theming/com.owncloud.ios-app.emm/* ../ownCloud/Resources/Theming/"

# Build App
owncloud_emm_build()
Expand Down Expand Up @@ -222,30 +221,9 @@ platform :ios do

puts("Build ownCloud Online iOS App…")

# Moving the ownCloud.online Branding.plist to the correct place
sh "mv ../ownCloud/Resources/Theming/Branding.plist ../ownCloud/Resources/Theming/Branding-regular.plist"
sh "mv ../ownCloud/Resources/Theming/Branding-owncloud-online.plist ../ownCloud/Resources/Theming/Branding.plist"

# Set ownCloud.online Splashscreen Background for App Build
sh "mv ../ownCloud/Resources/Theming/branding-splashscreen-background.png ../ownCloud/Resources/Theming/branding-splashscreen-background-regular.png"
sh "mv ../ownCloud/Resources/Theming/branding-splashscreen-background-owncloud-online.png ../ownCloud/Resources/Theming/branding-splashscreen-background.png"

# Set ownCloud.online Splashscreen Logo for App Build
sh "mv ../ownCloud/Resources/Theming/branding-splashscreen.png ../ownCloud/Resources/Theming/branding-splashscreen-regular.png"
sh "mv ../ownCloud/Resources/Theming/branding-splashscreen-owncloud-online.png ../ownCloud/Resources/Theming/branding-splashscreen.png"

# Set ownCloud.online Branded Login Logo for App Build
sh "mv ../ownCloud/Resources/Theming/branding-login-logo.png ../ownCloud/Resources/Theming/branding-login-logo-regular.png"
sh "mv ../ownCloud/Resources/Theming/branding-login-logo-owncloud-online.png ../ownCloud/Resources/Theming/branding-login-logo.png"

# Set ownCloud.online Branded Login Background for App Build
sh "mv ../ownCloud/Resources/Theming/branding-login-background.png ../ownCloud/Resources/Theming/branding-login-background-regular.png"
sh "mv ../ownCloud/Resources/Theming/branding-login-background-owncloud-online.png ../ownCloud/Resources/Theming/branding-login-background.png"

# Set ownCloud.online App-Icon for App Build
sh "mv ../ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/ ../ownCloud/Resources/Assets.xcassets/AppIcon-regular.appiconset/"
sh "mv ../ownCloud/Resources/Assets.xcassets/AppIcon-ownCloud-online.appiconset/ ../ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/"

# Moving all ownCloud.online resources to the correct place
sh "cp -R ../ownCloud/Resources/Theming/online.owncloud.ios-app/* ../ownCloud/Resources/Theming/"

# Build App
owncloud_online_build()

Expand Down Expand Up @@ -424,7 +402,7 @@ end
end

lane :generate_appicon do
iconPath = "ownCloud/Resources/Theming/icon-1024.png"
iconPath = "ownCloud/Resources/Theming/branding-icon.png"
if File.exist?("../" + iconPath)
appicon(
appicon_image_file: iconPath,
Expand Down
8 changes: 2 additions & 6 deletions fastlane/metadata-emm/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Bug Fixes

β€’ Added missing Recents Group
β€’ Unable to authenticate using OpenID Connect
β€’ Attach files from third-party apps
β€’ Solves "Content unavailable" in Files.app
β€’ Bug Fixes
Fixed File Provider, App Provider and layout issues.

8 changes: 2 additions & 6 deletions fastlane/metadata-owncloud-online/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Bug Fixes

β€’ Added missing Recents Group
β€’ Unable to authenticate using OpenID Connect
β€’ Attach files from third-party apps
β€’ Solves "Content unavailable" in Files.app
β€’ Bug Fixes
Fixed File Provider, App Provider and layout issues.

8 changes: 2 additions & 6 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Bug Fixes

β€’ Added missing Recents Group
β€’ Unable to authenticate using OpenID Connect
β€’ Attach files from third-party apps
β€’ Solves "Content unavailable" in Files.app
β€’ Bug Fixes
Fixed File Provider, App Provider and layout issues.

Binary file added fastlane/screenshots/bg_BG/keyword.strings
Binary file not shown.
Binary file added fastlane/screenshots/bg_BG/title.strings
Binary file not shown.
Binary file modified fastlane/screenshots/de-DE/keyword.strings
Binary file not shown.
Binary file modified fastlane/screenshots/de-DE/title.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion ios-sdk
Submodule ios-sdk updated 86 files
+28 βˆ’0 .github/workflows.inactive/normalizestrings.yml
+12 βˆ’0 ownCloudSDK.xcodeproj/project.pbxproj
+5 βˆ’0 ownCloudSDK/App Providers/OCAppProvider.h
+22 βˆ’7 ownCloudSDK/App Providers/OCAppProvider.m
+11 βˆ’4 ownCloudSDK/Connection/OCConnection+Upload.m
+2 βˆ’4 ownCloudSDK/Connection/OCConnection+Users.m
+11 βˆ’7 ownCloudSDK/Core/ItemList/OCCore+ItemList.m
+6 βˆ’4 ownCloudSDK/Core/OCCore+ItemUpdates.m
+9 βˆ’8 ownCloudSDK/Core/OCCore.m
+1 βˆ’1 ownCloudSDK/Core/Resources/URL-based/DriveItems/OCResourceSourceDriveItems.m
+3 βˆ’1 ownCloudSDK/Core/Resources/URL-based/OCResourceSourceURL.h
+6 βˆ’1 ownCloudSDK/Core/Resources/URL-based/OCResourceSourceURL.m
+20 βˆ’1 ownCloudSDK/Core/Resources/URL-based/URLItems/OCResourceSourceURLItems.m
+2 βˆ’1 ownCloudSDK/Core/Sharing/OCShareQuery.m
+1 βˆ’0 ownCloudSDK/Core/Sync/Actions/Download/OCSyncActionDownload.m
+1 βˆ’1 ownCloudSDK/Data Sources/Sources/Array Backed/OCDataSourceArray.h
+11 βˆ’0 ownCloudSDK/Data Sources/Sources/Array Backed/OCDataSourceArray.m
+1 βˆ’1 ownCloudSDK/Data Sources/Sources/Mapped/OCDataSourceMapped.h
+2 βˆ’2 ownCloudSDK/Errors/NSError+OCError.m
+4 βˆ’0 ownCloudSDK/Query/OCQuery+Internal.h
+34 βˆ’0 ownCloudSDK/Query/OCQuery+Internal.m
+5 βˆ’1 ownCloudSDK/Query/OCQuery.h
+26 βˆ’0 ownCloudSDK/Query/OCQuery.m
+14 βˆ’10 ownCloudSDK/Query/OCQueryChangeSet.h
+2 βˆ’1 ownCloudSDK/Resource Management/OCBookmarkManager.m
+ βˆ’ ownCloudSDK/Resources/ar.lproj/Localizable.strings
+485 βˆ’0 ownCloudSDK/Resources/bg_BG.lproj/Localizable.strings
+1 βˆ’1 ownCloudSDK/Resources/cs.lproj/Localizable.strings
+485 βˆ’0 ownCloudSDK/Resources/de-DE.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/de.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/de_CH.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/el.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/en-GB.lproj/Localizable.strings
+2 βˆ’2 ownCloudSDK/Resources/en.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/es.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/eu.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/fr.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/gl.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/he.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/is.lproj/Localizable.strings
+372 βˆ’90 ownCloudSDK/Resources/ko.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/lt_LT.lproj/Localizable.strings
+1 βˆ’1 ownCloudSDK/Resources/mk.lproj/Localizable.strings
+1 βˆ’1 ownCloudSDK/Resources/nb-NO.lproj/Localizable.strings
+1 βˆ’1 ownCloudSDK/Resources/nn-NO.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/pt-BR.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/pt-PT.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/ru.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/sq.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/th-TH.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/tr.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/zh-Hans.lproj/Localizable.strings
+ βˆ’ ownCloudSDK/Resources/zh_TW.lproj/Localizable.strings
+2 βˆ’0 ownCloudSDK/TUS/NSString+TUSMetadata.h
+1 βˆ’1 ownCloudSDK/TUS/NSString+TUSMetadata.m
+0 βˆ’6 ownCloudUI/Certificate Metadata/OCCertificate+OpenSSL.m
+6 βˆ’0 ownCloudUI/Certificate Metadata/OCCertificateViewController.m
+127 βˆ’0 ownCloudUI/Certificate Metadata/OpenSSL license/OpenSSL.LICENSE
+ βˆ’ ownCloudUI/Resources/ar.lproj/Localizable.strings
+52 βˆ’0 ownCloudUI/Resources/bg_BG.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/de-DE.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/de.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/de_CH.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/el.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/en-GB.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/es.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/eu.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/fr.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/gl.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/he.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/is.lproj/Localizable.strings
+41 βˆ’35 ownCloudUI/Resources/ko.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/pt-BR.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/pt-PT.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/ru.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/sq.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/th-TH.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/th_TH.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/tr.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/zh-Hans.lproj/Localizable.strings
+ βˆ’ ownCloudUI/Resources/zh_TW.lproj/Localizable.strings
+18 βˆ’0 tools/normalizestrings/normalizestrings.sh
+12 βˆ’0 tools/ocstringstool/build_tool.sh
+291 βˆ’0 tools/ocstringstool/ocstringstool.xcodeproj/project.pbxproj
+7 βˆ’0 tools/ocstringstool/ocstringstool.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+79 βˆ’0 tools/ocstringstool/ocstringstool/main.swift
2 changes: 2 additions & 0 deletions ownCloud File Provider/FileProviderContentEnumerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ NS_ASSUME_NONNULL_BEGIN
{
NSMutableArray <FileProviderEnumeratorObserver *> *_enumerationObservers;
NSMutableArray <FileProviderEnumeratorObserver *> *_changeObservers;

NSHashTable<OCQuery *> *_didReturnAnyContentQueries;
}

@property(nonatomic,readonly,class) OCAsyncSequentialQueue *queue;
Expand Down
Loading

0 comments on commit 1107434

Please sign in to comment.