Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

iOS 12 #1067

Open
5 tasks done
jesmrec opened this issue Jul 31, 2018 · 6 comments
Open
5 tasks done

iOS 12 #1067

jesmrec opened this issue Jul 31, 2018 · 6 comments
Labels

Comments

@jesmrec
Copy link
Contributor

jesmrec commented Jul 31, 2018

This issue will be a container to get all ideas - tests over iOS12 before the official launch.

Tasks to do:

  • Whole test over the app
  • Test over SAML
  • Smoke test using MDM

@jesmrec jesmrec added the iOS 12 label Jul 31, 2018
@jesmrec
Copy link
Contributor Author

jesmrec commented Aug 1, 2018

(1)

Steps:

  1. Set a folder as available offline
  2. Pull down to refresh

Current: folder loses the av. offline
Expected: folder is av. offline

iPhone6SPlus iOS12 beta5

@jesmrec
Copy link
Contributor Author

jesmrec commented Aug 1, 2018

(2)

Steps:

  1. Set a file as av offline
  2. Pull down to refresh
  3. Pull down again to refresh

Current: 2. File is not av. offline, only downloaded. 3. File is neither av. offline nor downloaded
Expected: file is av. offline

iPhone6SPlus iOS12 beta5

@jesmrec
Copy link
Contributor Author

jesmrec commented Aug 8, 2018

Regarding (1) and (2), the problem seems to be in the way the data is fetched from DB or the comparison with files_backup. I noticed these logs in XCode:

2018-08-08 12:49:07.076717+0200 Owncloud iOs Client[9522:318419] <0x1096617e0 ManageFilesDB.m:(731)> currentFile.idFile: 0
....
2018-08-08 12:49:07.079847+0200 Owncloud iOs Client[9522:318419] <0x1096617e0 ManageFilesDB.m:(682)> files share source = 0
2018-08-08 12:49:07.080040+0200 Owncloud iOs Client[9522:318419] <0x1096617e0 ManageFilesDB.m:(683)> currentFile.idFile: 0
2018-08-08 12:49:07.095286+0200 Owncloud iOs Client[9522:318419] <0x1096617e0 ManageFilesDB.m:(684)> currentFile.etag: (null)
2018-08-08 12:49:07.095472+0200 Owncloud iOs Client[9522:318419] Warning: I could not find the column named 'f.id'.
2018-08-08 12:49:07.095608+0200 Owncloud iOs Client[9522:318419] Warning: I could not find the column named 'b.etag'.
2018-08-08 12:49:07.095698+0200 Owncloud iOs Client[9522:318419] Warning: I could not find the column named 'b.is_necessary_update'.
2018-08-08 12:49:07.095819+0200 Owncloud iOs Client[9522:318419] Warning: I could not find the column named 'b.is_download'.
2018-08-08 12:49:07.095911+0200 Owncloud iOs Client[9522:318419] Warning: I could not find the column named 'b.shared_file_source'.
2018-08-08 12:49:07.096199+0200 Owncloud iOs Client[9522:318419] Warning: I could not find the column named 'b.permissions'.
2018-08-08 12:49:07.096586+0200 Owncloud iOs Client[9522:318419] Warning: I could not find the column named 'b.task_identifier'.
2018-08-08 12:49:07.146916+0200 Owncloud iOs Client[9522:318419] Warning: I could not find the column named 'b.providing_file_id'.

files are downloaded in the app sandbox correctly, but with the performance of (1) and (2), columns is_download | is_favorite switch to 0 , meanwhile in files_backuptable is_download keep the 1

@jesmrec
Copy link
Contributor Author

jesmrec commented Aug 14, 2018

With SAML beta5 works fine. Checked in cases of session expiration.

@jesmrec jesmrec modified the milestone: 3.8.0 Aug 21, 2018
@soydepr
Copy link

soydepr commented Sep 17, 2018

Would like to add that adding calendar via Caldav in iOS 12 beta is not working
Works fine in 11.4.1. In 12 authentication fails or not found

@michaelstingl
Copy link
Contributor

@soydepr this issue is about the ownCloud iOS app. Please open a new one in the calendar repository: https://github.com/owncloud/calendar/issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants