Martín Fernández
83554c6180
add doctype to template ( #8040 )
2021-08-01 21:54:12 +02:00
Frans de Jonge
acfc5eec2b
[lang] Add a couple of plurals ( #8028 )
...
Reported by @ichnilatis-gr , see https://www.mobileread.com/forums/showthread.php?p=4140493#post4140493 and following.
2021-07-26 09:41:04 +02:00
hius07
e5f28a0f60
"Page turns" menu development ( #8022 )
...
Make "Taps and gestures - Page turns" available only in reader.
Move there other page turn related menu items from Navigation.
Remove duplicated code. Added standard "star" for default RTL.
2021-07-25 23:59:06 +02:00
Martín Fernández
990b6768f4
disable battery level on desktop Linux ( #8026 )
...
This also include ChromeOS laptops (chromebooks) since the power sysfs attributes don't exist in linux containers.
2021-07-25 23:29:30 +02:00
Evan Boehs
9bb6b70c7a
Check for update → Check for updates ( #8027 )
2021-07-25 21:04:13 +02:00
Martín Fernández
ef5095f806
bump luajit-launcher ( #8025 )
...
Namely the Boyue P78, a JDRead, the Fidibook and a new, mysterious, Boyue Lemon smile
Related to #4551
2021-07-25 18:27:33 +02:00
NiLuJe
af4a88315c
Bump base ( #8019 )
...
https://github.com/koreader/koreader-base/pull/1390
https://github.com/koreader/koreader-base/pull/1392
2021-07-24 02:07:25 +02:00
hius07
45d770b131
Activate menu: standardize to 2 checkboxes ( #8017 )
2021-07-23 17:19:36 +02:00
hius07
2a6931e72f
History: add confirmation before cleaning ( #8016 )
2021-07-23 17:14:25 +02:00
poire-z
5bab3e5e98
Fix luacheck after d9cc3af2
2021-07-23 15:54:12 +02:00
hius07
2ab31a9a36
File browser: Settings submenu reordering ( #8000 )
2021-07-23 15:47:02 +02:00
Brian Hughes
d9cc3af220
Reset everyone's duration time to classic ( #8008 )
...
Reset unwanted migration of this setting to "modern"
done with #7897 .
2021-07-23 14:16:41 +02:00
yparitcher
dc59391632
Dispatcher: use UIManager:sendEvent instead of the current instance ( #7999 )
...
This fixes inheritance issues when changing documents.
Also allow "Go to page" in FM.
2021-07-23 13:27:12 +02:00
poire-z
05246bb86e
bump base: remove zsync dependencies, bump crengine ( #8015 )
...
crengine bump includes:
- Regex search: fix potential pattern cache bug
- XML file detection: ignore BOM
2021-07-23 12:06:30 +02:00
Galunid
e7fa044807
Remove zsync plugin ( #7957 )
2021-07-22 09:01:57 +02:00
poire-z
7b90305570
PDF written highlights: trash cached tiles on close ( #8002 )
...
Small followup to e3bac94d
.
2021-07-21 22:28:34 +02:00
NiLuJe
817e9e26e8
Minor input tweak after #7986 ( #8004 )
2021-07-21 22:20:08 +02:00
NiLuJe
ae35e898fb
Kobo Elipsa support ( #7986 )
...
Includes a few minor cleanups along the way ;).
2021-07-21 18:12:58 +02:00
poire-z
b31b7728db
Quick start guide: revamp text and look ( #7985 )
...
By @offset-torque, extracts from his upcoming user manual.
See https://github.com/koreader/koreader/discussions/7898
2021-07-20 17:22:45 +02:00
poire-z
e3bac94db1
PDF written highlights: fix boxes, trash cached tiles
...
TileCacheItem: add created_ts property.
Document: manage a tile_cache_validity_ts and ignore
older cached tiles.
This timestamps is updated when highlights are written
as annotations in, or deleted from, the PDF, so we can
get the most current rendered bitmap from MuPDF and
avoid highlight ghosts on old tiles.
Save this timestamp in doc settings so older cached to
disk tiles will also be ignored across re-openings.
Bump base for: mupdf.lua: update frontend pboxes with
MuPDF adjusted ones.
2021-07-20 15:19:59 +02:00
poire-z
eeb09d2150
PDF text selection: fix/tweak spacing between words/boxes
...
We may get multiple boxes when selecting texts, one for each
word, and we have to add spaces between the extracted words
ourselves. Previously, we were only adding a space if the
last char of previous word was ASCII, so missing spaces
after accents or greek words.
Try to do better by measuring the distances between boxes
and comparing to box heights, with a few heuristics.
2021-07-20 15:19:59 +02:00
Frans de Jonge
63e800e3b3
Update translations for 2021.07 ( #7989 )
2021-07-18 20:26:48 +02:00
zwim
48d1b23469
FileSearcher honor filemanagers sorting order ( #7978 )
2021-07-18 20:21:39 +02:00
Martín Fernández
38a2a46969
Flag send2ebook as deprecated ( #7967 )
...
See https://github.com/koreader/koreader/issues/7955#issuecomment-877625098
2021-07-18 20:20:06 +02:00
yparitcher
120eaf9193
secondsToHClock(): always floor seconds for consistency ( #7987 )
...
Fixes : #7984
2021-07-18 20:18:56 +02:00
poire-z
16ab5aa194
SDL keyboard input: should go to top level widget only
...
Avoid the typed input to be added to all
InputText present on the stack: only the
top one should handle it.
2021-07-15 23:18:47 +02:00
poire-z
e46accbcc5
bump base: fix doc for ffi/utf8proc
2021-07-15 23:18:47 +02:00
hius07
41f2a6f8a4
InputText: fix search on multi-bytes UTF-8 ( #7981 )
...
Also fix crashes when text is invalid UTF-8.
2021-07-15 21:57:12 +02:00
zwim
9d2c6b07aa
Fix date in onetime_migration ( #7980 )
...
Fixes #7979
2021-07-15 17:52:23 +02:00
hius07
7eea2ae7cd
InputText/InputDialog: add case sensitive search ( #7966 )
2021-07-15 16:28:54 +02:00
NiLuJe
72fbdf7fd4
ReaderZooming tweaks ( #7968 )
...
* ReaderZooming tweaks
Re #7964 & #7962
* Fix oversight in setNumberOf
Co-authored-by: yparitcher <y@paritcher.com>
2021-07-15 15:34:13 +02:00
zwim
ab6867c8fa
FileManager: allow case sensitive file search ( #7956 )
...
Bump base for cre.cpp cleanup and utf8proc FFI.
Add a checkbutton for case sensitive search in FileBrowser,
and use Utf8Proc.lowercase() for case insensitive search.
Also use it in ReaderUserHyph as a replacement for
crengine getLowercasedWord().
2021-07-15 12:53:28 +02:00
zwim
26cc3df5c5
ReaderSearch: fix wait button position, code cleanup ( #7973 )
2021-07-15 11:51:10 +02:00
hius07
5947085ba4
InputText: up/down arrows move cursor to start/end of line ( #7976 )
...
when already on the first or last line.
2021-07-15 10:27:21 +02:00
ichnilatis-gr
4b7ac191dc
Greek keyboard: translate Space key ( #7974 )
2021-07-15 10:26:25 +02:00
poire-z
bfda4bfc8d
bump crengine: page splitting revamp, fix some issues ( #7958 )
...
Includes:
- (Upstream) fix integer overflow and memory leaks
- LVArray: fix indexOf() to work with any type
- LVDocView: fix m_twoVisiblePagesAsOnePageNumber uninitialised
- CSS: line-break: accept "-cr-loose" to ignore no-break-spaces
- CSS: font-variant: extend effect of "normal" and "none"
- lvrend: fix BlockFloat footnotes context line associations
- In-page footnotes: support links inside inline-block
- Page splitting: revamp, fix some issues
Also bump HarfBuzz to 2.8.2
2021-07-10 22:22:19 +02:00
Frans de Jonge
86a1552ccd
Fix wrong escape ( #7952 )
...
;-)
Assuming you want it to show up as `'\'`, anyway.
2021-07-10 19:03:12 +02:00
poire-z
ca91df1f87
CheckButton: fix hold when in a movable container ( #7948 )
2021-07-10 12:31:55 +02:00
Frans de Jonge
f411035d7d
[plugin] Remove GoodReads plugin ( #7943 )
...
Deprecated half a year ago in <https://github.com/koreader/koreader/pull/7101 >.
Any potential remaining users whose API key hasn't yet automatically expired through inactivity can copy it over from an older release if desired.
Discussed in <https://github.com/koreader/koreader/discussions/7898#discussioncomment-976475 >.
2021-07-10 09:24:07 +02:00
zwim
4d9d599a6a
CRe: fix issues with case sensitive and regex search ( #7947 )
...
Fix crash with previous commit.
Show regex checkbox only with cre documents.
2021-07-08 23:30:37 +02:00
zwim
826a765705
CRe: support for case sensitive and regex search ( #7883 )
...
- bump crengine: findText(): add support for regular
expression search.
- bump base: add thirdparty/srell/srell.hpp, a C++ library
that provides Unicode regex support, used by crengine.
- ReaderSearch: with credocuments, add checkboxes for case
sensitive and regular expression search.
2021-07-08 19:30:16 +02:00
NiLuJe
0e60625160
Screensaver: Fix an old w/h typo ( #7941 )
...
Fix #7938 , exposed by #7929
2021-07-07 19:07:36 +02:00
hius07
f711f060bf
A few small design fixes ( #7933 )
...
Reduce CheckButton font size.
Remove icons in TouchMenu truncated items popup.
Fix some wording.
2021-07-05 12:38:24 +02:00
poire-z
a1d64de9b5
Font contrast: fix value in notification ( #7934 )
...
Fixes small issue noticed at https://github.com/koreader/koreader/discussions/7898#discussioncomment-962282
2021-07-05 11:03:27 +02:00
hius07
897622d4bb
CRe: reset call cache on rendering change ( #7927 )
...
This fixes some values sometimes not updated in footer.
2021-07-05 10:03:14 +02:00
NiLuJe
ed5a9294a4
ScreenSaver: Saner close behavior ( #7929 )
...
Should fix #7643
2021-07-05 04:56:14 +02:00
yparitcher
b07414c2b5
make sure ReaderLink gets a deep copy of location
...
Fixes : #7922
2021-07-04 21:45:19 -04:00
patart
246b402d9c
Add another mimetype alias for FB2 files for OPDS ( #7932 )
...
I've encountered an issue when Calibre Content Server's OPDS feed produced ``text/fb2-xml`` mimetype. Don't know if it is actually Calibre to blame, but thought this simple fix will save some poor souls' time.
2021-07-04 22:03:20 +02:00
jimman2003
a7bbf24f87
Greek keyboard: tweak popup keys ( #7930 )
...
By @ichnilatis-gr
2021-07-03 20:57:39 +02:00
Martín Fernández
07bf2a5719
bump luajit-launcher ( #7925 )
...
Fixes sdcv on Android 4.0 - 4.4
Fixes https://github.com/koreader/koreader/issues/7920
2021-07-02 16:11:34 +02:00