Frans de Jonge
399190c520
Merge pull request #2508 from NickSavage/master
...
OPDS: Fixed Wifi prompt and enabled removing default catalogs.
2017-01-24 16:05:02 +01:00
poire-z
2ded2bce5e
Wikipedia: save full page as epub (html, with optional images)
...
Also for the current text-only wikipedia full page: replace
the ==s in section titles with some unicode symbols for a better
visual feeling of hierarchy. These same symbols are also used
in the .epub.
Both can be disabled by adding ["wikipedia_prettify"] = false
to settings.reader.lua
readerhighlight: close ButtonTable (like other buttons do) when looking
up wikipedia, otherwise if we save as epub, and swtich to new document,
this ButtonTable will never be closed and stays in UI.
2017-01-24 01:16:23 -08:00
Nick Savage
85585a0973
Fixed bug where only calibre OPDS catalogs would prompt to enable Wifi.
...
Tested on Kindle PW3. The error message my device threw was different from what was coded in OPDSBrowser.lua in getCatalog(). Perhaps we should test other devices and see if there are other error messages thrown as well.
2017-01-23 11:15:35 -05:00
Nick Savage
ebb290f0ba
OPDSCatalog: Normalize default and user-added catalogs
...
This patch makes the OPDS Browser treat the default catalogs (Project Gutenberg, Feedbooks, etc.) the same as a user-added catalog. This makes them removable and editable if the user so chooses.
2017-01-23 11:15:35 -05:00
Frans de Jonge
81bc115cee
ImageViewer: "best fit" to "scale"
2017-01-22 05:00:14 -08:00
poire-z
97d34c5bb0
Better handling of tap on invalid/external links
...
Tap on external urls or invalid links would jump to
document's 1st page. We check first the validity of the
link, and deal with wikipedia links or just show the external
url.
ConfirmBox: allow dismissing/cancelling by taping outside,
to keep UX consistent.
2017-01-18 09:03:31 -08:00
poire-z
ee06171c83
New ImageViewer widget + hold on image show it fullscreen
...
Simple image viewer with Best Fit/Original size and Rotate
(for landscape images) buttons.
readerhighlight: check if hold is on an image to show it
fullscrren
2017-01-18 09:03:31 -08:00
poire-z
0577fde59e
Better tracking, management and freeing of BlitBuffers
...
This should fix the most obvious memory leaks (noticable when
using images as screensaver).
ImageWidget: added a few more options needed by ImageViewer,
and removed 'overflow' option as logic was wrong.
2017-01-18 09:03:31 -08:00
Zijie He
8549d98805
Add checked tag for keepalive plugin
2017-01-18 07:03:22 -08:00
poire-z
130f7b0773
wikipedia: fix languages rotation and query
...
Fix innacurate language query and rotation when back from nested lookups.
More informative lookup message (langage used, search or full page)
Allow for screen refresh with diagonal swipe (like in readerpaging).
2017-01-12 19:50:12 -08:00
poire-z
ebe0c08bfb
dict/wiki: definitions' text justification
...
This can be disabled by adding ["dict_justify"] = false to settings.reader.lua
2017-01-12 19:50:12 -08:00
robert00s
7ff1731aab
Fix #2326
2017-01-10 19:02:46 +01:00
Robert
7bfbc9f06a
Sanitize filename for vfat, fix #2433 ( #2464 )
2017-01-09 16:05:15 -08:00
Qingping Hou
f95ad00b9e
feat: add logger module & rewrite kobo suspend script in lua
2017-01-02 19:52:09 -08:00
Hzj_jie
5bda44473d
Add dictionary to filemanager
2017-01-02 10:12:34 -08:00
Qingping Hou
581039aed5
opds(fix): unescape name and value
2016-12-29 00:02:22 -08:00
Qingping Hou
cb195e9ce8
feat: support disable show file name in bold
...
also rename show_opened_doc_in_bold setting to show_file_in_bold
2016-12-29 00:02:22 -08:00
Qingping Hou
0f931517ba
doc: fix document build
2016-12-25 12:13:53 -08:00
Qingping Hou
dc2746f1d7
chore: various minor cleanups
2016-12-24 23:43:58 -08:00
Qingping Hou
36763a1ad7
feat: new setting to show opened book name in bold
2016-12-24 23:43:09 -08:00
Qingping Hou
33367d3a6c
inputcontainer(fix): update gesture range on screen resize properly
2016-12-18 20:28:13 -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
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
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
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
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
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
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
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
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
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
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
Qingping Hou
bd43e59fe7
fix: disable network info menu when device is not connected
2016-11-27 16:48:42 -08:00
Robert
171d40d287
feat: Would you like to read the downloaded book for OPDS ( #2370 )
2016-11-27 07:06:24 -08:00
retrue
529b365b11
Arranges alphabetically list of languages and
...
uses caps for first letter of language name.
I have left English in first place because it is the default language, but it could be placed between Deutsch and Español.
2016-11-23 02:03:47 -08:00
robert00s
2cfce6f369
OPDS - fix opds catalog for Wolne Lektury
2016-11-21 09:30:00 +01:00
Bastien Dejean
b959c4de1c
Allow local overrides of use_lastfile_as_screensaver
2016-11-20 20:31:50 +01:00
Qingping Hou
b7cdf103e3
chore: fix luacheck error & add comment to release-ip.sh
2016-11-19 13:11:23 -08:00
Qingping Hou
17b453cd02
doc: add more doc for imagewidget
2016-11-19 12:15:27 -08:00
Bastien Dejean
64bc5cd63c
Make the powered off state customizable
...
This changes the behavior of the powered off transition phase for the
Kobo devices: instead of displaying a confirmation dialog, a screensaver
is used after a 2 seconds press delay.
Users can specify separate directories/files/messages for the powered
off and sleeping states through the `path` and `message` attributes of
the `{poweroff,suspend}_screensaver` settings.
Fixes #2327 and closes #2306 .
2016-11-18 12:54:00 -08:00
Bastien Dejean
fe738ef101
Don't try to return an element from an empty set
2016-11-17 14:12:31 +01:00
Qingping Hou
b2e1d9dc42
dictquicklookup(chore): simplify logic that disables wikipedia button
2016-11-13 00:06:54 -08:00
Frans de Jonge
b7671e9ae5
Merge pull request #2324 from koreader/houqp-master
...
update new OTA server & fix plugin check errors
2016-11-11 21:43:29 +01:00
robert00s
2238fdc882
Fix #2328
2016-11-10 12:21:42 +01:00
robert00s
09f2db3729
Fix long filename text in history textbox ( #2322 )
...
Fix long filename text in history textbox
2016-11-08 10:05:34 -08:00
Qingping Hou
8ff05707d2
ota: support legacy kindle devices
2016-11-08 00:53:46 -08:00
Qingping Hou
d6aa3b9c8c
ota: add new default server
2016-11-07 21:17:01 -08:00
Qingping Hou
efae2ed16f
network(fix): automaticallly obtain IP if network is already authenticated
2016-11-06 23:56:29 -08:00
robert00s
8a9811804d
Add Polish keyboard ( #2319 )
...
Add Polish keyboard
* Optimization
2016-11-06 02:01:28 -08:00
Qingping Hou
816d0a551a
kobo: handle charging/uncharging event
2016-10-30 15:25:51 -07:00
Qingping Hou
48c8470209
wpa_supplicant(fix): restore password bassed on SSID
2016-10-30 15:25:51 -07:00
Zijie He
f36f8cb464
KOSync plugin should respect onNetworkConnected and onFlushSettings events
2016-10-25 23:24:42 -07:00
Qingping Hou
ad711d8033
minor: show wifi scan error in UI
2016-10-17 22:28:13 -07:00
Frans de Jonge
6091378bc6
Various low-hanging language fruits
...
* Record to location, see https://github.com/koreader/koreader/pull/2268#issuecomment-252416860
* Defect size, see https://www.transifex.com/houqp/koreader/translate/#nl_NL/koreader/11979947?issue=yes
* Stop publisher/subscriber, see https://www.transifex.com/houqp/koreader/translate/#nl_NL/koreader/27031159?issue=yes and https://www.transifex.com/houqp/koreader/translate/#nl_NL/koreader/27031160?issue=yes and https://www.transifex.com/houqp/koreader/translate/#nl_NL/koreader/27031161?issue=yes
2016-10-17 10:19:33 -07:00
Qingping Hou
c998120a78
progressbar(performance): reuse calcauted value for ticks loop
2016-10-08 15:53:58 -07:00
Qingping Hou
ca21ab4be5
fix(defaults): type casting for user input
2016-09-21 23:57:45 -07:00
Qingping Hou
902403bf0a
kobo(fix): prevent usb plug events from interrupting sleep
2016-09-21 23:32:56 -07:00
Qingping Hou
71afe3606c
kobo(fix): set suspend wait timeout to 15 seconds
...
Otherwise, suspend might fail and the device will ended up in a false
sleep state and drain the battery.
2016-09-21 23:32:52 -07:00
Qingping Hou
4036e2c460
kobo(fix): do not wake up device when cover is closed
2016-09-21 23:29:22 -07:00
Qingping Hou
93b3262db7
kobo(fix): make sure sleep cover is not interrupting sleeping when ignore_power_sleepcover is set
2016-09-21 23:29:22 -07:00
Qingping Hou
22964a77a0
kobo(fix): always put device to suspend state when cover is closed
2016-09-21 23:29:17 -07:00
Qingping Hou
ebc7055b43
chore: move kobo specific code into kobo/device.lua
2016-09-19 01:10:53 -07:00
Zijie He
9b66bf1149
Restore WIFI state when koreader starts.
2016-09-12 11:53:42 -07:00
Hzj_jie
da2c57f93a
Automatically connect WIFI after Kobo has been resumed ( #2215 )
...
* Add bash scripts to control WIFI / IP, so we can share them with frontend/device/kobo/device.lua.
* add test cases
2016-09-01 00:05:40 -07:00
chrox
b0498ec9b9
revert 9ab005a
changes to UIManager:sendEvent
...
which would make readerui handle swipe event twice.
And use broadcastEvent to emit `FlushSettings` event.
This should fix #2225 and fix #2226 .
2016-08-19 00:00:01 +08:00
chrox
166aa52a24
move painting and drawing debug log to verbose
2016-08-12 17:47:35 +08:00
chrox
9ab005a1d3
fix unit test of readerlink and readerpaging
...
and have more confidence with the unit testing framework.
Now `make testfront` won't retry on failure and testing files are
ordered in each run so that it's possible to reproduce testing failure.
And this patch also fix flush settings not working before suspend issue:
at some point the `FlushSettings` event is sent to `UIManager` instead
of `ReaderUI`, but `UIManager` only delegated events to active widgets
and `ReaderUI` is actually not an active widgets thus will miss the event.
This patch also add a verbose debug mode with "-v" as a switch to turn
on this mode. With verbose mode on, event handling will be logged.
2016-08-12 17:05:07 +08:00
bingo619
43797ed813
Oasis orientation
2016-08-02 19:43:16 +10:00
Qingping Hou
ec6da5318c
screensaver(fix): add back menu toggle to support screensaver folder
2016-07-31 18:26:26 -07:00
Qingping Hou
29578d74eb
touchmenu(fix): reset page num before switching to sub menu
2016-07-31 18:22:41 -07:00
Hzj_jie
ccbf8eac0c
Add a network info page ( #2187 )
...
Add network info page
2016-07-26 21:32:13 -07:00
Qingping Hou
086dbdb657
scrolltextwidget(fix): add moveCursor method
2016-07-18 22:38:54 -07:00
Hzj_jie
d4c31d683f
Add a setting to disable save document ( #2138 )
...
* Add a setting to disable save document
* Add UI elements to control save-document settings
2016-07-14 10:38:00 -07:00
chrox
41c79407b9
diable double tap by default in the widget stack
...
This should fix #2141 and fix #2130 .
2016-07-14 08:56:10 +08:00
Qingping Hou
4cdafedcc8
Merge pull request #2147 from koreader/houqp-master
...
move setDirty call from TextWidget:setText to FileManager
2016-07-13 10:52:32 -07:00
Huang Xin
b8f23d162d
filemanager(fix): refresh banner in filemanager insteand of TextWidget
2016-07-12 21:34:17 -07:00
Qingping Hou
20eb36a03d
feat: add network management UI for kobo
2016-07-11 23:50:19 -07:00
Qingping Hou
44d62f6f41
networkmanager: move device specific code into device module
2016-07-10 23:25:32 -07:00
Qingping Hou
a10a4f65a5
minor: use predefined color instead of gray method
2016-07-10 23:25:32 -07:00
Hzj_jie
273a0cb7ee
We should set TextWidget.parent as dirty.
2016-07-07 22:38:24 -07:00
Hzj_jie
3bc5e90a52
TextWidget should set dirty region in setText function.
2016-07-06 23:53:55 -07:00
Hzj_jie
493ff00609
Add path in file manager
2016-07-04 17:38:04 -07:00
chrox
1c5c7d3a7c
fix #1682 by closing all dict windows when holding close icon
2016-06-29 00:35:00 +08:00
chrox
71bf9efc7c
split accient greek words with spacing character
...
This should fix #1705 .
2016-06-28 23:50:25 +08:00
Qingping Hou
ffd01b3345
Merge pull request #2111 from chrox/fix_2110
...
fix #2110 by adding disable double tap option in screen options
2016-06-27 11:46:14 -07:00
chrox
6ec30376a6
fix two crashes
2016-06-28 00:45:01 +08:00
chrox
551857ce6e
fix some luacheck warnings
2016-06-28 00:43:23 +08:00
chrox
03fda94562
fix #2110 by adding disable double tap option in screen options
2016-06-27 23:02:10 +08:00
chrox
f1b76d41d9
fix crash when clearing inputbox
2016-06-26 22:43:40 +08:00
chrox
3d7fe1002c
we should disable double tap by default
...
Currently only column-zoom mode in PDF uses double tap gesture.
2016-06-26 22:36:54 +08:00
chrox
6b43233c4a
fix #2092
...
And fix several other bugs introduced in #2028 :
1. hint messages are back instead of the "Demo hint"
2. cursor now only presents in the focused inputbox in a multiinput dialog
3. moving cursor now works in multiinput dialog
2016-06-26 01:33:18 +08:00
Qingping Hou
7d13d00eff
uimanager(fix): honor second when calling Input:waitEvent
2016-06-22 01:11:23 -07:00
Qingping Hou
fadad90447
uimanager(fix): handle stack change in close
2016-06-21 01:53:42 -07:00
Qingping Hou
af2f3c30c7
uimanager(fix): handle last widget in broadcast event properly
2016-06-18 22:32:08 -07:00
chrox
40858c670a
restrict dictionary window inside of screen especially in landscape mode
...
This should fix #2020 .
2016-06-17 00:04:47 +08:00
chrox
5983050d79
PDF free zoom mode revisit
...
this should implement feature request of zoom mode for multi-columns
page in #501
This PR depends on koreader/koreader-base#435
How to use?
1. Tap the top left corner of a PDF/Djvu page to get into the flipping
mode
2. Double-tap on text block will zoom in to that column
3. Double-tap on any area will zoom out to an overview of the page
4. repeat step 2 to focus to another page block
How does it work?
1. We first find the mask of text blocks in the page. (Pic 1)
2. Then we intersect page boxes with user tap to form a page block. (Pic 2)
3. Finally we zoom the page to the page block and center current view to
that block. (Pic 3)
2016-06-15 02:05:09 +08:00
Huang Xin
22d0dbfb4f
Merge pull request #2075 from chihyang/master
...
Add a new feature 'read from right to left'
2016-06-14 23:07:17 +08:00
Qingping Hou
ce7ae2dfac
uimanager(fix): handle edge case where second widget in stack is ignored
2016-06-11 12:17:18 -07:00
chihyang
c161bc2f79
Add a new feature 'read from right to left'
...
A new feature 'read from right to left' is added, which is more fit for
Traditional Chinese and Japanese books. Once the feature is enabled:
1. The gesture region of TapForward and area will be flipped
horizonally;
2. The action for swiping to west and to east will be exchanged.
2016-06-10 20:14:03 +08:00
chihyang
8251cd6ac8
Add a UI option to set 'read from right to left'
2016-06-09 21:28:27 +08:00
Qingping Hou
e58198fbe2
widgetcontainer(fix): crash when getting widget size
2016-06-05 16:38:07 -07:00
Qingping Hou
301925e34a
textboxwidget(fix): handle onHoldWord event
2016-06-05 00:37:54 -07:00
Qingping Hou
adf5ffdd26
dictquicklookup(fix): use self.region for matching hold event
2016-06-05 00:08:23 -07:00
Qingping Hou
8268d8d32c
test(fix): clean up after screenshot test
2016-06-01 21:32:35 -07:00
Huang Xin
fd39016c87
Merge pull request #2028 from union2find/master
...
Add cursor functionality for inputtext widget
2016-06-01 08:34:42 -05:00
Huang Xin
ffca77af40
Merge pull request #2032 from koreader/keyboard
...
russian keyboard layout improvement from mergen3107
2016-06-01 08:32:54 -05:00
Huang Xin
f718b0669f
Merge pull request #2045 from koreader/defaults
...
defaults(refactor): remove global hack in filemanagersetdefaults
2016-06-01 08:31:36 -05:00
Qingping Hou
a92a88e063
uimanager(fix): check active widgets in the correct order
2016-05-29 22:03:04 -07:00
Qingping Hou
6a1fa7f612
move keyboard layout into data modules
...
also changed keyboard mode for number to 4
2016-05-28 17:46:31 -07:00
Qingping Hou
56a9bad23b
russian keyboard layout improvement from mergen3107
2016-05-26 21:01:42 -07:00
Qingping Hou
476e35708d
inputdialog(feat): add is_enter_default attribute to buttons
2016-05-25 23:09:49 -07:00
Qingping Hou
60587e08c6
defaults(refactor): remove global hack in filemanagersetdefaults
...
also added screensaver folder setting dialog for kobo
2016-05-25 22:07:20 -07:00
union2find
a7f24b6eaf
fix function util.splitToChars in frontend/util.lua
2016-05-22 23:59:28 +08:00
union2find
f8943efdbf
fix indent sytle
2016-05-15 17:18:38 +08:00
union2find
3d89b27e59
remove debug output
2016-05-15 14:56:58 +08:00
union2find
9ea56827dc
resolve conflict on frontend/ui/widget/scrolltextwidget.lua
2016-05-15 14:00:11 +08:00
chrox
4c491b5ee2
rename 'Highlight' to 'Highlight options' in menu
...
This should fix #2023 .
2016-05-14 12:20:01 +08:00
Zijie He
1aa0c4192a
Multi-line toggle switch & add instruction to resolve sdcv build error.
2016-05-09 21:59:33 -07:00
Qingping Hou
42dde82c43
uimanager(minor): simplify suspend event handler's signature
2016-05-02 22:42:05 -07:00
Qingping Hou
887d9942ed
Merge pull request #1992 from lgeek/master
...
RFC: Offer to power off if the power button is held for at least 3 seconds
2016-05-01 22:48:07 -07:00
Cosmin Gorgovan
19338cb439
Kobo: Offer to power off if the power button is held for at least 3 seconds
2016-05-01 14:09:21 +01:00
Cosmin Gorgovan
18c0cee18f
UIManager: add method for broadcasting an event to all widgets
2016-05-01 13:48:21 +01:00
Qingping Hou
2bcc3671c5
scrolltextwideget(fix): listen to page fwd/bck events
2016-05-01 00:51:50 -07:00
Qingping Hou
eb71d29716
kodev(minor): fix arg test
2016-04-23 21:22:57 -07:00
Qingping Hou
0166ff8add
reader(fix): force draw info message before loading document
...
Since the doShowReader will run in nextTick, it will get picked up by
checkTask, which is in the beginning of next UI loop and blocks
UIManager from redrawing the screen for the info popup.
2016-04-23 21:17:38 -07:00
union2find
d6fcc9adf9
add cursor functionality
2016-04-21 22:13:10 +08:00
Qingping Hou
d7b1b403c1
progresswidget(fix): ignore nil self.last
2016-04-20 23:16:40 -07:00
Qingping Hou
26ecc6035a
bookstatus: cache total pages
2016-04-20 23:12:07 -07:00
frankyifei
73f7d860cd
imagewidget fix
...
bring back the old behavior: when width and height are set and all the
zooming options are false, zoom the image to that size. The last commit
to Imagewidget.lua caused it ignores the set width and height and use
the image's original size instead when no zoom option is set. This
caused #1979 . Although #1979 can be fixed by setting autostretch=true,
but I think it's good to fix here.
2016-04-20 01:16:27 +09:30
Qingping Hou
e9b9bbadcc
fix: luacheck
2016-04-19 00:59:02 -07:00
Qingping Hou
790472fb38
Merge pull request #1969 from Hzj-jie/screen-saver
...
Update ImageWidget to support more stretch settings, and enable screensaver on kobo
2016-04-18 21:56:07 -04:00
Hzj_jie
0fb5d5f6fc
Fix a naming, which breaks coding style
2016-04-17 22:32:51 -07:00
Hzj_jie
1be9264a0c
Resolve review comments
2016-04-17 22:30:46 -07:00
Frans de Jonge
5638819f25
Removed a bunch of "successfully", replaced an ellipsis, and some deviant spellings of KOReader.
2016-04-16 12:37:08 +02:00
Zijie He
0b59d501a6
Merge remote-tracking branch 'upstream/master' into screen-saver
2016-04-15 13:21:55 -07:00
Zijie He
7d4bd076f7
Resolve review comments
2016-04-15 13:21:39 -07:00
Allan Nordhøy
bc16ed5035
Spelling of calibre and KOReader. Ellipsis.
2016-04-15 15:04:41 +02:00
Zijie He
865b2a8f90
Update ImageWidget to support more stretch settings, and enable screensaver on kobo
2016-04-14 17:42:54 -07:00
Zijie He
6eeac33ad1
*.sdr folders are not excluded in folder item count
...
Bug #1966
2016-04-14 14:13:53 -07:00
Hzj_jie
3cf4e79f62
Use Screen:scaleBySize to auto scale virtual keyboard size
2016-04-11 23:36:03 -07:00
chrox
f3e0d44cc4
disable jit on some modules on android
...
to make koreader on Android more stable
and with these opt params:
```
require("jit.opt").start("sizemcode=64","maxmcode=64", "hotloop=10000")
```
The strategy here is that we only use precious mcode memory (jitting)
on deep loops like the several blitting methods in blitbuffer.lua and
the pixel-copying methods in mupdf.lua. So that a small amount of mcode
memory (64KB) allocated when koreader is launched in the android.lua
is enough for the program and it won't need to jit other parts of lua
code and thus won't allocate mcode memory any more which by our
observation will be harder and harder as we run koreader.
2016-04-07 23:43:58 +08:00
Qingping Hou
7c46cb3eda
bookstatus(fix): reset self.stats on init
2016-04-05 21:48:27 -07:00
Qingping Hou
2a2643bdb5
Revert "bookstatus(fix): reset self.stats on init"
...
This reverts commit be8ceb84b4
.
2016-04-05 21:47:48 -07:00
Qingping Hou
be8ceb84b4
bookstatus(fix): reset self.stats on init
2016-04-05 21:43:20 -07:00
Qingping Hou
144fd170f1
uimanager(refactor): replace autosuspend if check with noop
2016-03-29 10:02:53 -07:00
Qingping Hou
e3137134f8
dbg(add): guard method to toggle assert at based at runtimemode
2016-03-28 23:38:25 -07:00
Zijie He
b86aa5a02b
Implement auto-suspend function for Kobo. Add test case for UIManager:_checkTasks, which should not clear _task_queue_dirty bit before looping.
2016-03-28 17:53:18 -07:00
Qingping Hou
11d5b5c0a1
fix(readerlink): restore reader view context on go back
2016-03-27 16:01:56 -07:00
Qingping Hou
f48d9bd6d9
fix(readerfooter): marker ticks initialization
2016-03-18 23:24:51 -07:00
Qingping Hou
2f78493e9e
minor: write reader error to stderr
2016-03-17 21:55:46 -07:00
Qingping Hou
e9a5624373
fix(bookstatus): enforce status page height to screen height
2016-03-13 19:48:28 -07:00
chrox
3a9cb659d1
add OTA update on Android
2016-03-13 23:43:05 +08:00
GeneralFailer
10f9f1b1a7
"Wifi" -> "Wi-Fi"
2016-03-10 18:26:57 +03:00
zijiehe
f0c675d722
E-ink optimization setting should be correctly set after restart.
2016-03-08 17:58:05 -08:00
Qingping Hou
e52c74afcc
test: more uimanager scheduler test
2016-03-07 22:52:52 -08:00
Qingping Hou
fad50772ce
minor: fix luacheck errors
2016-03-06 22:47:24 -08:00
Qingping Hou
b0d4915977
progressbar: fix infill offset in bookstatus
2016-03-06 22:45:41 -08:00
Qingping Hou
10ded583b9
minor: adjust kvpage and dictlookup for new closebutton
2016-03-06 22:45:41 -08:00
Qingping Hou
34e0238b6f
readermenu: move book status to info tab & minor cleanup
2016-03-06 22:45:41 -08:00
Qingping Hou
a99ab5a976
bookstatus: adjust layout and spacing for bookstatus page
2016-03-06 22:45:40 -08:00
Qingping Hou
b65983da1a
multi-touch: add tests for gesturerange moudle
2016-03-06 22:45:40 -08:00
Qingping Hou
6fccb610c4
doc: update rendertext
2016-03-06 22:45:40 -08:00
NiLuJe
a82fe3ac44
is_fl_on -> is_frontlight_on outside of powerd
...
Matches the reader setting we're reading/writing at that point,
and avoids confusion related to scoping because it doesn't necessarily
match powerd.is_fl_on at that point.
Well, at least I had to wrap my mind around it ^^
2016-03-02 19:15:11 +01:00
Qingping Hou
399d676cf0
kobo: rename frontlight_state config to is_frontlight_on
2016-03-02 18:25:17 +01:00
Qingping Hou
cf3b97537b
kobo: build fl_state based on fl_intensity if model does not support toggle
2016-03-02 18:25:17 +01:00
Qingping Hou
0772fd1439
touchmenu: fix menu height calculation
2016-02-28 13:32:25 -08:00
zijiehe
e84093c414
Add a flState in Kobo, and KoboPowerD:toggleFrontlight uses flState to control the light instead of intensity.
2016-02-26 15:34:23 +08:00
chrox
529cb801c1
fix broken extended InputDialog components
...
eg. LoginDialog and MultiInputDialog
since the style refactoring in #1783 .
2016-02-21 23:30:06 +08:00
Qingping Hou
8e35a6e4ab
fix inputcontainer
2016-02-18 21:21:19 -08:00
Qingping Hou
4598284bbb
fix(readerfontlight): crash in toggle
2016-02-17 09:53:29 -08:00
Qingping Hou
b63ddb8736
fix: kill in fly hinting event on document close
2016-02-16 23:26:08 -08:00
Frans de Jonge
df6935c20b
Merge pull request #1823 from koreader/houqp-master
...
build: fix travis build
2016-02-16 20:57:23 +01:00
NiLuJe
a4137fd8a6
Add a bunch of OTA mirrors...
...
With much better peerings & bandwidth than my fallback.
-eu is in Central Europe
-af is in Western Europe
-na is in North America
2016-02-16 20:45:37 +01:00
Qingping Hou
1f082d7f5c
build: fix travis build
2016-02-16 09:58:24 -08:00
Qingping Hou
87c28a72cf
doc: update closebutton
2016-02-15 23:21:36 -08:00
Qingping Hou
e422842256
minor: a lot of luacheck fixes
2016-02-15 23:10:07 -08:00
Qingping Hou
6a6469fa09
more luacheck fixes
2016-02-15 22:34:28 -08:00
Qingping Hou
3c647ff244
minor: various luacheck fixes
2016-02-15 18:08:04 -08:00
Qingping Hou
3bec9cea89
ui(kvpage) truncate title/key/value if it's too long
2016-02-15 17:56:13 -08:00
Qingping Hou
e410ce14df
doc: types/functions for font and rendertext module
2016-02-15 16:14:15 -08:00
Qingping Hou
d7879db90f
font: add default font size
2016-02-15 15:00:38 -08:00
Qingping Hou
59c17ef420
minor: more luacheck fixes
2016-02-15 01:33:48 -08:00
Qingping Hou
11ee8d6fcc
refactor: use new KeyValuePage widget for displaying statistics
2016-02-14 21:54:17 -08:00
Alex Pletnev
fbf98ed920
#1710 FR: Add support of statistics plugin for pdf
2016-02-12 16:55:02 +02:00
Alex Pletnev
a6ebbe9adb
#1807 FR: Add separator into menu
2016-02-11 18:47:27 +02:00
Qingping Hou
8f4fae7a09
minore: more static check fixes
2016-02-10 10:30:05 -08:00
Qingping Hou
ba1ef91df2
minor: translate progress bar text with template
2016-02-09 23:10:37 -08:00
Qingping Hou
b8ee33871f
style: clean up statuswidget a bit
2016-02-09 23:01:19 -08:00
Alex Pletnev
c0a2b3d4d9
#1730 Create complete book feature
2016-02-09 14:51:55 +02:00