Stefan
Stefan
Me, as a Windows Mobile user really like those apps that stick to the default designs. I chose Windows Mobile cause of its consistent look and hate when there are...
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...
Looking at the code from the new [owncloud client](https://github.com/owncloud/OwncloudUniversal), I found 2 interesting things: - they query a windows search index to look for locally changed files - they compare...
I'll have a try on that: 1. Context menu for directories to sync 2. When clicking that context menu, user needs to select a target folder on his/her device 3....
Started with some basic stuff like adding menuflyout item and saving information for the folders to synchronize in db. If someone is interested, the branch is linked above.
Manual sync working (mostly). Next: - Error handling - Move code to background Task
Has somebody an idea how to handle conflicts, e.g. file has changes locally and remotely? The easiest option to implement would be to use a default option (selectable in settings)...
I'd like to ask you for testing the current state. Manual sync is finished from my perspective but may needs more error handling. I'll start to put all needed code...
I think the anniversairy update sdk contains sqlite, so we could remove the dependency if we update the min Version for the app. I'll add the info when the app/sync...
This issue can be closed, as we have #108 and #187