1
0
mirror of https://github.com/etesync/android synced 2024-11-16 04:49:06 +00:00
etesync-android/app
Tom Hacohen e7694924b4 Automatically fix non-dirty entries with null etag on upgrade
Commit 5d1c90dcba fixed a bug where
entries added from the server were marked as "local only" (null etag)
which was causing issues. That commit fixes it for newly added resources,
but existing resources remained broken.

This commit goes through the database and fixes all of the existing
broken resources. It skips dirty entries because figuring out if they
were just created or updated is complex, and the chances of doing an
update at exactly the same time there are dirty entries is quite low,
so the complexity involved is just not worth it.
2017-03-24 15:33:07 +00:00
..
src Automatically fix non-dirty entries with null etag on upgrade 2017-03-24 15:33:07 +00:00
.gitignore
build.gradle Bump version. 2017-03-24 14:48:00 +00:00
lint.xml
proguard-rules.txt Rename the Android package to EteSync 2017-02-27 13:23:24 +00:00