ios-legacy icon indicating copy to clipboard operation
ios-legacy copied to clipboard

iOS 12

Open jesmrec opened this issue 6 years ago • 6 comments

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

Tasks to do:

  • [x] Whole test over the app
  • [x] Test over SAML
  • [x] Smoke test using MDM

  • [x] (1) Av. offline folder https://github.com/owncloud/ios/issues/1067#issuecomment-409496221 [FIXED]
  • [x] (2) Av. offline file https://github.com/owncloud/ios/issues/1067#issuecomment-409497836 [FIXED]

jesmrec avatar Jul 31 '18 06:07 jesmrec

(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 avatar Aug 01 '18 08:08 jesmrec

(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 avatar Aug 01 '18 08:08 jesmrec

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 avatar Aug 08 '18 11:08 jesmrec

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

jesmrec avatar Aug 14 '18 11:08 jesmrec

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

soydepr avatar Sep 17 '18 20:09 soydepr

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

michaelstingl avatar Sep 18 '18 05:09 michaelstingl