![]() |
Re: New FBReader build in Extras-Devel
I've uploaded 0.12.10-24 (for Diablo and Fremantle) which stores the margin and padding CSS values separately and adds them together to calculate the spacings.
The source code changes can be downloaded from here. I'll look to push this to extras-testing at the end of the week, so please let me know if you find any issues before then. |
Re: New FBReader build in Extras-Devel
Hello, Rob1n
It looks like your latest updated royally screwed up .epub reading, and some other formats too, most likely. Most of the time, the latest FBReader just shows empty screen. Page display also appears to be broken: it only changes after 2-4 page flips in a row. Whatever you have done to that code broke it. Please, consider rolling back =) |
Re: New FBReader build in Extras-Devel
Excellent application.
Vote for the addition of the ability to create bookmarks, notes, and to copy when full screen without leaving it with the keyboard closed... |
Re: New FBReader build in Extras-Devel
Quote:
|
Re: New FBReader build in Extras-Devel
Quote:
Thanks for looking into this, tho. Atleast I've got a workaround until the ... problem can be fixed. |
Re: New FBReader build in Extras-Devel
Quote:
Quote:
I've fixed this in the latest uploaded version though (0.12.10-25) though, so there should be no need for a workaround. It should be available in the repository shortly. |
Re: New FBReader build in Extras-Devel
I have a FR: something like checking/filtering read books in library.
And maybe some list of read books, with date, comments, etc. |
Re: New FBReader build in Extras-Devel
Quote:
|
Re: New FBReader build in Extras-Devel
Hey, I just downloaded FBreader after a long time due to all this activity in this thread. And I must say, I am impressed. I expect that FBReader will soon be one amoung my top used apps with Comix, gPodder and www2sms. But a few gripes (bugs?):
The fact that direct dictionary search is included is brilliant. But when text selection is activated, the swiping to turn pages does not work. They only select the text. So could it be possible to have small next/previous page buttons like in Comix? Once again thanks. |
Re: New FBReader build in Extras-Devel
Quote:
Quote:
Quote:
|
Re: New FBReader build in Extras-Devel
Quote:
|
Re: New FBReader build in Extras-Devel
Quote:
Very few things remain before I, personally atleast, consider FBreader THE single best ebook reader out there ... |
Re: New FBReader build in Extras-Devel
I've uploaded an initial version of the FBReader Customiser. This currently allows customising the main and popup menus - I'll be adding toolbar customisation at some point but that's a bit more complex, so I need to plan it through first.
The initial view allows selection of which menu to edit: http://www.robinhill.me.uk/maemo/FBR...miser_main.png You're then presented with a list of Available actions (sorted alphabetically), and a list of currently Selected actions (in the order they'll be shown on the menu). The labels are the same as those shown in the menus in FBReader (and it should pick up the localised versions, but I've not tested that), so some of them may be context-sensitive (and some actions may not work at all): http://www.robinhill.me.uk/maemo/FBR...miser_edit.png You can scroll through the items using the normal touch scrolling, and move items between the lists (or reorder the Selected actions) using drag & drop. In order to get these two functions working together, a drag has to move sideways initially. The main menu is limited to 14 actions (which is all that can fit on the screen), after which it won't allow you to drag any more from the Available list. The popup menu isn't limited at all. Press the Save button to write out the custom configuration file. To revert to the default configuration, just remove the appropriate xml file (popupmenu,xml or menubar.xml) from ~/.FBReader (I'll add this functionality into the app for a future release). Let me know if you find any issues, or have any suggestions. I'm not entirely happy with the current interface, so this may well be changing in a future version, but I thought I'd let you have what I've done currently (it's functional at least). |
Re: New FBReader build in Extras-Devel
not in repos yet, this will be cool.
|
Re: New FBReader build in Extras-Devel
Quote:
Now I can read Wallander in peace :-) |
Re: New FBReader build in Extras-Devel
are my repos screwed up or is there normally a delay? I got some other updates but not my fav app fbreader...every update is like a little xmas gift to me:)
|
Re: New FBReader build in Extras-Devel
Quote:
|
Re: New FBReader build in Extras-Devel
Quote:
I've just uploaded version 0.12.10-26 for Diablo only. I've implemented it slightly differently from your patch (there's actually a logic flaw in there, where calling enable twice will disable it). The screen is also only kept on if FBReader is the foreground application. |
Re: New FBReader build in Extras-Devel
Quote:
|
Re: New FBReader build in Extras-Devel
I take it this is not the fremantle version? I don't see it.
|
Re: New FBReader build in Extras-Devel
Quote:
|
Re: New FBReader build in Extras-Devel
1 Attachment(s)
Quote:
Maybe I missed out some important info as I didn't have the energy to follow the technical discussions closely. Anyway thanks for your effort. It's an awful lot of work. I am sure many many users feel the same way. :D [EDIT] sorry forgot to upload the screenshot. Here it is. Thanks! |
Re: New FBReader build in Extras-Devel
Quote:
|
Re: New FBReader build in Extras-Devel
No. Opening books is fine. But I just see a long unstructured list of books readable by the app without knowing what they are (pls. see the screenshot above).
ps Just for the record. My ePub books converted by Calibre look great! :D |
Re: New FBReader build in Extras-Devel
Quote:
|
Re: New FBReader build in Extras-Devel
I was testing with the html version NET Bible (I have no religion though :D ). The archive is pretty big with many small files. The app treats each subdirectory as an individual book.
Switching to basic library view and turning off the book paths make things much smoother. How to clean up the existing libarary database? |
Re: New FBReader build in Extras-Devel
Quote:
Quote:
|
Re: New FBReader build in Extras-Devel
I've uploaded 0.12.10-27 (for Diablo and Fremantle). The only change is support for handling svg image tags for EPub book covers (they were already supported within the books, just not for the cover). This support is a bit of a kludge though - the cover processing is done entirely separately from the main book processing, so there doesn't seem to be an easy way to make use of the same code. It works fine for the Baen epubs though, which is where I've noticed the issue.
The source code changes can be downloaded from here. |
Re: New FBReader build in Extras-Devel
I've uploaded 0.12.10-28 (for Diablo and Fremantle).
This fixes the issue reported where the application exits directly from the book info screen. This was caused by the changes I'd put in to prevent reloading a book if it's reopened from the library. Fixing the issue required only a minor change, but pointed out a more significant issue. As this code is also used from the book info screen, additional checks needed to be added in order to reload the book if any critical changes have been made (i.e. language/encoding). This new version handles this, avoiding the bulk of the reloading work in the normal case, but doing a full reload when required. The source code changes can be downloaded from here. |
Re: New FBReader build in Extras-Devel
I'm having trouble to read chinese epub files fbreader. The same file works in dorian. Any idea how I should set it up to read chinese? Thanks.
|
Re: New FBReader build in Extras-Devel
My n900 is broken and I probably won't be getting another one, but I just wanted to say thank you so much for making this available; it made my n900 experience way better.
As a random comment, I would have really liked a way to get fbreader to read out via espeak. Thanks again. -Robin |
Re: New FBReader build in Extras-Devel
Hi I do love this app. Would there be any way to have a sort by last read in the library? I open in library mode and would love to just have the books appear in the order they were last used (kind of like a compromise between opening last read and opening in library mode).
Thanks again, as the above poster says the updates to fbreader are one of the great points of the n900. |
Re: New FBReader build in Extras-Devel
Does tap to scroll work? I checked the checkbox in Preferences. I need an easy way to do next page with the keyboard open, because I often use Ctrl-Bksp to switch windows. I use HiveMind together with FBreader for great note taking.
|
Re: New FBReader build in Extras-Devel
Right now, the open in doctionary is not working for me. Even when it was working, the implementation is not right IMO. ie, the text selection is way too accurate. ut when using fingers, we usually just want complete words to get selected to open in dictionary. What happens now is that when we select, even partial words from either side of the word we wish to select are also getting selected.
Is there any way to change this text selection behaviour so that it automatically selects complete words? For reference, you can check out the default behaviour of MobiPocket reader. Thanks! |
Re: New FBReader build in Extras-Devel
Quote:
Quote:
Quote:
|
Re: New FBReader build in Extras-Devel
Quote:
I think I'm set up the way I want now, thanks. |
Re: New FBReader build in Extras-Devel
With text selection and scroll by dragging enabled, I can only get text selection to work. I don't think both of these options are compatible.
|
Re: New FBReader build in Extras-Devel
Quote:
|
Re: New FBReader build in Extras-Devel
I have FBreader 0.10.7-1 on a Maemo OS2008 and I would like to use to search/read reference and translation dictionaries
I know that FB Reader can only read mobipocket format without DRM, however, my ebooks have no DRM or I think so. One is wikipedia(Spanish), and in theory since it is not a commercial book I think it shouldn't have DRM, when I try to add to library, FBreader gives the message "Couldn't open: Unsupported compresion method" In other thread someone told me about one python script to remove the compression, do you think the problem is the compression? is the script mobihuff.py? The same error happen when Oxford ALD, and Chambers dictionaries On the contrary I could open one mobipocket english dictionary (Wordnet) and I can access to the data. However, there isn't a search index, to search in the topics. I can use the normal search function but to search in the entire content instead of topics but it is useless. Are you using FBreader with these kind of data? any way to have wikipedia in a maemo OS2008? |
Re: New FBReader build in Extras-Devel
I, too, would like to second my appreciation for the work on FBReader.
Quote:
Is this supposed to work? |
| All times are GMT. The time now is 16:52. |
vBulletin® Version 3.8.8