Commit Graph

65 Commits

Author SHA1 Message Date
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