Qingping Hou
d052a8543f
Merge pull request #1086 from chrox/fix_1070
...
fix #1070 by associating conentwidth zoom mode to auto cropping
2014-11-06 02:45:44 -05:00
chrox
0dd3a1f8a1
add option to turn off e-ink optimization
...
which currently just sets free the limitation of panning gestures
emitting rate. This should fix #1039 when unchecking the
"E-ink optimization" in the "Screen settings".
2014-11-06 13:16:35 +08:00
chrox
d5f6d743bd
add option to disable highlighting as well as dictionary lookup
...
This should also fix #973 .
2014-11-06 11:07:52 +08:00
chrox
405b8e0be2
fix #1070 by associating conentwidth zoom mode to auto cropping
2014-11-06 10:20:55 +08:00
chrox
9d5ff580a3
fix #1083
2014-11-06 08:58:02 +08:00
chrox
ae1dd3b380
screenshot to PNG files by default
2014-11-05 16:58:09 +08:00
chrox
bd0975896d
add fulltext search for EPUB documents
2014-11-05 12:28:28 +08:00
chrox
8ddca4bf49
close reader config panel when touching reader menu
2014-11-05 12:28:28 +08:00
Hans-Werner Hilse
3066c86e38
Refactoring hardware abstraction
...
This is a major overhaul of the hardware abstraction layer.
A few notes:
General platform distinction happens in
frontend/device.lua
which will delegate everything else to
frontend/device/<platform_name>/device.lua
which should extend
frontend/device/generic/device.lua
Screen handling is implemented in
frontend/device/screen.lua
which includes the *functionality* to support device specifics.
Actually setting up the device specific functionality, however,
is done in the device specific setup code in the relevant
device.lua file.
The same goes for input handling.
2014-11-02 21:19:04 +01:00
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
72f9449de8
ignore more markup tags in dictionary window
2014-10-29 16:42:00 +08: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
Michael Hall
79cb75b153
Added option for proportional cover image screensaver
2014-10-26 14:47:48 +00:00
Qingping Hou
b0682b0470
chore: code clean up
2014-10-26 03:05:17 -04: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
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
chrox
91400f8fef
expand/collapse for the left one third region should be more resonable
2014-10-21 22:40:43 +08:00
chrox
c994e30cff
fix #1024
...
if toc item has expand/collapse state and tap select on the left side
the state switch action is triggered, otherwise goto the
linked page.
2014-10-21 22:18:07 +08:00
chrox
07ae0cba81
fix #1011
...
The #1011 bug is caused by the `contains` check of link box with
visible area. When the link is at the very right (left?) of
the page, enlarged link box often exceeds the page bound rendering
the mentioned `contains` check failed. This patch uses an `intersectWith`
test to check if the link is in current page.
2014-10-21 17:26:16 +08:00
HW
3a42557b19
Merge pull request #1020 from chrox/fix_1013
...
fix #1013
2014-10-20 17:51:35 +02:00
chrox
1462d382d9
fix #1013
2014-10-20 22:55:39 +08:00
chrox
2ad63fc1a3
expand/collapse TOC only by tap on the icon
2014-10-20 22:19:31 +08:00
chrox
0a863f07c7
show 50 ticks on the mini progress bar at most
2014-10-20 22:17:53 +08:00
Paulo Matias
8bbdf03ccb
Merge pull request #998 from chrox/fix_970
...
fix #970
2014-10-15 11:40:57 -03:00
Paulo Matias
2843bf362d
Merge pull request #996 from chrox/djvu_render_mode
...
add djvu render mode options in readermenu
2014-10-15 11:29:44 -03:00
chrox
834c994ed8
fix #970
...
by rendering full page if bbox is larger than native page size when
zooming mode is fit to content*
2014-10-15 22:01:42 +08:00
chrox
c99288f3ad
fix #995 by reseting readertoc on init
2014-10-15 20:47:13 +08:00
chrox
d30709edb0
add djvu render mode options in readermenu
2014-10-15 20:31:24 +08:00
chrox
506bf96379
add menu entry to lookup input word in dictionary
...
This should close #971 .
2014-10-15 18:02:02 +08:00
chrox
7c9130744c
add collapsable TOC menu
2014-10-14 21:34:56 +08:00
chrox
e714caed8d
refactoring restoreScreenMode from readerview to filemanager
...
This should fix #983 .
2014-10-12 17:26:36 +08:00
chrox
de38ea1199
count only leaf nodes of toc tree when level is zero
2014-10-11 21:10:07 +08:00
chrox
2b26e599d9
return to previous filemanager view instead of opening a new one
2014-10-10 18:14:33 +08:00
chrox
6dd3f99c35
reset ticks cache
2014-10-10 18:14:33 +08:00
chrox
b422eb90cc
refactoring readerrolling
...
and fix lossing progress when switching screen mode
2014-10-10 18:14:33 +08:00
chrox
e34ad5ffe5
refactoring module registration in readerui
...
now every module can be looked up in readerui so that
unit test of these modules is possible.
2014-10-09 17:41:27 +08:00
chrox
896ad0e8f8
fix #976
2014-10-09 09:42:43 +08:00
chrox
cec8ee3c29
add isChapterBegin/End API for readertoc
...
and add missing test epub
2014-10-07 17:44:10 +08:00
chrox
b09bb87d4e
refactoring readertoc and readerfooter
...
so that they don't repeat themselves.
2014-10-07 17:10:48 +08:00
chrox
9467eab6e1
strip generic punctuation (U+2000 - U+206F) in lookup word
...
This should fix #921 .
2014-10-05 14:32:23 +08:00
Ebrehem
44ecf74ba3
Update readerfooter.lua
2014-09-27 12:56:47 +02:00
WS64
4ee35bb972
Add "exclude screensaver" to menu
2014-09-17 12:25:13 +02:00
WS64
de1d8d7cac
Switch back to portrait before leaving book
2014-09-10 13:49:11 +08:00
chrox
21dcf787da
add OPDS support
...
This PR implements a simple OPDS browser which can be launched
from filemanager menu.
2014-09-05 21:07:43 +08:00
chrox
2bec0017a0
refactor out global functions showHomePage and showReaderUI
2014-09-05 21:07:42 +08:00
chrox
c74c258fc7
add filemanager icon in reader menu
...
now we can access the filemanager in all launcher configurations
2014-09-05 21:07:42 +08:00
chrox
26e8dc7065
fix faked Tap event causes koreader crash
...
Since there is a new clear method to clear highlight selection
the faked event is not needed when closing highlight
This should fix #847 .
2014-08-26 20:32:52 +08:00
chrox
985a421852
fix #835
2014-08-24 11:21:59 +08: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
chrox
557c29a7d9
prompt users to turn on Wifi in OTA update and Wikipedia lookup
2014-08-20 15:46:43 +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
fe14809bdf
update mupdf and k2pdfopt to latest versions
2014-08-19 12:11:49 +08:00
chrox
30898a3cd8
config line space/font gamma values directly
2014-08-19 12:11:49 +08:00
chrox
c5def15558
lift TOC entry in navi tab
2014-08-19 12:11:49 +08:00
chrox
492a36a7da
add follow links option in navigation tab of reader menu
...
If "Follow links" options is not checked links won't be followed.
The "Follow links" option is checked by default.
This option affect both PDF and EPUB documents.
2014-08-19 12:11:49 +08:00
chrox
d34a7fb355
lookup input word when holding on word in dict lookup window
2014-08-18 00:32:09 +08:00
Qingping Hou
3eab7e0917
Merge pull request #797 from chrox/master
...
rescale image if width or height is specified in ImageWidget
2014-08-14 15:25:39 -04:00
chrox
b7c7287bab
remove more global variables
2014-08-14 19:52:30 +08:00
pazos
bad193346e
Translate bookmarks page title
2014-08-14 13:37:06 +02:00
chrox
a9b16613cf
enable highlight in dictionary lookup window
...
This should fix #774 .
2014-08-11 21:50:21 +08:00
NiLuJe
e2efb230a6
Make the geometry of the minibar user-configurable
...
As well as the width of the toc notches
Lower the default value of the container size a bit to avoid eating into
the last line on small borders setup (I checked on 167 & 212 DPI
devices, Feel free to revert to the previous value (19) if that causes
trouble).
2014-08-11 05:09:45 +02:00
WS64
844ae29fe5
Send TOC parameters to progressbar
2014-08-09 08:59:55 +02:00
WS64
969734931b
progressbar can be turned off in mini bar
2014-08-07 20:22:28 +02:00
chrox
d7fa72e46c
negative x panning if writing direction is set right to left
...
so that in right to left writing/drawing system the right part
of the page is drawn first
2014-08-06 22:06:38 +08:00
chrox
1ddafbea14
reorder setting entries in reader menu
2014-08-06 20:32:28 +08:00
chrox
3cb03825e5
display OTA update menu only on Kindle and Kobo
2014-08-06 20:32:28 +08:00
chrox
3c8e6975fb
move screen DPI and refresh rate entries into Screen menu
2014-08-06 20:32:28 +08:00
chrox
51ba4f987a
fix no battery info on minibar for PDF documents
...
This should fix #757 .
2014-08-05 12:18:00 +08:00
chrox
b83c4c3d95
hide several koptoptions in advanced mode
2014-08-05 12:04:17 +08:00
chrox
55554acf39
refactoring: buildin hold on menu entry to input
2014-08-05 10:23:25 +08:00
chrox
403b9f7ce6
refactoring: use getXxMenuTable to remove redundant code in menus
2014-08-01 22:23:08 +08:00
chrox
a7fc4cccde
refactoring: generate check update menu entry table in OTAManager
2014-08-01 21:59:59 +08:00
chrox
d9f5edf54a
add 'Check update' menu and OTA update functionality
2014-08-01 12:36:36 +08:00
chrox
87e667748a
add font size menu entry
...
It changes screen DPI and may needs to reboot the reader to take effect.
This should fix #746 .
2014-07-27 21:43:39 +08:00
chrox
405411ac4c
add menu entry for E-ink screen refresh rate
2014-07-26 22:22:52 +08:00
chrox
6110b8d4e8
hold to set global default floating punctuation option
2014-07-25 23:11:48 +08:00
chrox
59dbe36d57
show 'no definition found' message when no definition found
2014-07-24 22:13:23 +08:00
chrox
a7fb8811f3
add floating punctuation toggler for EPUBs
2014-07-22 21:55:31 +08:00
chrox
beaf768250
recalculate footer sizes when document page count is updated
2014-07-22 21:55:31 +08:00
WS64
b5be4d227e
Changed wrong default entry
2014-07-19 09:48:05 +02:00
WS64
f80c79c96a
remember font weight also from global settings and at least line spacing from defaults
2014-07-18 09:54:51 +02:00
Qingping Hou
65c59706fe
Merge pull request #737 from WS64/master
...
remember saved default value for screen mode
2014-07-17 14:17:36 -04:00
WS64
f259e3d92d
remember saved default value for screen mode
2014-07-17 19:22:54 +02:00
chrox
e91ddee836
add advanced option type that only shown when show advanced options is selected
2014-07-17 22:31:01 +08:00
chrox
ce266bffb8
add minibar height into overlap height
2014-07-17 21:27:35 +08:00
WS64
0b51ef1077
Update TOC after change of hyphenation
2014-07-16 14:55:26 +02:00
WS64
3fcd10bc01
Update TOC after changing screen mode
2014-07-16 14:47:27 +02:00
WS64
225966ef62
Use of new functions to jump to next/previous chapter that also works in 2-page mode
2014-07-15 12:19:19 +02:00
WS64
9bdcaa2b46
Added new functions to go to next/previous chapter that also work with 2-page layout
2014-07-15 12:18:24 +02:00
NiLuJe
f1cc984cbf
Close lipc handles on exit.
...
No idea if bad things happen if we don't, but at least this sounds more
correct. (re #696 )
2014-07-04 20:10:38 +02:00
chrox
0c23a17b4a
considering visible page count in readerrolling
2014-07-04 22:21:04 +08:00
Qingping Hou
028b7dc2bd
Merge pull request #699 from WS64/master
...
Batter status for mini bar
2014-07-04 09:49:52 -04:00
WS64
af400bbe1e
Added battery info to mini bar
2014-07-04 14:42:36 +02:00
chrox
0615e1463f
easier strings to translate
2014-07-04 19:29:45 +08:00
WS64
256bad8203
Made some varaibales local
2014-07-03 19:30:21 +02:00
WS64
c441f151a5
added locals and removed tabs
2014-07-03 19:24:15 +02:00
WS64
5d308a4fab
Added support for configurable swipes
2014-07-03 18:20:14 +02:00
WS64
cc81d49cc9
New function to count the actual page of the current chapter
2014-07-03 18:19:28 +02:00
WS64
1de31b9184
Added support for configurable swipes and jumping to next/previous chapter
2014-07-03 18:18:33 +02:00
WS64
79f1b027f0
Minor optimizings (elseif)
2014-07-03 18:15:08 +02:00
chrox
9fc048ecfc
considering visible page count in readerrolling
...
This should fix #660 .
2014-07-03 17:54:35 +08:00
chrox
a92ca26bea
hold on zoom mode menu entry to set default zoom mode
2014-07-03 16:31:44 +08:00
Qingping Hou
7ba0a46098
Merge pull request #683 from chrox/master
...
restrict highlight in current page area
2014-07-02 13:55:13 -04:00
chrox
78918bc531
hold on font menu entry to set default font
2014-07-02 22:53:06 +08:00
WS64
0429325c5f
removed "next chapter" for PDFs
...
Should actually also be done for EPUBs without TOC, but somehow I can't get it to work
2014-07-02 14:46:23 +02:00
chrox
5214cc0f4c
tap to clear selected text too
...
This should fix #589 .
2014-07-02 17:46:55 +08:00
chrox
27b15b7020
restrict highlight in current page area
...
This should fix #588 .
Highlight in multiple pages is too complicated and requires large
code refactoring and will not be considered for now.
2014-07-02 17:46:55 +08:00
WS64
dc78dd9fda
Update readertoc.lua
2014-07-02 10:46:26 +02:00
WS64
00c050f279
Update readerfooter.lua
2014-07-02 10:43:24 +02:00
WS64
c50a0f701b
Update readerfooter.lua
2014-07-02 10:32:17 +02:00
WS64
dee04099d1
Update readertoc.lua
...
Add "pages left to next chapter" to minibar
2014-07-02 07:07:18 +02:00
WS64
ec16a3f745
Update readerfooter.lua
...
Add "pages left to next chapter" to minibar
2014-07-02 07:06:43 +02:00
chrox
bb587184a5
register swipe diagonal gesture range to screenshot
...
for non-multitouch devices
This PR is intended to substitude #652 which needs tweaking
double tap zone for screenshot.
2014-06-17 21:12:45 +08:00
Huang Xin
3f1827f9cb
Merge pull request #641 from Markismus/master
...
Frontlight decrease of sensitivity for two-fingered pan gesture
2014-06-12 12:26:59 +08:00
Markismus
bf4199e995
Update readerfrontlight.lua
...
Frontlight decrease of sensitivity for two-fingered pan gesture
2014-06-11 20:52:45 +02:00
Markismus
8120dd20f5
Update readerfrontlight.lua
...
Frontlight decrease of sensitivity for two-fingered pan gesture
2014-06-11 20:50:38 +02:00
chrox
f13a165c4b
tweaks of font size
2014-06-10 21:33:31 +08:00
chrox
b8ce85d3de
use two finger swipe west/east to close TOC and bookmark respectively
2014-06-10 21:33:31 +08:00
chrox
e624695d54
the Back key on Android should close the popup window and menu
2014-06-10 21:33:31 +08:00
chrox
940beff044
fix insensitive rotate gesture detection
...
This should fix #546 .
2014-06-08 19:57:35 +08:00
chrox
1fd45c3903
add tap zone configuration for the minibar
2014-06-08 19:07:14 +08:00
chrox
3b5fa25c25
respond Menu key to show reader menu
2014-06-08 17:52:45 +08:00
chrox
9119d12e17
use checked/unchecked for zooming options
2014-06-08 14:08:50 +08:00
chrox
d6bfbb26ac
decrease toc entry indentation
2014-06-08 14:08:18 +08:00
chrox
1fa1c69de4
use checked/unchecked for show page overlap option
2014-06-08 14:07:38 +08:00
chrox
b92860c22a
add night mode option that inverts screen color
2014-06-08 14:06:16 +08:00
chrox
0ea5ce1afd
use checked/unchecked for hightlight drawer style
2014-06-08 14:02:22 +08:00
chrox
a7b88b1f9d
adjust option orders in readermenu
2014-06-05 19:17:19 +08:00
chrox
857bd6fcc8
strings not shown on GUI will not be translated
...
This may encourage users in transifex to join Koreader project.
2014-06-05 14:59:06 +08:00
chrox
53a41c0ce8
adapt reader footer for small screen
2014-06-05 12:50:33 +08:00
chrox
803e4e8600
font weight option should be persistent between launchings
...
This should fix #620 .
2014-06-04 21:55:01 +08:00
chrox
ef84aff1db
make ffi/util module local
2014-06-04 17:36:18 +08:00
nicolua
077b1bdf5a
show_parent to menu_container
...
works in font menu and toc menu on k3
hope on touch the same
2014-05-31 15:43:44 +03:00
nicolua
09d6005bb3
yes
...
it will better
to show and close one widget
but I found the same problem in documentfont menu
so dancing is continued
2014-05-31 13:50:21 +03:00
nicolua
90d9c3ddb1
menu on k3
2014-05-30 17:11:46 +03:00
chrox
9f9acbbffb
android fix of screenshot
2014-05-28 23:22:03 +08:00
chrox
449445d95d
update help info
2014-05-28 21:11:07 +08:00
chrox
3726e096f9
indicate current highlight mode in submenu
2014-05-28 21:11:07 +08:00
chrox
1d292f16a9
remove full screen option in koptoption
...
since we can now switch progress bar status simply by tap
2014-05-19 14:23:36 +08:00
chrox
6938b54346
enlarge touch zone for readerfooter
2014-05-18 23:39:32 +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
chrox
8f982faa7b
fix page to screen rect transform for highlighting
2014-05-11 20:19:00 +08: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
chrox
ae3b84138e
fix embeded css setting not persistent between launchings
2014-05-02 12:48:00 +08:00
chrox
eeb81f1c39
persistent reader footer mode
2014-05-01 18:51:48 +08:00
chrox
877cff2933
invert button on tap
2014-05-01 18:37:12 +08:00