ailiboy / ebookdroid

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

Pageindex doesn't work with multiple intent calls #274

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call ebookdroid from another app to open a book to a given page using the 
new intent hooks.
2. Call ebookdroid again from the other app to open another book to a give page.

What is the expected output?
The first book will close and the second book will open to the given page.

What do you see instead?
The second book opens to page 1.  Apparently both books are open at once--when 
you hit the Back button the second book closes and the first book is still open.

What version of the product are you using?
EBookDroid 1.5.0-dev revision 1499 for ARM v7 based systems

On what operating system?
Jelly Bean.

What device are you using?
Notion Ink Adam

Please provide any additional information below.
If there is a way to send a signal to ebookdroid to close an already open book, 
the application could send that first.  But maybe it makes more sense to just 
have ebookdroid close any open books before opening the new one?

Thanks for your work - the 1.5 version is wonderful with the text search and 
support for opening the book with different parameters!

Original issue reported on code.google.com by norri...@gmail.com on 9 Aug 2012 at 5:09

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by Alexander.V.Kasatkin@gmail.com on 25 Sep 2012 at 2:30