owncloud / ios-legacy

:iphone: iOS app for ownCloud
https://itunes.apple.com/app/owncloud/id543672169
GNU General Public License v3.0
624 stars 687 forks source link

Verify behaviour with APFS #921

Open guruz opened 7 years ago

guruz commented 7 years ago

I know we have some issues on desktop (https://github.com/owncloud/client/issues/5650) so you should check your iOS behaviour too :)

https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/APFS_Guide/FAQ/FAQ.html#//apple_ref/doc/uid/TP40016999-CH6-DontLinkElementID_3 "Some differences between how APFS and HFS+ handle filenames include the following:"

Although it might be too late because 10.3 is already out? Especially interesting might be things like emojis or invalid utf8 encodings.

jesmrec commented 7 years ago

Thank you @guruz, 10.3 was released time ago, ftm problems were not reported. But you are right, we had it already in mind (https://github.com/owncloud/ios/issues/857), and we should go a step further to complete a whole APFS support.

guruz commented 7 years ago

https://mjtsai.com/blog/2017/06/27/apfs-native-normalization/ "iOS 10.3 through 10.3.2 use the problematic version of APFS that is case-sensitive, normalization-preserving, and normalization-sensitive. You can write a lot of app code to make everything work, but anyone who hasn’t done this already probably won’t." =)