NightWhistler / PageTurner

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

Navigation has to wait for page number calculation #453

Closed NightWhistler closed 11 years ago

NightWhistler commented 11 years ago

Situation:

You open a new book for the first time... it opens the first chapter, then starts the pagenumber calculation. Then, navigate to another point of the book through the TOC.

Now the user has to wait for the pagenumber calculation to finish before the text is loaded.

NightWhistler commented 11 years ago

Text loading and page number calculation now also uses the task scheduling mechanism.

The downloading of progress does still need to be refactored.