Commit Graph

2695 Commits (55734f6aaafa824c5309e0faf0f865c60333fb57)
 

Author SHA1 Message Date
chrox 55734f6aaa export highlighted rect in scanned page to Evernote 10 years ago
chrox 71eda7a0ca busted test for frontend 10 years ago
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
```
10 years ago
chrox dd278a4b1f fix inconsistant notes between myclipping and history 10 years ago
chrox 31aebe1caf disable exporting hightlights to My Clippings 10 years ago
chrox 1cd7ee9501 remove newline when exporting highlight to My Clipping 10 years ago
Qingping Hou 4e49ff9564 Merge pull request #577 from chrox/master
fix page to screen rect transform for highlighting
10 years ago
chrox 6a9adbacca incremental exporting of all notes 10 years ago
chrox 3b1e05bb7f switch to setIntProperty api for setting page margins 10 years ago
chrox 6bf1a9d033 use setStringProperty method to set font face
This should fix #569.
10 years ago
chrox 8f982faa7b fix page to screen rect transform for highlighting 10 years ago
Qingping Hou 7a4d0e47f1 Merge pull request #574 from chrox/master
add a link to the project wiki in the README file
10 years ago
chrox e2de7bbce0 remove Bitdeli badge since it's dead now 10 years ago
chrox bd952d84b8 add a link to the project wiki in the README file 10 years ago
Markismus d9a0ace773 Merge pull request #573 from chrox/platform
reorganize launching scripts for both kindle and kobo platforms
10 years ago
chrox 2a80c8f24a rename customupdate to kindleupdate in Makefile 10 years ago
chrox aa13e7ab4f reorganize launching scripts for both kindle and kobo
so that platform specific files are collected into platform
directory respectively
10 years ago
Huang Xin 4156b2edd0 Merge pull request #559 from Markismus/master
Return to Home screen for Kobo devices Mini, Touch and Aura
10 years ago
Huang Xin 3e55ab64aa Merge pull request #572 from DragoonAethis/master
Updated Readme with Subversion and removed andLinux suggestion.
10 years ago
DragoonAethis a1471a699f Also, libtool is needed.
Ubuntu 14.04 build-essential doesn't contain this... :S
10 years ago
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.
10 years ago
Qingping Hou 76b7ef7173 Merge pull request #568 from chrox/master
show a box indicator when tapping on a link
10 years ago
Markismus bd4b5a11ad Added Kobo files to Makefile
I can't test on my laptop. Would these changes be enough?
10 years ago
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.
10 years ago
Markismus dc8b1f365b Changing directoryname for Kobo files
As requested an all purpose kobo directory.
10 years ago
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
10 years ago
Qingping Hou b7ab1efe8a Merge pull request #566 from chrox/master
various tweaks and fixes
10 years ago
chrox 7000727cac center align message in notification 10 years ago
chrox 5b99b478b2 fix not fully filled items in filechooser
reported by mobileread user @ignacy
10 years ago
chrox 30e6b3529b hide Nimbus fonts in font selecting dialog 10 years ago
chrox ae3b84138e fix embeded css setting not persistent between launchings 10 years ago
Qingping Hou a4653d5bd6 Merge pull request #564 from chrox/master
use built-in LuaJIT profiler instead of lulip
10 years ago
chrox eeb81f1c39 persistent reader footer mode 10 years ago
chrox 8e4eda579e add option to export notes to Yinxiang 10 years ago
chrox 877cff2933 invert button on tap 10 years ago
chrox 659e5f6bdd use buildin LuaJIT profiler 10 years ago
chrox d3cf30aab2 update koreader-base 10 years ago
Qingping Hou 41b45aa692 Merge pull request #562 from chrox/master
serialize the most recently used blitbuffer/koptcontext
10 years ago
chrox 775e5ea3b4 serialize the most recently used blitbuffer/koptcontext
to speedup koreader startup for PDF/DJVU documents
especially when reflowing
10 years ago
chrox f9302cd17d fix recalculate from close document pageno 10 years ago
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.
10 years ago
Qingping Hou 22c9211e21 Merge pull request #557 from chrox/master
update koreader-base
10 years ago
chrox 2d9a3499dd update koreader-base 10 years ago
Qingping Hou 5ad0e615b7 Merge pull request #556 from chrox/master
add Evernote plugin to export highlights and notes
10 years ago
chrox 842439cb62 update pot file for plugins 10 years ago
chrox 5c1d5c3314 add Evernote plugin to export highlights and notes
The "My Clipping" file that storing highlights and notes for Kindle
native readers could also be parsed and exported. The parser is
implemented in `evernote.koplugin/clip.lua`.

Parsed highlights and notes in one book will be packed and rendered
into html node with a slt2 template `note.tpl` that complies with
evernote markup language(ENML).

Finally the evernote client will create or update note entries and
push them to Evernote cloud.
10 years ago
chrox 34fd9f3efa add koreader plugin mechanism
This should implement #505.
10 years ago
Qingping Hou 24d5c01a73 Merge pull request #555 from Markismus/master
wtest.lua adapted for use with issue #372
10 years ago
Markismus 3b113800fe 1. wtest.lua crashed. So I cut&paste some lines from reader.lua to fix it.
2. I added the function TestVisible to assess the extreme coordinates still visible on the Kobo Aura.
10 years ago
Markismus 380c763bea Delete wtest.lua.bak
I fucked up with pushing. I'll reread github tutorial. Sorry!
10 years ago