PhotoBackup / client-android

The Android PhotoBackup client, made to free your pictures from your device
https://photobackup.github.io/
GNU General Public License v2.0
48 stars 15 forks source link

Response code 409 = already uploaded also note as success (fixes #24) #27

Closed zealot128 closed 8 years ago

zealot128 commented 8 years ago

What do you think? Another option would be to keep book with the "alreadyUpload" and display it in the notification "5 photos uploaded, 2 failures, 3 already up...." (maybe also too long...)

stephanepechard commented 8 years ago

Thanks for this, I don't know OkHttp much, I learn thanks to you!

zealot128 commented 8 years ago

Thx for merging!

I've tried to fix the build error - Gradle version problem. But I failed so far, as I am not very familiar with the Java build systems and Gradle wrapper.