-
Notifications
You must be signed in to change notification settings - Fork 800
Large FBReaderJ changes planned for future
geometer edited this page Jan 4, 2011
·
5 revisions
- Library code refactoring.
- (DONE) Library should be moved to a separate process. In current implementation library and main process shares the same memory. As a result OutOfMemoryException is too often.
- Library should load information smoothly. Currently we load all the information before library opening, and opening of a 100-books library is too slow.
- (DONE) Library view should be rewritten to be more similar to network library: book covers should be shown; separate pages for each book (wtih cover, annotation, etc.) should be created.
- Support for more book formats.
- We plan to re-use existing code from FBReader C++ to increase number of formats.