You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 1.0.16, I'm seeing "Finished sync (1 issue)" and getting this error message. I suspect there's something off, because before this update I have always been getting "Finished sync (5 issues)" and "Some data in My Library could not be downloaded. It may have been saved with a newer version of Zotero. Other data will continue to sync." Which is the same result as what I get on iOS.
The text was updated successfully, but these errors were encountered:
…calculation of deletion/insertion/modification positions for the table.
Fix sync error "Index 332 out of bounds for length 332" #89
Fixes the issue where if item were deleted remotely it was not removed from the table during partial sync.
Fixes the issue where if item were added remotely it was always added to the end of the table, instead of being inserted in it's correct position.
Since I now completely understand the All Items Screen business logic I decided to do a major refactoring related to generation of rows for this screen. This led to a number of bugfixes listed above.
AllItemsProcessor class and is now responsible for all the work related to querying and listening to the database, processing the results and posting generated ItemCellModels to the ViewModel. Hence the ViewModel is much cleaner now.
ReadItemsDbRequest now doesn't return the actual result list, but instead an empty collection that is generated by Realm's findAsync method that is then being observed by AllItemsProcessor. It allows for much more straightforward and less duplicated code related to generation of ItemCellModels.
Got the same error in emulator on first app launch, but it seems to go away after first sync. However, after a period of testing, the same error reappears.
In 1.0.16, I'm seeing "Finished sync (1 issue)" and getting this error message. I suspect there's something off, because before this update I have always been getting "Finished sync (5 issues)" and "Some data in My Library could not be downloaded. It may have been saved with a newer version of Zotero. Other data will continue to sync." Which is the same result as what I get on iOS.
The text was updated successfully, but these errors were encountered: