avram / zandy

Zotero on Android
http://www.gimranov.com/avram/w/zandy-user-guide
GNU Affero General Public License v3.0
148 stars 28 forks source link

Move to v3 API #138

Open avram opened 7 years ago

avram commented 7 years ago

Move to V3 API and its support for better syncing and partial syncs

judeibe commented 6 years ago

Been looking at API 3, it supports JSON can the app implementation use that.

avram commented 6 years ago

Yes, it would be great to eliminate the XML handling components of the sync system-- that is an unpleasant and complex pile of code.

judeibe commented 6 years ago

I have started working on the code. I will create a pull request. I am using gson and retrofit.