Commit Graph

2702 Commits

Author SHA1 Message Date
Qingping Hou
295d0406a2 Merge pull request #579 from chrox/master
export highlighted rect in scanned page to Evernote
v2014.05.16-nightly
2014-05-15 15:42:15 -04:00
chrox
91e3b9d293 sort file list respecting LC_COLLATE 2014-05-15 20:44:48 +08:00
chrox
e110492d16 fix no page field in pos when reflowing 2014-05-15 20:04:59 +08:00
chrox
17741e292b serialize cache when closing ReaderUI other than closing document 2014-05-15 19:41:10 +08:00
chrox
caa87241ed update pot file 2014-05-15 17:55:15 +08:00
chrox
3bba47b241 fix domain in login/logout menu not changed after switching domain 2014-05-15 17:53:56 +08:00
chrox
27148c3c8b check if booknotes are exported in this notebook
so that booknotes will still be exported after switching user account
2014-05-15 17:27:23 +08:00
chrox
55734f6aaa export highlighted rect in scanned page to Evernote 2014-05-15 16:11:26 +08:00
chrox
71eda7a0ca busted test for frontend 2014-05-15 16:11:26 +08:00
chrox
709755cd9e fix ffi.cast to uint32_t in ARM
I don't know if it's a bug in luajit but on an x86_64 CPU:
```lua
> = ffi.cast("uint32_t", 0xFFFFFFFFE) + 0
4294967294LL
```
while on an ARM CPU:
```lua
> = ffi.cast("uint32_t", 0xFFFFFFFFE) + 0
4294967295LL
```
2014-05-15 16:11:26 +08:00
chrox
dd278a4b1f fix inconsistant notes between myclipping and history 2014-05-15 16:11:26 +08:00
chrox
31aebe1caf disable exporting hightlights to My Clippings 2014-05-15 16:11:26 +08:00
chrox
1cd7ee9501 remove newline when exporting highlight to My Clipping 2014-05-15 16:11:26 +08:00
Qingping Hou
4e49ff9564 Merge pull request #577 from chrox/master
fix page to screen rect transform for highlighting
2014-05-12 08:50:43 -04:00
chrox
6a9adbacca incremental exporting of all notes 2014-05-12 18:07:20 +08:00
chrox
3b1e05bb7f switch to setIntProperty api for setting page margins 2014-05-12 15:47:11 +08:00
chrox
6bf1a9d033 use setStringProperty method to set font face
This should fix #569.
2014-05-11 20:57:23 +08:00
chrox
8f982faa7b fix page to screen rect transform for highlighting 2014-05-11 20:19:00 +08:00
Qingping Hou
7a4d0e47f1 Merge pull request #574 from chrox/master
add a link to the project wiki in the README file
2014-05-09 12:03:05 -04:00
chrox
e2de7bbce0 remove Bitdeli badge since it's dead now 2014-05-09 22:52:45 +08:00
chrox
bd952d84b8 add a link to the project wiki in the README file 2014-05-09 22:42:30 +08:00
Markismus
d9a0ace773 Merge pull request #573 from chrox/platform
reorganize launching scripts for both kindle and kobo platforms
v2014.05.09-nightly
2014-05-08 16:22:00 +02:00
chrox
2a80c8f24a rename customupdate to kindleupdate in Makefile 2014-05-08 21:05:19 +08:00
chrox
aa13e7ab4f reorganize launching scripts for both kindle and kobo
so that platform specific files are collected into platform
directory respectively
2014-05-08 19:56:24 +08:00
Huang Xin
4156b2edd0 Merge pull request #559 from Markismus/master
Return to Home screen for Kobo devices Mini, Touch and Aura
2014-05-08 16:30:35 +08:00
Huang Xin
3e55ab64aa Merge pull request #572 from DragoonAethis/master
Updated Readme with Subversion and removed andLinux suggestion.
2014-05-07 20:21:44 +08:00
DragoonAethis
a1471a699f Also, libtool is needed.
Ubuntu 14.04 build-essential doesn't contain this... :S
2014-05-07 13:52:54 +02:00
DragoonAethis
f2495fb4fb Updated with Subversion and removed andLinux.
Fetching all dependencies requires svn (for popen-noshell, for example). Also, removed andLinux, since it's not maintained, installs old toolchains from repositories and doesn't work on 64-bit Windows machines. Instead, added a link about installing Ubuntu in VM, which also mentions how to set up VMWare Tools for drag-n-drop, better video performance etc.
2014-05-07 13:37:47 +02:00
Qingping Hou
76b7ef7173 Merge pull request #568 from chrox/master
show a box indicator when tapping on a link
v2014.05.06-nightly
2014-05-02 13:18:17 -04:00
Markismus
bd4b5a11ad Added Kobo files to Makefile
I can't test on my laptop. Would these changes be enough?
2014-05-02 18:12:28 +02:00
Markismus
a153286f44 Kobo Frontlight Tweaks
Now the frontlight remains unchanged from Nickel to koreader and vice
versa.
Also ffi/kobolight.lua has been changed to allow for usage of the toggle
button in the filemanager.
2014-05-02 16:06:18 +02:00
Markismus
dc8b1f365b Changing directoryname for Kobo files
As requested an all purpose kobo directory.
2014-05-02 15:58:44 +02:00
chrox
e1527611c5 show a box indicator when tapping on a link
only for PDF/DJVU docs for now since there is no easy way
to get link box from crengine
2014-05-02 16:50:52 +08:00
Qingping Hou
b7ab1efe8a Merge pull request #566 from chrox/master
various tweaks and fixes
2014-05-02 02:18:33 -04:00
chrox
7000727cac center align message in notification 2014-05-02 12:48:00 +08:00
chrox
5b99b478b2 fix not fully filled items in filechooser
reported by mobileread user @ignacy
2014-05-02 12:48:00 +08:00
chrox
30e6b3529b hide Nimbus fonts in font selecting dialog 2014-05-02 12:48:00 +08:00
chrox
ae3b84138e fix embeded css setting not persistent between launchings 2014-05-02 12:48:00 +08:00
Qingping Hou
a4653d5bd6 Merge pull request #564 from chrox/master
use built-in LuaJIT profiler instead of lulip
v2014.05.02-nightly
2014-05-01 15:21:13 -04:00
chrox
eeb81f1c39 persistent reader footer mode 2014-05-01 18:51:48 +08:00
chrox
8e4eda579e add option to export notes to Yinxiang 2014-05-01 18:38:43 +08:00
chrox
877cff2933 invert button on tap 2014-05-01 18:37:12 +08:00
chrox
659e5f6bdd use buildin LuaJIT profiler 2014-05-01 11:58:05 +08:00
chrox
d3cf30aab2 update koreader-base 2014-05-01 10:06:50 +08:00
Qingping Hou
41b45aa692 Merge pull request #562 from chrox/master
serialize the most recently used blitbuffer/koptcontext
2014-04-30 13:56:48 -04:00
chrox
775e5ea3b4 serialize the most recently used blitbuffer/koptcontext
to speedup koreader startup for PDF/DJVU documents
especially when reflowing
2014-04-30 23:24:47 +08:00
chrox
f9302cd17d fix recalculate from close document pageno 2014-04-30 23:19:24 +08:00
Markismus
be14e3d9f0 Return to Home screen for Kobo devices Mini, Touch and Aura
Added is a case statement in koreader_kobo.sh to cat binary files to
/dev/input/eventx.
Added are three binary files. When the other two files are generated via
mobileread forum users it is easy to expand the script for all models.
2014-04-29 12:12:56 +02:00
Qingping Hou
22c9211e21 Merge pull request #557 from chrox/master
update koreader-base
v2014.04.25-nightly
2014-04-24 12:13:14 -04:00
chrox
2d9a3499dd update koreader-base 2014-04-24 22:14:03 +08:00