Robert
187598deb2
Cloud storage - dropbox and ftp integration ( #2424 )
2016-12-19 23:34:00 -08:00
Hzj_jie
c662ca4cc8
Load plugins also in FileManager ( #2426 )
...
added is_doc_only plugin attribute
2016-12-19 23:19:54 -08:00
Frans de Jonge
1a83eb5725
Merge pull request #2438 from koreader/houqp-master
...
override reader menu touch zone with reader footer
2016-12-19 08:45:55 +01:00
Qingping Hou
d2743b6f15
fix: migrate readermenu to use touch zone
2016-12-18 20:28:13 -08:00
Qingping Hou
33367d3a6c
inputcontainer(fix): update gesture range on screen resize properly
2016-12-18 20:28:13 -08:00
Frans de Jonge
d28b30ff82
Merge pull request #2436 from koreader/houqp-master
...
fix: migrate readerrolling to touch zones
2016-12-18 08:25:23 +01:00
Qingping Hou
070be5bfb1
fix: migrate readerrolling to touch zones
2016-12-17 16:01:47 -08:00
poire-z
5b2aee3c81
textboxwidget: added some sanity checks
...
fix #2434 and avoid strange things when holding from/to outside dimension.
Also fix crash when tap (move cursor) in an inputtext with no text at all.
2016-12-17 13:35:35 -08:00
Frans de Jonge
4e2836187b
Language: fixed a couple of Transifex issues
...
https://www.transifex.com/houqp/koreader/translate/#nb_NO/koreader/102219198
https://www.transifex.com/houqp/koreader/translate/#nb_NO/koreader/102219164
2016-12-16 22:49:08 -08:00
poire-z
359c1ae265
textboxwidget: enhanced CJK text wrapping
...
(changes only in util.isSplitable(), but used by textboxwidget)
Implemented line breaking rules from :
https://en.wikipedia.org/wiki/Line_breaking_rules_in_East_Asian_languages
2016-12-16 22:38:10 -08:00
Frans de Jonge
0fb29e9cd3
Kobo: fix Kobo Aura second edition highlighting
2016-12-16 22:37:19 -08:00
poire-z
a8dd8c6f30
textboxwidget: even better text wrapping
...
util.isSplitable() accepts now also the previous char to help
decide if a space can be used to split a line.
TextBoxWidget:_splitCharWidthList() : simplified logic
2016-12-14 11:39:46 -08:00
poire-z
fe56ecd301
Clear readers' cache: invalidate in-memory references
...
This avoids crash on exit after clearing caches.
2016-12-14 11:39:46 -08:00
poire-z
65881738b5
disable-wifi.sh: decreased sleep duration
2016-12-14 11:39:46 -08:00
retrue
eae730d140
Some uppercase fixes ( #2421 )
2016-12-14 11:08:57 -08:00
Frans de Jonge
ba7377065e
Doc: miscellaneous improvements.
2016-12-13 14:40:16 -08:00
Frans de Jonge
69f70ac16e
Kobo: initial support for Kobo Aura second edition (Kobo star)
...
This fixes #2418 .
2016-12-13 14:39:24 -08:00
Frans de Jonge
7f318c0762
Merge pull request #2416 from koreader/houqp-master
...
doc: event propagation for widgets
2016-12-12 09:21:24 +01:00
poire-z
1708fd5e1c
Dictionary and wikipedia enhancements ( #2393 )
...
Stardict:
- remove duplicate results
- better cleaning of selection
- append results from a 2nd query of a 2nd set of dictionaries
in data/dict_ext/
Wikipedia:
- use the search API for better results
- allow viewing the full page content of a result in a bigger window
- allow queries for multiple languages
- available languages can be set in settings.reader.lua :
["wikipedia_languages"] = {"en", "fr", "it"}
- "Wikipedia lookup" added to Tools menu
For both:
- allow selection of multiple words for a new lookup (so one can
actually browse wikipedia)
- allow continuous reading with Tap
- display "current result / total number of results"
Details in #2393
2016-12-11 14:32:02 -08:00
poire-z
5040bfe4c5
textboxwidget and scrolltextwidget enhancements ( #2393 )
...
util: made isSplitable() accept an optional next_char
for wiser decision
textboxwidget: speed up rendering, enhanced text wrapping,
allow selection of multiple words with Hold.
scrolltextwidget: allow scrolling with Tap.
Details in #2393
2016-12-11 14:32:02 -08:00
Qingping Hou
09564d4b4d
doc: event propagation for widgets
2016-12-11 12:20:59 -08:00
Qingping Hou
d1f9cf932b
kobo(minor): add debug log for suspend action
2016-12-10 16:06:51 -08:00
Qingping Hou
744115de9f
crash.log(fix): obviously I suck at counting zeros
2016-12-10 16:06:51 -08:00
Qingping Hou
11f55d2aff
doc: Event and WidgetContainer
2016-12-10 16:06:51 -08:00
Qingping Hou
329fd55302
filemanager: show new books in bold
2016-12-10 16:06:51 -08:00
Qingping Hou
a6c506dc10
kobolight(refactor): move into plugin & only enable for kobo
2016-12-10 16:06:51 -08:00
Qingping Hou
0c49b915de
refactor: add touch zone subsystem to inputcontainer
...
Touch zone decouples screen size from gesture event registration.
The win here is each individual widget does not need to update
gesture range on screen rotate/resize anymore.
Another advantage is we now have a centralized ordered array to handle
all registered touch event listeners, makes it much easier to resolve
gesture range conflicts between multiple widgets.
This patch also includes the following changes:
* migrate readerpaging to use readerui's touch zone
* migrate readerfooter to use readerui's touch zone
* move inverse read direction setting to touch menu's setting tab
* moved kobolight widget from readerview into readerui
* various dead code cleanups and comments
2016-12-10 16:06:51 -08:00
Qingping Hou
8799b4b6b1
doc: geometry module
2016-12-10 16:06:51 -08:00
Robert
93e075feb6
Adding the buttondialogtitle widget and show long filename in filemanager ( #2414 )
2016-12-10 16:06:10 -08:00
robert00s
e0ad600bc7
Fix: prevent step_min lower than fl_min
2016-12-07 00:36:13 -08:00
Robert
7e1c0c15c6
Refresh filemanager after exit from OPDS browser ( #2405 )
2016-12-05 10:17:49 -08:00
poire-z
ca59efc5b6
FileManager Menu: added "Developer options" ( #2391 )
...
and "Clear readers' caches" subitem.
2016-12-04 15:51:12 -08:00
poire-z
949e5ba54d
FileManager: added button to purge sidecar directory ( #2391 )
...
Also move its sidecar directory when moving a file.
2016-12-04 15:51:12 -08:00
poire-z
0aa19d72a0
FileManager: show files with sidecar dir in bold ( #2391 )
...
docsettings : added hasSidecarDir() and made getSidecarDir() more robust
widget/menu : allow items to specify themselves to be displayed in bold
2016-12-04 15:51:12 -08:00
poire-z
efd6c7f556
Added "Swipe to follow first link" option ( #2392 )
...
Allow swipe west to jump to current page's first link (easier than clicking on small links)
Also fixed existing function names to comply with style guide.
2016-12-04 14:22:20 -08:00
poire-z
283429fe9b
Network Info: prettier and additional infos ( #2394 )
...
Left alignment of existing infos.
Added SSID and default gateway ping result.
2016-12-04 12:03:11 -08:00
poire-z
e1c3448d0e
ImageWidget optimisations ( #2394 )
...
Avoid multiple renderings.
Don't cache big images (ie: screensaver images)
2016-12-04 12:03:11 -08:00
poire-z
2c01f3add9
Fix: dog ears disappearance when switching fonts ( #2394 )
...
or switching orientation, or some other page layout setting.
Reverted commit a049edd
, which should be done better (see #2395 ).
2016-12-04 12:03:11 -08:00
poire-z
adbe76c156
Reset refresh rate counter on explicit full refreshs ( #2394 )
2016-12-04 12:03:11 -08:00
poire-z
0145ab0410
Fix: crash if wpa_supplicant has already connected ( #2394 )
2016-12-04 12:03:11 -08:00
poire-z
bbba2799a5
Fix: unexpendable TOC in some cases ( #2394 )
...
When on a page in a 2nd level section, after switching orientation,
TOC was stuck with the section we're in unexpandable.
2016-12-04 12:03:11 -08:00
poire-z
08a92de179
Fix: avoid system hang when disabling wifi ( #2394 )
2016-12-04 12:03:11 -08:00
cibersheep
922cd0fecf
Update manifest.json
...
- Update to current framework
- "name": should match: «hooks name».«nickname»
2016-12-03 15:21:20 -08:00
cibersheep
14155c3662
Policy_version version bump
2016-12-03 15:20:43 -08:00
Robert
fdbab3e11d
frontlightwidget(fix): prog_button does not honor powerd.fl_min ( #2396 )
2016-12-03 12:21:31 -08:00
Robert
64a79f6892
Frontlight progress bar ( #2385 )
2016-12-01 09:58:06 -08:00
Frans de Jonge
e9b6fa746f
Merge pull request #2390 from sorganov/master
...
Make koreader more useful on high-DPI screen (PW3 300dpi)
2016-12-01 16:57:32 +01:00
Sergey Organov
3800a3077a
DictQuickLookup:update(): strip all leading empty lines/spaces
...
This gets rid of sometimes huge spacing between a word and its
description taken from dictionary, and thus need for scrolling just to
read fisrs few lines of description.
2016-12-01 18:03:33 +03:00
Sergey Organov
48ff941764
Custom DPI: increase upper bound from 330 to 600
...
It's useful on 300dpi devices to get this value above 330 to enlarge
entire UI.
2016-12-01 18:03:33 +03:00
poire-z
4ec7efb2d0
Fix selection in dictionary window ( #2126 )
...
Fix #2126 (hold on a word on the 2nd page of a definition was triggering
lookup of the word at the same place in 1st page).
2016-11-30 10:36:30 -08:00