adeelkhanaslam / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

File location, share or save to path, quick open / load in background #712

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) It often happens that I click some link and a file is opened automatically 
in ebookdroid.  I then have no idea where the file is so I can save it in a 
different location or open with something else. Please either add a standard 
"share" button or something like "properties"  telling me what I am looking at, 
and where it is. 
2) Slow - I know tradeoffs have to be made - but I would like it if the first 
page of the doc could be made available while the rest loads in the background 
(or similar)

I am using the most recent version as of Feb 3, on a sgs4 and sg note 10.1 2014

Thanks!

matthew dot cushman at gmail

Original issue reported on code.google.com by Matthew....@gmail.com on 3 Feb 2014 at 6:08

GoogleCodeExporter commented 9 years ago
1) You can turn off http link handling by ebookdroid. Check supportedfile types 
in all settings. Also on closing such temporary books user is asked if he want 
to save document to some place. And user has to choose folder for saving 
document.

2) first check how many pages in memory do you have in performance settings. 
All visible pages are decoded instantly and up to pages in memory setting in 
background. Displaying first page can be done only for linearized pdfs, and for 
all other doc types full file scan is needed.

Original comment by Andrei.K...@gmail.com on 3 Feb 2014 at 6:35