jonnyl2
a39d612f18
Add notification when toggling 'Ignore long-press on corners' via Dispatcher ( #13605 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-05-04 22:47:24 +02:00
David
8e10a3e7a2
[screensaver_menu] QoL: make changing random folder easier ( #13584 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-05-02 12:17:25 +02:00
David
acbde33b2b
[ReaderFooter] add status bar presets ( #13689 )
2025-05-02 08:48:54 +03:00
hius07
75f49b135f
Status bar: dynamic filler ( #13702 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-05-01 16:50:23 +03:00
jonnyl2
8b1605bb49
Minor changes to PageBrowser/BookMap/ReaderHandmade ( #13691 )
...
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
ReaderHandmade new features:
Long-press to bypass input dialog for adding custom TOC chapters via highlight dialog in Reader.
Custom TOC input dialog initial cursor position in front of text (for new chapter entries and 'Use selected text' option): facilitating input of chapter number.
Book map new features:
Separate 'Page browser on tap' setting for overview mode. Larger page-slot width adjustment via long-press on -/+.
Page browser new features:
Adjust 2 lines/columns at once via long-press on -/+. Add unnamed Custom TOC chapters bypassing input dialog via long-press on 'Start TOC chapter here'.
readerthumbnail.lua: Fix reader menu staying open on Book map (overview) launch.
2025-04-30 10:16:45 +02:00
hius07
4b3248700e
Gesture intervals: adjust long- and very-long-press intervals ( #13690 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-28 08:40:04 +03:00
hius07
48d50f76cf
Status bar sort items: dim inactive items ( #13682 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-26 19:56:23 +03:00
hius07
043588cfbd
readermenu: fix setting default style tweaks ( #13673 )
2025-04-26 19:55:54 +03:00
Martín Fernández
e04e2a788f
android: remove vendor specific keycodes from event_map ( #13660 )
...
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
Moved to https://github.com/koreader/koreader/wiki/Android-tips-and-tricks#customize-keys
2025-04-23 23:33:48 +02:00
Artjoms Rizihs
89f7f5ac2d
Change random document to open any random document, long-press for any unopened document ( #13160 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-23 15:07:13 +02:00
Philip Chan
969d47c0bd
BookMap & PageBrowser: now usable on Non-Touch devices ( #12579 )
...
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
Have them both usable on non-touch devices.
Also:
FrameContainer: fix focus border handling, and draw inner border after the
content (to prevent it from being overridden by the content bgcolor).
2025-04-22 22:02:56 +02:00
Frans de Jonge
79f326b5d0
Add a new Kobo Clara BW device ID and codename ( #13648 )
...
References #13644 . FBInk support currently absent.
2025-04-21 18:59:32 +02:00
David
667ab754e4
[ReaderLink] Add missing footnote settings to NT devices ( #13597 )
2025-04-21 18:58:22 +02:00
hius07
1811be99a6
Collections: select books ( #13628 )
2025-04-21 18:17:58 +03:00
Noa Himesaka
15995650e9
Add reMarkable Paper Pro support ( #13620 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-21 13:39:44 +02:00
Sungjoon Moon
17df79d748
[i18n] Change Korean language name ( #13634 )
...
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
한글 is name of Korean character not the name of language
한국어 is right name for the ko_KR (South Korea) language code
It's called 조선어 in North Korea but it will require different language code
Ref: https://en.wikipedia.org/wiki/Korean_language
2025-04-19 23:22:15 +02:00
yparitcher
8556d77f55
ReaderPaging:onRestoreBookLocation Copy location / ctx so it does not get modified
...
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
Fixes : #13570
2025-04-18 14:11:36 -04:00
yparitcher
92de0759ed
ReaderPaging:onRestoreBookLocation Do not restore nil location
...
it can pe passed a nil / empty table if the location stack is empty, return early in this case.
Fixes : #12869
2025-04-18 14:11:36 -04:00
yparitcher
f4a385a6be
ReaderPaging:getBookLocation() simplify usage of util.tableDeepCopy
...
util.tableDeepCopy always returns a table
2025-04-18 14:11:36 -04:00
mergen3107
4816757534
Kindle: add hall file for PW6 ( #13615 )
2025-04-18 19:15:58 +02:00
hius07
aa61308ae8
readerstatus: fix "open next file" ( #13621 )
2025-04-18 19:21:06 +03:00
Jackson Hacker
968703494e
Add Kindle Basic 5 hall file ( #13603 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-16 16:10:01 +02:00
Martín Fernández
23bcb530c9
Debian: misc changes ( #13596 )
...
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
- Updated changelog with proper version & date.
- Updated description (based on common metadata)
- Removed duplicated files that are condensed in /usr/share/doc/koreader
Misc:
- make `frontend/device/devicelistener.lua` non executable
- make `plugins/terminal.koplugin/profile` executable
2025-04-15 08:34:11 +02:00
hius07
dee2411a4b
Screensaver: improve sleep screen message ( #13571 )
2025-04-14 20:51:40 +03:00
Frans de Jonge
8e03808047
NetworkManager: check if proxy URL can be parsed ( #13562 )
...
Closes #12839 .
2025-04-14 17:12:46 +02:00
David
bf8adf2852
DictQuickLookup: make the widget's width user patchable ( #13497 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-12 07:50:58 +02:00
David
3def243f97
[FocusManager] correct cursor keys in RTL ( #13362 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-10 23:42:48 +02:00
JManch
9dbcde4305
[plugin] HttpInspector: fix crash when starting server ( #13541 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-09 23:17:05 +02:00
Robert Greener
edb8f29de0
Quote directory in util.diskUsage ( #13448 )
...
If not quoted, this function does not work with directories that include a space in their name
2025-04-09 13:01:47 +02:00
hius07
7453c786de
Selected files: more actions ( #13510 )
2025-04-07 12:56:37 +03:00
hius07
afb33e8518
Key press handlers to show upper menu ( #13511 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-06 12:47:00 +03:00
David
68f3b347a9
[ReaderLink, Dispatcher] add toggle for tap-to-follow links ( #13469 )
...
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
closes #13381
2025-04-05 16:16:17 +02:00
hius07
7e12cab461
File browser: filter by status ( #13503 )
2025-04-05 10:19:32 +03:00
hius07
0a9169edfd
Dispatcher: fix action deleted arg ( #13488 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-04-05 09:50:28 +03:00
hius07
4d73b36c17
onetime_migration: fix last migration date ( #13499 )
2025-04-02 09:14:25 +03:00
hius07
25101d2bb5
Menu search fixes ( #13493 )
2025-04-01 09:33:48 +03:00
hius07
2a10f7188b
filemanagerfilesearcher: fix menu appearance ( #13465 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-03-27 17:13:37 +02:00
hius07
9b8dbf3e83
Status strings translation context ( #13459 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run
2025-03-26 17:01:39 +02:00
hius07
b6e3b2cbc3
dispatcher: ignore order for single-action gesture ( #13450 )
2025-03-26 17:01:14 +02:00
hius07
c2d41f2c41
menu: restore go to letter for folders ( #13460 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run
2025-03-26 10:30:24 +01:00
David
29908800b9
[UnderlineContainer] "fix" focus underline for RTL UI ( #13454 )
...
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run
see #13362 generally and https://github.com/koreader/koreader/pull/13362#issuecomment-2749434009
2025-03-25 07:44:21 +01:00
hius07
93ee0a1415
File browser: sort by metadata ( #13437 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run
2025-03-24 19:12:46 +02:00
hius07
3ebdfffd01
Reflowable documents: fix sync T/B margins ( #13439 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run
2025-03-21 13:16:58 +02:00
hius07
5463ab641e
CoverBrowser list mode: fix shortcut icon position ( #13429 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run
2025-03-19 08:01:09 +02:00
Martín Fernández
fbe2e452f1
Old plugins cleanup ( #12932 )
...
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run
* Remove OBSOLETE_PLUGINS table.
* Remove old plugins.
* exporter: remove old settings migration
2025-03-18 20:28:25 +01:00
hius07
dbb15d6a7c
Update readerstatus.lua ( #13431 )
2025-03-18 18:46:22 +02:00
hius07
e8ccd922d8
Open previous file in last book folder ( #13424 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run
2025-03-18 07:50:48 +02:00
Belarusan
fab3a4383e
Add 'u with breve' (ŭ, Ŭ) from Belarusan Latin alphabet in keyboard popup under 'u' and 'U' ( #13425 )
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
2025-03-16 10:14:38 +01:00
hius07
d412dd2fba
koptinterface: search with leading and trailing spaces ( #13414 )
2025-03-16 08:03:54 +02:00
hius07
b707d0f593
Menu widget: "Go to letter" everywhere ( #13405 )
2025-03-16 08:03:14 +02:00