NightWhistler / PageTurner

Android e-book reader with cloud synchronization
pageturner-reader.org
GNU General Public License v3.0
466 stars 222 forks source link

Sync last read title #313

Open NightWhistler opened 11 years ago

NightWhistler commented 11 years ago

PageTurner should store the title hash of the currently read book on the server.

When opening the app we can receive this hash from the server and check the local database for a matching book.

If we store the hash code the book titles in the database, we can quickly find a book based on its title hash.

This way we can have an even more synchronized reading experience.

NightWhistler commented 11 years ago

On the server side we don't need to store any extra information: just return the title of the last book that the user sent an update for.