Stefan
Stefan
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: - [ ] SyncTask gets cancelled regularely with errorCode 0x80010008...
Idea for a feature in the future: Update Tile and notifications based on (some) activities on the account. Especially something like - User x shared a file with you -...
For me the ListGroupHeader for file (A-Z) is confusing when there are less than 10 files in a folder. I'd prefer to hide them in that case.
Use Service Worker to cache favorites and new articles for offline mode. Default angular implementation only caches get requests, so one needs to create a service worker manually.
Use service worker to inform user about new articles. Currently badges are not possible, but would be my favourite solution.