Hzj_jie
9be82da449
Lower file suffix ( #4369 )
2018-11-29 19:29:14 +01:00
poire-z
2b9694d7d2
[fix] Ensure "Open last/previous" point to existing files ( #4367 )
2018-11-28 21:14:07 +01:00
wsotest
7841351a81
Added support for pb627 (touch lux 4) ( #4362 )
2018-11-26 15:19:00 +01:00
Frans de Jonge
923d9e0a89
[UX] Add paragraph whitespace/indent style tweaks ( #4358 )
...
Requested on the forum, and it makes a lot of sense.
https://www.mobileread.com/forums/showthread.php?p=3777972#post3777972
2018-11-24 12:33:52 +01:00
mbab
c5ff3dcca1
Add support for PocketBook 630 ( #4357 )
2018-11-23 13:33:43 +01:00
Frans de Jonge
db404537bf
[fix, Android] Android 2.3 getScreenSize crash ( #4356 )
...
* [fix] Android 2.3 getSceenSize https://github.com/koreader/android-luajit-launcher/pull/87
Also includes:
* 7z: update to 18.05 https://github.com/koreader/android-luajit-launcher/pull/88
If nothing else, from 18.03:
> The speed for single-thread LZMA/LZMA2 decoding was increased by 30% in x64 version and by 3% in x86 version.
2018-11-22 20:32:42 +01:00
Frans de Jonge
6508187dfc
Bump base ( #4355 )
...
Includes:
* [build, Android] libjpeg-turbo: make sure to copy the right lib https://github.com/koreader/koreader-base/pull/769
Missing piece for #4254 .
* [Cervantes]: waveforms & flags https://github.com/koreader/koreader-base/pull/763
2018-11-21 21:02:29 +01:00
Frans de Jonge
3c6c15e348
[fix, Android] libjpeg-turbo crash on Android <=4.x ( #4352 )
...
Fixes #4254 .
See https://github.com/koreader/koreader-base/pull/768
Also includes:
* [build, thirdparty] Bump OpenSSL to 1.0.2q (https://github.com/koreader/koreader-base/pull/767 )
2018-11-21 06:16:11 +01:00
poire-z
85ac59ae00
CreDocument: fix document loading interferences ( #4349 )
...
When a main document is opened for displaying, some other
document openings (for getting metadata or cover image)
could affect the main document.
Split some code from CreDocument:init() into another new
method CreDocument:setupDefaultView(), that will only be
called by ReaderUI when opening the main document (and not
by these other openings like Book inforation, View cover...)
Also speed up some of these other openings (Search, Screensaver)
by using doc:loadDocument(false) to load only metadata and
avoid parsing the HTML.
Details in https://github.com/koreader/koreader/issues/4346#issuecomment-440036496
2018-11-20 21:07:59 +01:00
poire-z
872c908a02
[UX] ConfigDialog: larger tap area around font and icons ( #4351 )
...
The font size items (Aa Aa ... Aa) and the align & column
items (for PDF) had a non-tapable spacing between them,
which could make hitting an item difficult.
This replaces this spacing by padding on each side of the item,
so a tap in between will always catch one item, for easier
selection.
2018-11-20 20:54:03 +01:00
NiLuJe
f6fb2ded5d
Fix frontlight sysfs path on the PW4 ( #4350 )
...
Fix toggling the FL on/off (as that's the only instance we're not using
lipc)
2018-11-20 19:46:53 +01:00
Yann Muller
3f7f5f07bf
Wallabag fixes and improvements ( #4347 )
...
* Improved error handling.
* Removed unused variable.
* [fix] Skip remote deletes if disabled.
* Addded Wallabag preffix to logger output.
2018-11-19 12:30:17 +01:00
Frans de Jonge
fb1c3606d7
[fix, build] kodev: test for PB TC in $PATH ( #4344 )
...
Includes and depends on base bump with:
* [build, fix] Support PocketBook TC in path https://github.com/koreader/koreader-base/pull/765
2018-11-18 18:26:38 +01:00
Frans de Jonge
49192c96d8
[fix, lang] Replace CSS jargon with natural English ( #4343 )
...
See https://github.com/koreader/koreader/pull/4307/files#r234400330
2018-11-17 09:04:19 +01:00
poire-z
afc4be3ae0
Double-tap chapter nav: add origin page to location stack ( #4339 )
2018-11-16 23:51:47 +01:00
Martín Fernández
6a844136cf
[Cervantes]: wifi fix & misc improvements. ( #4341 )
...
* remove unused setting 'internal_storage_mount_point
use filemanagerutil.getDefaultDir() instead
https://github.com/koreader/koreader/blob/master/frontend/apps/filemanager/filemanagerutil.lua#L15
* more info about device frontlight/naturalLight capabilities
* make stock reader fonts available in KOReader
* remove restore-wifi-async leftovers
* wireless: fix wpa_supplicant configuration:
make it compatible w/ debian wheezy binaries
don't try to run enable-wifi.sh more than once
2018-11-16 10:21:57 +01:00
NiLuJe
32ccada2c4
Don't try to deal with KPVBooklet shenanigans when run from KUAL ( #4342 )
...
re #2848
2018-11-16 02:36:21 +01:00
NiLuJe
bd6c852cc8
Fix Kindle FW detection ( #4336 )
...
* Fix version comparisons...
2018-11-14 22:58:04 +01:00
NiLuJe
c14eae335a
Bump base & Android launcher ( #4335 )
...
* Bump luajit-launcher (luajit)
* Bump base (libjpeg-turbo 2.0.1)
2018-11-14 22:57:47 +01:00
poire-z
f8199dd493
Fix a few edge cases crashes and issues ( #4334 )
...
- ReaderConfig does not need to call again self:initGesListener() on
screen rotation/resize, as it uses the TouchZone infrastructure
that deals itself with rotation. So, it was adding new gestures
that were overriding tap on footer and preventing it from working.
- ReaderFooter: fix refresh area (which was too small when toggling
from hidden to visible)
- ReaderToc: fix crash when showing TOC in scroll mode after rotation
- Menu: fix crash when no onReturn defined (could happen when tap on
bottom left corner when showing an empty TOC)
2018-11-14 20:58:56 +01:00
poire-z
f92136e3c9
Bump crengine: fix segfault and CSS classname check ( #4327 )
...
Includes:
- Fix CSS class check when on elements with multiple class names
- Fix ignore occasional space at start of line, avoid segfault
2018-11-11 17:49:38 +01:00
NiLuJe
772cdefe92
Support the Kindle PW4 ( #4324 )
...
* Fix version checks on FW >= 5.10.x
* Bump base
2018-11-11 02:05:38 +01:00
NiLuJe
419769d07e
Initial Kobo Forma support ( #4325 )
...
* Initial Kobo Forma support
re #4291
c.f., https://www.mobileread.com/forums/showpost.php?p=3771404&postcount=2994
& https://www.mobileread.com/forums/showpost.php?p=3772378&postcount=2998
Big fat warning: something is *definitely* rotten in the state of
Denmark:
* FrontLight/NaturalLight might need some more testing/tweaks
* Rotation (initial or accelerometer-induced) is *NOT* handled.
This'll require someone with an actual Forma, shell access,
and a bit of courage, because rotation is hell.
Programming chops greatly appreciated!
2018-11-11 01:01:08 +01:00
Martín Fdez
b69882fa34
add safemode tool support
...
https://github.com/pazos/cervantes-safemode
ref: https://www.mobileread.com/forums/showpost.php?p=3760905&postcount=2 - kodeps.tar.gz
2018-11-10 16:00:03 +01:00
Martín Fdez
6c6bec35ec
wireless: make QBookApp happy across switches
2018-11-10 16:00:03 +01:00
Martín Fdez
6424176922
wireless: sleep unconditionally, do not launch wpa_supplicant if is already running and a bit of formatting
2018-11-10 16:00:03 +01:00
Martín Fdez
b06c9a5e57
suspend again on power wake, like in kobos
2018-11-10 16:00:03 +01:00
Martín Fdez
e98b0c8ec8
wireless: use sysfs, do not ping
2018-11-10 16:00:03 +01:00
Martín Fdez
4e1a4978cc
wireless: read wireless carrier from sysfs
2018-11-10 16:00:03 +01:00
Martín Fdez
56a1b14418
remove spaces from model names
2018-11-10 16:00:03 +01:00
Martín Fdez
acfd21112f
enable fbink feedback during OTA updates
2018-11-10 16:00:03 +01:00
frio
4ae43aee2c
[fix, cervantes] Old Cervantes devices should return false for hasNaturalLights ( #4320 )
2018-11-10 11:31:24 +01:00
poire-z
5d6807620f
Fix footnote size after screen rotation ( #4316 )
2018-11-09 21:44:00 +01:00
xelxebar
05e687f570
[Feature] Support DjVu metadata ( #4314 )
2018-11-09 19:06:47 +01:00
Frans de Jonge
f71627cf1d
[spec] Version: slight refactor
2018-11-07 20:46:07 +01:00
Frans de Jonge
be32144829
[fix] Version pattern: add two extra numbers for point release
...
Also see #4303 .
2018-11-07 20:46:07 +01:00
Frans de Jonge
472b9cf32a
README.md: add note about --appimage-extract
( #4304 )
...
Fixes #3886 .
2018-11-05 22:54:36 +01:00
poire-z
26aeb6121c
bump crengine: fix vertical-align and others ( #4307 )
...
bump crengine, which includes:
- Avoid uneeded re-rendering on load when with full status bar
- Update french hyphenation pattern
- Fix border-collapse on table cells in some cases
- Fix line-height inheritance when no unit
- Fix: don't ignore space following an image
- Fix: ignore occasional space at start of line
- Fix possible segfault when viewing HTML
- Fix and extend support of vertical-align
Also add a style tweak to middle align images with text, which
may make some text with inline icons and such nicer (depending
on images sizes and selected Zoom/DPI).
2018-11-05 00:12:12 +01:00
Frans de Jonge
42548939bc
[spec] version_spec: forget about rev and commit ( #4303 )
...
Stable doesn't have them.
2018-11-02 21:12:00 +01:00
Frans de Jonge
349485e240
[fix] Minor kodev shellscript issues ( #4302 )
...
Use `-z` instead of `! -n`.
See https://github.com/koalaman/shellcheck/wiki/SC2236
2018-11-02 11:42:34 +01:00
Frans de Jonge
b5911076bc
[fix, lang] Bottom left/right adjective order ( #4301 )
...
Also put left first, which seems more logical.
2018-11-02 10:35:41 +01:00
Frans de Jonge
e636a0b231
[hotfix] tonumber makes an empty string nil
2018-11-01 11:54:29 +01:00
Frans de Jonge
bdb81c72f1
[hotfix] Version: empty pattern max is an empty string, not nil! ( #4299 )
...
Fixes #4298 .
2018-11-01 11:41:31 +01:00
Martín Fernández
1e69fae7bc
[feat] Add support for BQ/Fnac devices ( #4294 )
...
Adds support for devices found in https://blog.bq.com/es/bq-ereaders-developers-program/ . Tested on BQ Cervantes 4 (last BQ device from 2017).
It adds a new touch input event handler (discussed in #4275 ) which should work on other single touch devices (ie: Kobo Touch, Mini, Glo, Aura HD) but wasn't tested.
Includes base bump with: [feat] Add BQ/Fnac device support (https://github.com/koreader/koreader-base/pull/745 )
2018-10-31 23:48:36 +01:00
Frans de Jonge
d1298ff8e5
[feat] Smaller version on annotated tag ( #4295 )
2018-10-31 23:34:11 +01:00
Frans de Jonge
f3ce1c224d
Bump base ( #4293 )
...
Includes:
* [fix] HarfBuzz Android build with newer libtool https://github.com/koreader/koreader-base/pull/749
* [CI] Update Docker images https://github.com/koreader/koreader-base/pull/748
2018-10-30 07:13:27 +01:00
Frans de Jonge
c01d105bb3
[build, AppImage] Update to AppImageTool 11 ( #4288 )
...
It came out last week: https://github.com/AppImage/AppImageKit/releases/tag/11
I also fixed the `libcairo` issue from https://github.com/koreader/koreader-base/issues/730 in https://github.com/koreader/virdevenv/pull/21
2018-10-28 07:12:30 +01:00
Martín Fernández
29835b3072
[chore] Refactor sysfs_light ( #4283 )
2018-10-27 22:49:18 +02:00
Yann Muller
3fa2dad0b7
Fix for Internet Archive URL.
2018-10-24 14:48:50 +02:00
Yann Muller
030a02dfc4
Escape &, < and > when removing CDATA.
2018-10-24 14:48:50 +02:00