nextcloud / windows-universal

📱 Nextcloud Windows Mobile app
https://www.microsoft.com/store/apps/9nblggh532xq
Mozilla Public License 2.0
59 stars 34 forks source link

Background Sync Enhancements #187

Open TheScientist opened 7 years ago

TheScientist commented 7 years ago

I have a partially working background task version of the file sync: https://github.com/TheScientist/windows-universal/tree/%2310_background I'll track the todos here.

Version 1.2.0:

Future versions

DecaTec commented 7 years ago

The background task will be outproc, right?

TheScientist commented 7 years ago

Yes, we need to move some of the classes into a class library, to make them usable by the bg task. The branch has a partially working version. Sync starts but gets canceled sometimes.

TheScientist commented 7 years ago

Looking at the code from the new owncloud client, I found 2 interesting things:

SunboX commented 7 years ago

Oh, nice, a universal owncloud client. Thats a great finding for reference! Let's see if can adapt some things!