Huang Xin
e4ab31de31
Merge pull request #825 from WS64/master
...
Add last book screensaver for Kobo, also covers to book info screen
2014-08-23 15:27:21 +08:00
WS64
1a71b3e503
resolve github inconsistencies
2014-08-23 09:01:58 +02:00
WS64
26413adab5
resolve github inconsistencies
2014-08-23 08:50:51 +02:00
WS64
03c2782844
Don't show "0: text" in series view but just "text"
2014-08-22 18:30:20 +02:00
Qingping Hou
99f6298b28
Merge pull request #829 from chrox/master
...
markup annotation quadpoints should be defined in counterclockwise
2014-08-22 09:29:38 -07:00
Qingping Hou
ef7626cf7d
Merge pull request #828 from chrox/image_cache
...
add image cache
2014-08-22 09:29:09 -07:00
chrox
ef65b0e343
update koreader-base
2014-08-22 21:32:03 +08:00
chrox
7048ca971b
add getCoverPageImage api for CreDocument
2014-08-22 21:32:03 +08:00
chrox
baae364571
add cover page in sample EPUB file
2014-08-22 21:32:03 +08:00
chrox
a2b232c80b
add image cache
2014-08-22 21:32:03 +08:00
chrox
dc166b50cc
fix OTA update on Kobo, close #824
2014-08-22 21:32:03 +08:00
WS64
9661616edb
Removed screensaver functions to new lua file
2014-08-22 09:07:56 +02:00
WS64
1a4bdd5895
Removed screensaver functions to new lua file
2014-08-22 09:05:59 +02:00
WS64
45546945e4
Removed screensaver functions to new lua file
2014-08-22 09:05:30 +02:00
WS64
f5f3e61782
Removed screensaver functions to new lua file
2014-08-22 09:05:00 +02:00
chrox
0c29b041fe
markup annotation quadpoints should be defined in counterclockwise
2014-08-22 09:32:27 +08:00
WS64
db7c97211c
Add images to info screen
2014-08-21 22:34:00 +02:00
WS64
23db9ddcb0
Parameter to turn "last-book-screensaver" off
2014-08-21 22:31:47 +02:00
WS64
7e1b702111
Allow to take an image from paretn instead of info-i.png
2014-08-21 22:30:01 +02:00
WS64
4599d02c6f
Show filename on error in crash.log
2014-08-21 22:24:59 +02:00
WS64
043dc13a24
Add "last book" screensaver for Kobo
...
Epub only.
If someone knows how to get an jpg/png from a pdf on linux (e.g. convert by imangemagick? But i am not a linux specialist and have no idea how to get that one into koreader) I can add something for linux too.
cbz/cbr should be possible too, but I have not looked into it yet.
Do I see it right that the Kindle screensavers are handled by Kindle itself?
But on Kindle you also profit, you can see picture thumbnails now in the search results (long tap on found book)
2014-08-21 22:22:49 +02:00
Qingping Hou
b915ada919
Merge pull request #823 from chrox/master
...
disable string collating in Kobo devices
2014-08-20 23:11:28 -07:00
chrox
2199da1713
disable string collating in Kobo devices
...
This should fix #686 .
2014-08-21 13:55:17 +08:00
Qingping Hou
63b6d25f72
Merge pull request #818 from chrox/master
...
enable Wikipedia support
2014-08-20 22:00:25 -07:00
Huang Xin
7d08cf7d78
Merge pull request #821 from WS64/patch-1
...
Workaround for Kobo Touch mirror
2014-08-21 10:03:57 +08:00
WS64
2e8ee74b2c
Update input.lua
2014-08-20 20:45:56 +02:00
chrox
f575797b01
use original lookup word in wikipedia lookup
2014-08-20 18:25:37 +08:00
chrox
a275a8cc89
strip punctuations in word before wikipedia lookup
2014-08-20 18:04:19 +08:00
Huang Xin
8bde68aedd
Merge pull request #820 from WS64/master
...
Bugfix. Latest version just allowed you to enter the editor once
2014-08-20 16:59:27 +08:00
chrox
50d45a13d1
fix missing declaration for symbol 'munmap'
2014-08-20 16:58:04 +08:00
WS64
9b6d273c66
Bugfix. Latest version just allowed you to enter the editor once
2014-08-20 10:47:08 +02:00
chrox
0d112c4fa5
fix koboEnableWifi
2014-08-20 15:47:10 +08:00
chrox
557c29a7d9
prompt users to turn on Wifi in OTA update and Wikipedia lookup
2014-08-20 15:46:43 +08:00
chrox
9d6a5b8e7d
update pot file
2014-08-20 15:19:18 +08:00
Huang Xin
3334b4dc77
Merge pull request #819 from WS64/master
...
Add { and } to cirtual keyboard and just save back settings that really were changed
2014-08-20 15:10:08 +08:00
WS64
1eea694190
To edit arrays we need { and }
...
I removed pi and e and two other characters that were there twice and replaced them by {, }, [, ]
2014-08-20 08:52:38 +02:00
WS64
f99f18ee13
Just save settings that really were changed
...
And not also settings that are different from the ones loaded.
This prevents Koreader from overwriting your complete persistent.defaults.settings when you started Koreader with a malformated persistent.defaults.settings file and choose "save settings". In such a malformated case you just can edit the damaged setting and save it back (although you can't see which one is damaged since the defaults settings are taken)
2014-08-20 08:51:07 +02:00
chrox
c83f35a0d0
long press the backspace key will clear input text
2014-08-20 14:45:38 +08:00
chrox
948d92a3b3
fix tap on word title will crash koreader
2014-08-20 14:45:11 +08:00
chrox
7b10d66e1b
enable Wikipedia support
...
Since wikipedia server is language specific we should first detect
language of the text by querying Google Translate. Make sure you have
access to both Google Translate and Wikipedia service to use this
function.
2014-08-20 14:41:48 +08:00
chrox
56fa8a45b7
remove rescaleByDPI since it's not reversible
...
alternatively we store the original size before scaling by screen DPI
and use that value when needed.
2014-08-20 09:41:01 +08:00
Huang Xin
e3af23f5ef
Merge pull request #817 from WS64/master
...
Create a simplified database file out of the calibre file
2014-08-20 08:02:39 +08:00
WS64
d5b35e8547
Default Settings finally also with the array fields
2014-08-19 22:50:20 +02:00
WS64
669d766a39
Code cosmetics
2014-08-19 18:04:38 +02:00
WS64
fdfd94507f
Update filemanagermenu.lua
2014-08-19 17:50:46 +02:00
WS64
e19733edf4
Create a simplified database file out of the calibre file
...
Makes searches WAY 100 times faster.
From the second run on.
2014-08-19 17:50:02 +02:00
Paulo Matias
a19715231f
Merge pull request #816 from chrox/master
...
fix making of local package in OTA for Kobo
2014-08-19 08:04:45 -03:00
chrox
6c7e4ab6a1
update pot file
2014-08-19 16:06:35 +08:00
chrox
b5a2da34e3
update koreader-base
2014-08-19 16:02:37 +08:00
chrox
f89dfe0b06
fix making of local package in OTA for Kobo
...
by excluding kobo launching files that may be removed after installation
2014-08-19 15:56:41 +08:00