-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RELEASE] 12.3 #1362
Comments
(1) [WONT FIX]In iOS18 (latest beta-RC), app icon is not displayed after fresh install. Opening the app the icon is recovered and gone again: ScreenRecording_09-13-2024.16.MP4This effect does not happen in iOS 17 Tested with archived ipa, not debug. iPhoneXR v18.0 app |
@jesmrec (1) appears to be a bug in iOS 18 and nothing we can fix from our side. I guess a reboot will fix that. FWIW I didn't see it on my test iPad and test iPhone. |
(3) [FIXED IN LATEST COMMITS]
Expected:: file correctly duplicated in first instance ScreenRecording_09-16-2024.09-45-27_1.MP4iPhone XR iOS18 app |
(4)
Current: media-import imports everything, but files stay in the list with the spinner and greyed out. A part of them upload to the server, but most of them are stucked in Expected: Everything uploaded I caught some logs: ownCloud_17_Sep_2024_at_09_02_48.log.txt In my iPadOS 17, it works like a charm. (some iOS version dependency?) EDIT: After some time, some re-openings in the app, i realised that everything was uploaded. But, it was not a short time and many re-openings. iPhone XR iOS18 app |
(5) [FIXED IN LATEST COMMITS]Downloads. I have a folder I click one by one, in order to download and preview them 2 out of 5 don't download and get stucked in ScreenRecording_09-16-2024.14.MP4I caught some logs, not corresponding the recording above (let me know if you need something different): ownCloud_16_Sep_2024_at_12_42_28.log.txt This is just an explicative example. The point is, that downloading files randomly, not always are finished for any reason. I was only able to reproduce in iOS18, not in iOS17. app |
(7) [FIXED]I get a I tried the same test with
It seems that is easier to reproduce when browsing back rom list of files to list of resources (Personal, spaces, share with me) ScreenRecording_09-17-2024.10-10-13_1.MP4app |
Re (2): this message is expected when trying to connect to local servers. If a user presses "Don't allow", they will not be able to access their local server(s). |
…nted HTTP request removals/reschedules by other processes; fixing finding (4) in owncloud/ios-app#1362
Re (7): As far as I can see, this is just "running out of memory". I saw it only when I had ongoing TUS uploads carried over from the app, where the allocation of even a small buffer to segment the uploaded file might make the whole File Provider trip over the limit. I'll perform some further debugging and checks in the Simulator, however. But since the FP is no longer used by any other parts of the app other than the FP itself, you can continue with QA on all other parts of the app. |
…nted HTTP request removals/reschedules by other processes; fixing finding (4) in owncloud/ios-app#1362
(8)Operations in Files App are returning crashes. For example, removing 10 files: ScreenRecording_09-18-2024.11-13-01_1.MP4Files are not removed from server. Logs: ownCloud_18_Sep_2024_at_11_11_23.log.txt Other basic operations like remove, duplicate or copy/paste behave the same app: |
Can you find a crash log or check the console while performing this task Xcode > Window > Devices > Select Device > Open Console |
@hosy i saw nothing relevant, i also checked the I'm testing with a released signed ipa (not debug), it may have something to do. I'll try to get something from a debug build. |
@jesmrec on the Organizer window you can only find crash reports from TestFlight or App Store. |
i checked, just in case. I've just checked with a debug build and i see nothing in |
(9) [FIXED]A weird scenario, that i reproduce in both iOS17 and iOS18
-> Folder picker is opened but accounts appear as
-> ScreenRecording_09-18-2024.13-25-29_1.MP4If you need logs, please ping me. I tried to get logs from the app, but the log file form that scenario weights > 600MB. EDIT: as @felix-schwarz requested, log file only with latest 8000 lines was caught: app: |
Issue (7) is fixed. But (8) is reproducible in populated accounts. |
@jesmrec regarding (10): Just had a look and it es available for me. Tested on demo.owncloud.com: |
i rechecked with same devices and versions and now it is available... pretty weird. I will take another look, just in case i find any reason. Thanks for checking @hosy |
About the ScreenRecording_09-19-2024.15-03-56_1.MP4Something fixable? should go to 12.3.1? what do you think? |
@felix-schwarz with the following: app unfortunately i still reproduce this. If some extra info is required, let me know. |
@jesmrec I´ve added the |
@hosy, fixed with your commit! |
Release Xcode version: Approved commits:
Devices:
QA: Reports in QA-phase in the top message Known issues and regards:
|
Release a new version
Xcode version to work with:
16.0 (16A242d)
TASKS:
Git & Code
release/[major].[minor].[patch]
(freeze the code)APP_SHORT_VERSION
[major].[minor].[patch]
in ownCloud.xcodeproj/project.pbxprojrelease/[major].[minor].[patch]
in master[major].[minor].[patch]
customer_portal
to new release tagIf it is required to update the iOS-SDK version:
release/[major].[minor].[patch]
(freeze the code)release/[major].[minor].[patch]
inmaster
[major].[minor].[patch]
If it is required to update third party:
App Store
[major].[minor].[patch]
BUGS & IMPROVEMENTS:
QA
Regression test: https://github.com/owncloud/QA/blob/master/Mobile/iOS/Executions/Version%2012.3/Regression.md
Reports:
The text was updated successfully, but these errors were encountered: