2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

538 Commits

Author SHA1 Message Date
chrox
6938b54346 enlarge touch zone for readerfooter 2014-05-18 23:39:32 +08:00
chrox
17741e292b serialize cache when closing ReaderUI other than closing document 2014-05-15 19:41:10 +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
chrox
f9302cd17d fix recalculate from close document pageno 2014-04-30 23:19:24 +08:00
chrox
34fd9f3efa add koreader plugin mechanism
This should implement #505.
2014-04-23 22:30:36 +08:00
chrox
df65c1069a remove unnecessary DEBUG 2014-04-07 00:25:10 +08:00
chrox
4a32f4415e use borderless flat bookmark/toc window 2014-04-04 23:37:50 +08:00
chrox
ac396e3aa9 highlight current toc entry 2014-04-04 23:02:29 +08:00
chrox
47f986941f tap on reader footer to hide footer 2014-04-04 21:20:26 +08:00
Qingping Hou
4b357c1466 move reader code into frontend/apps/reader
it makes more sense to completely separate the UI framework and
application code

also move frontend/ui/configurable.lua to frontend/configurable.lua
2014-04-02 17:02:01 -04:00
chrox
92219a1f1e cleanup: expand tab to 4 spaces 2014-03-13 21:52:43 +08:00
Paulo Matias
1982e1154f Refresh current path in filemanager after file operation
This behavior is more consistent when e.g. a file is moved to ".."
2014-01-22 16:23:23 -02:00
Paulo Matias
6c68041824 If selected file is a directory, paste inside it 2014-01-22 16:08:24 -02:00
Paulo Matias
e9421d0aa5 Add option for deleting history entries and refactor dialogs
- Refactor FileDialog and HightlightDialog into ButtonDialog
- Create a new ButtonDialog when a file in the History dialog is hold,
  offering an option to delete the history entry.
2014-01-22 16:03:44 -02:00
Paulo Matias
271b827860 Fix dealing with filenames containing spaces
and missing GestureRange require
2014-01-18 17:54:23 -02:00
Qingping Hou
ae1cf90006 add language setting menu item 2014-01-18 12:23:55 -05:00
chrox
b3b0844f34 basic functionality on file copy/paste/cut/delete in filemanager
There file operations will popup when holding on file entries
in filemanager.
This should implement #244.
2014-01-18 23:17:13 +08:00
chrox
92b62c907a refactoring frontlight device to more generic power device 2014-01-04 21:38:07 +08:00
chrox
3eeba5389d fix show hidden flag not persistent between restart
This should fix bug reported in comments of #278.
2013-12-28 17:49:43 +08:00
chrox
fefa0a3507 add version information in reader menu
This should implement #315.
2013-12-28 12:44:55 +08:00
chrox
2f9e65871a invert item when tapping on filemanager 2013-12-26 06:18:38 +08:00
chrox
648b4f33ec add vertical span between title and content in filemanager 2013-12-19 23:21:41 +08:00
chrox
e4c77c272a sort history file with modification time 2013-12-01 20:41:52 +08:00
ciro
cfd1f07f0e fixed issue: https://github.com/koreader/koreader/issues/354 2013-11-08 10:42:06 +08:00
HW
2154e7e852 Further refactoring
This should finish the work to make all globals to local variables.
That allows LuaJIT to properly compile things by interning the
references to the relevant parts (rather than looking up globals
all the time which stops a trace).
2013-10-22 17:11:31 +02:00
HW
ef111b99c6 Refactored to use strictly locals 2013-10-18 22:38:07 +02:00
Qingping Hou
4c40fece74 add hidden file toggle 2013-08-25 00:00:06 -04:00
Paulo Matias
92e12d6466 Use ReaderFrontLight:addToMainMenu in FM
Check if frontlight is present using the same method as ReaderFrontLight:init,
just for consistency.
2013-08-23 08:39:35 -03:00
Paulo Matias
04ebaf0964 Use lfs.currentdir() to get default root_dir as an absolute path 2013-08-15 19:50:33 -03:00
Paulo Matias
48d6020930 Initialize FileChooser with root_path, otherwise the command line argument (directory) is ignored 2013-08-15 18:53:22 -03:00
Qingping Hou
656f02c7f6 fix out-of-bound bug in filemanager 2013-08-15 08:28:18 +08:00
Qingping Hou
caf7ebb9ae bug fix & rewrite filemanager 2013-08-14 05:29:05 -04:00