2
0
mirror of https://github.com/koreader/koreader synced 2024-11-13 19:11:25 +00:00
Commit Graph

3617 Commits

Author SHA1 Message Date
chrox
dfcd67c5bf move screenshot settings to submenu of Screenshot entry in readermenu
And also fix a touchmenu bug that prevent some menu entries
(always at the bottom of the menu) from showing submenus. The reason is
that the onTapSelect method of TouchMenuItem doesn't return true, so that
the tap gesture will propagate to the parent widget and be captured by
touchmenu itself. But at this time the dimen of touchmenu is changed to
the submenu of the tapped menuitem. If the submenu is short enough the
tap will be outside of touchmenu which will cause a TapCloseAllMenus
event and the submenu will never be shown.
2014-10-30 15:51:35 +08:00
chrox
f48c073357 persistent cache item now need an explicit persistent flag 2014-10-30 11:16:37 +08:00
chrox
8c9751744e fix #1064 by adding timestamp of document in cache key
so that when document is modified the persistent cache will
be invalidated automatically because the cache key will not
be matched. There is no perfermance overhead here at all. We
even don't need to check the modification time of the cache item
on disk, because the name of the on disk cache is a md5sum of the
cacheitem key, now the filename of the cache files contains the
modification time information.
If the document is modified since one rendered page is cached to disk,
the cache key won't match the cache file. And the cache file will
be discarded without the need to open the cache file or to check
the modification time of the cache file itself.
2014-10-30 11:05:26 +08:00
chrox
72f9449de8 ignore more markup tags in dictionary window 2014-10-29 16:42:00 +08:00
HW
c20532e823 Merge pull request #1065 from chrox/fulltext_search
fix koreader not shown in recent app list
2014-10-29 09:27:13 +01:00
chrox
2cde181f51 fix koreader not shown in recent app list
when started by view intent.
2014-10-29 15:47:58 +08:00
HW
896ccd4372 Merge pull request #1062 from chrox/fulltext_search
fix #1048
2014-10-28 20:03:56 +01:00
chrox
f2f2833b6a fix #1048 2014-10-29 02:27:29 +08:00
HW
7edbfef073 Merge pull request #1060 from chrox/fulltext_search
fix #1046
2014-10-28 17:29:28 +01:00
chrox
19180e8e70 fix #1046 2014-10-29 00:16:20 +08:00
HW
6d9daa066a Merge pull request #1059 from chrox/fulltext_search
fix no k2pdfopt lib on Android
2014-10-28 15:17:21 +01:00
chrox
1154afdedf fix no k2pdfopt lib on Android 2014-10-28 22:04:38 +08:00
HW
a3dec7d088 Merge pull request #1058 from chrox/reader_history
add history view in the info panel of reader menu
2014-10-28 11:16:40 +01:00
HW
776f61d9eb Merge pull request #1057 from chrox/fix_1034
fix #1034 by refactoring path chooser to a download manager
2014-10-28 11:16:15 +01:00
chrox
bdebe90412 keep only one readerui instance running 2014-10-28 18:09:22 +08:00
chrox
4897d70b1f add reader history in the info panel 2014-10-28 17:42:06 +08:00
chrox
68265336f4 fix #1034 by refactoring path chooser to a download manager
Now directories visible in the filemanager should also
be visible in the path chooser
2014-10-28 17:14:06 +08:00
Qingping Hou
387114812c Merge pull request #1056 from chrox/fix_1035
fix #1035
2014-10-28 04:54:02 -04:00
chrox
6b2768f801 fix cannot set default dictionary 2014-10-28 15:58:04 +08:00
chrox
fea7b93b62 fix #1035 by CDATA tidy 2014-10-28 15:57:01 +08:00
Huang Xin
7a22c60256 Merge pull request #1055 from hwhw/fix_1040
update to latest base
2014-10-28 00:37:22 +08:00
Hans-Werner Hilse
a2a53c0bf4 update to latest base 2014-10-27 17:28:11 +01:00
HW
717e101db1 Merge pull request #1054 from chrox/8bit_bb
save two blitbuffer memory allocations for crengine on each page turn
2014-10-27 16:00:48 +01:00
chrox
c2726a8f62 save two blitbuffer memory allocations for crengine on each page turn
One for drawbuffer at CreDocument:drawCurrentView and another for
resizing of drawBuf at cre.drawCurrentPage.
2014-10-27 22:05:24 +08:00
Huang Xin
f7cf20f86b Merge pull request #1053 from hwhw/fix_1052
Fix 1052
2014-10-27 06:35:40 +08:00
Hans-Werner Hilse
a84dcb061f update to latest base
fixes annotation writing to PDFs.
2014-10-26 23:16:47 +01:00
Hans-Werner Hilse
0a74dc6072 add needed ffi module when saving annotations 2014-10-26 23:16:27 +01:00
Huang Xin
3484920718 Merge pull request #1051 from gontofe/cover_screensaver
Added option for proportional cover image screensaver
2014-10-26 23:37:15 +08:00
Michael Hall
79cb75b153 Added option for proportional cover image screensaver 2014-10-26 14:47:48 +00:00
Huang Xin
2dcf65c912 Merge pull request #1049 from gontofe/wifi_toggle
Leave both readerconfig and readermenu open on wifi toggle
2014-10-26 19:27:44 +08:00
Huang Xin
717422dac6 Merge pull request #1047 from houqp/kindle-legacy
Kindle legacy
2014-10-26 19:27:14 +08:00
Michael Hall
dd80d61155 Leave both readerconfig and readermenu open on wifi toggle 2014-10-26 09:41:28 +00:00
Qingping Hou
b0682b0470 chore: code clean up 2014-10-26 03:05:17 -04:00
Qingping Hou
580a35481e build: update koreader base for legacy kindle build fix 2014-10-26 02:09:10 -04:00
Qingping Hou
17586c7ef4 chore: readme clean up 2014-10-25 21:07:12 -04:00
Qingping Hou
70537f83ab build: supress make clean output 2014-10-25 19:57:31 -04:00
Qingping Hou
df61760c82 test: add spec for Menu.itemTableFromTouchMenu 2014-10-25 19:32:30 -04:00
Huang Xin
1340ba8e62 Merge pull request #1041 from houqp/dxg
more fixes for none touch kindles
2014-10-25 18:48:44 +08:00
Qingping Hou
6aabc62f73 fix(reader): crash on closing reader menu 2014-10-25 06:01:37 -04:00
Qingping Hou
394c847e2b fix(app): initilize menu properly in reader and filemanager 2014-10-25 05:46:02 -04:00
Qingping Hou
d1627337e0 fix(ui): fix dynamic menu height calculation 2014-10-25 04:03:37 -04:00
Huang Xin
dba6bf5d9f Merge pull request #1036 from hwhw/noninvert
Unroll inversion, introduce color values
2014-10-24 23:26:48 +08:00
Hans-Werner Hilse
cd15d95f30 update to latest base 2014-10-24 13:48:58 +02:00
Hans-Werner Hilse
ba40cc56e9 fill background of intermediary blitbuffers
we need to explicitly fill those buffers, now that white is not "0"
anymore.
2014-10-24 13:48:42 +02:00
Hans-Werner Hilse
5982e24d57 unify color specification
colors were a mixture of 4bpp integers (0=white, 15=black) and
fractional blackness levels (0=white, 1.0=black) before. This is
now unified to use the color specification of the Blitbuffer API.
2014-10-24 13:48:42 +02:00
Qingping Hou
03ac887d46 Merge pull request #1032 from chrox/fix_1028
fix #1028 by trying load libpthread.so.0 on Kobo devices
2014-10-23 11:47:20 -04:00
chrox
0a893453b9 fix #1028 by trying load libpthread.so.0 on Kobo devices 2014-10-23 16:53:39 +08:00
Qingping Hou
bbe07e3909 Merge pull request #1031 from chrox/travis_nasm
install nasm in Travis
2014-10-23 04:07:40 -04:00
chrox
64d2d3deae install nasm in Travis 2014-10-23 15:33:46 +08:00
Qingping Hou
64bd71aa71 Merge pull request #1030 from chrox/fix_1028
fix #1028
2014-10-23 03:14:05 -04:00