Bug 85846

Summary: android: Cache tiles - remember those that have been already rendered
Product: LibreOffice Reporter: Jan Holesovsky <kendy>
Component: Android ViewerAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: robinson.libreoffice
Priority: medium    
Version: 4.4.0.0.alpha0+ Master   
Hardware: Other   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 84726    

Description Jan Holesovsky 2014-11-04 09:52:12 UTC
We need to remember the tiles that have been already rendered, so that when the user scrolls back and forth, he/she gets the content ~immediately, without the need of re-rendering them.

If we need to throw away some, do that based on their last use - start with those unused for the longest amount of time, or so.
Comment 1 Chiranjeev Gupta 2015-03-27 14:44:29 UTC
Can it be done by updating the Bundle every time and assigning it the values of the current View and hence restore the values on re rendering it??
Comment 2 Jan Holesovsky 2015-04-20 08:11:56 UTC
This is now fixed, changing the state accordingly :-)