E-book reader based on FBReader
Find a file
Slava Monich 022056efee [fbreader] Fixed apparent bug in ZLStringUtil::replaceAll
Caught by gcc:

ZLStringUtil.cpp:132:38: warning: comparison of constant '4294967295' with boolean
expression is always true [-Wbool-compare]
   while ((pos == str.find(find, pos)) != std::string::npos) {
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
2019-12-10 03:21:16 +03:00
app [app] Added Chinese translation to the build 2019-12-04 12:27:07 +02:00
fbreader [fbreader] Fixed apparent bug in ZLStringUtil::replaceAll 2019-12-10 03:21:16 +03:00
fribidi Enabled USE_SIMPLE_MALLOC for thread safety 2015-05-31 00:41:57 +03:00
harbour-lib@32bccefea7 [harbour-lib] Pulled in HarbourLib updates 2019-11-28 00:55:50 +02:00
linebreak Added .pro file to compile linebreak 2015-05-27 00:12:11 +03:00
rpm Version 1.0.40 2019-12-04 12:31:39 +02:00
test [test] Added option to test inline css parsing 2017-01-20 00:28:04 +02:00
.gitignore [test] Added CSS parser test 2015-08-09 12:51:26 +03:00
.gitmodules Sailfish integration 2015-06-28 14:22:35 +03:00
common.pri Added .pro file to compile linebreak 2015-05-27 00:12:11 +03:00
harbour-books.pro [app] Only use those HarbourLib classes that we really need 2019-03-31 04:03:16 +03:00
README.md Fixed path to app icon in README.md 2015-11-04 17:22:52 +03:00

E-book reader for Sailfish OS

icon

The core functionality is based on FBReader source code with a few modifications. Books are imported from the Downloads folder, where they are saved by the browser or email client. Alternatively, you can manually copy your books to the Documents/Books directory under the home folder. Removable storage is supported as well, the books are stored in the /Books directory there.

In theory, it should be able to handle all E-book formats supported by FBReader. Tested mostly with epub and fb2.