Commit Graph

10233 Commits (ff2e085e99db6cf1e8beed1a02e7381aa7495a7e)
 

Author SHA1 Message Date
SomeGuy ff2e085e99
Update filemanagermenu.lua 6 months ago
SomeGuy 9e062b0224
Update screensaver.lua 6 months ago
SomeGuy 01f233e087
Update screensaver_menu.lua 6 months ago
SomeGuy 6526aa1b63
Update screensaver.lua 6 months ago
SomeGuy 14f34d1cf1
Update screensaver_menu.lua 6 months ago
SomeGuy 3d8280b4c6
Update readermenu.lua
wording
6 months ago
SomeGuy 9665a91c44
Update filechooser.lua 6 months ago
SomeGuy 527006790e
Update screensaver_menu.lua 6 months ago
SomeGuy e21ee7fd63
Update screensaver_menu.lua 6 months ago
SomeGuy e20b0a11ba
Update screensaver_menu.lua 6 months ago
SomeGuy f3bf483682
Update readermenu.lua
Screensaver --> Lock Screen
6 months ago
SomeGuy 1e1b6cddbb
Update filemanagermenu.lua
Screensaver --> Lock Screen
6 months ago
SomeGuy ea20357fa6
Update screensaver_menu.lua
wording changes and rearrangement of the whole menu
6 months ago
SomeGuy 4d6b8a362c
Update readermenu.lua
wording changes
6 months ago
SomeGuy 518b648c42
Update filechooser.lua
tidy-up
7 months ago
SomeGuy a6243e334e
Update filechooser.lua
adds instruction for files labeled "on hold" to sorting function
7 months ago
NiLuJe dd8560cef8
Input: Don't let wacom pens clobber the slot of the next contact (#11520)
If there's only one contact, we won't get an ABS_MT_SLOT, so we need to
make sure we fall back to the main finger slot once we've caught a tool
switch.

Also, move the dedicated pen slot further away, so it has zero chance of
being detected as a potential buddy contact to a finger contact.

Fix #11514
7 months ago
hius07 7edb64ecee
Upper menu: fix generating the menu (#11513)
revert all changes to the upper menu made in #11495
7 months ago
Frans de Jonge c4a09b3076
Remove bountysource from README (#11385)
Closes #11384.
7 months ago
Frans de Jonge d239623c46
Update translations for v2024.03 (#11508) 7 months ago
hius07 ec98c6334b
MenuSearch: open upper menu when needed only (#11495) 7 months ago
hasezoey ade1daca3a
FileChooser: "percent - unopened - finished last" consider status "complete" as 100% (#11472)
re #11369
7 months ago
Frans de Jonge 3e7ab199e7
Wallabag: match `text/html` mimetype as starting with rather than exactly (#11492)
Previously unnoticed or changed Wallabag behavior can provide a mimetype of for example `text/html; utf-8`, which wouldn't be an exact match to `text/html`.

Fixes #11481.
7 months ago
hius07 2fca0ee989
Reader: use existing module instances on start (#11485) 7 months ago
hius07 72a6fa1e64
FileManager: less lfs calls when selecting files (#11476) 7 months ago
weijiuqiao 5939c82bcf
VocabBuilder.koplugin: support batch operations in book filtering (#11475)
Added support
1. Select only this book
2. Select all books
3. Select all books on this page
4. Deselect all books on this page 

when filtering.

Ref. #11471
7 months ago
hius07 db2336440f
Alt status bar: custom metadata support (#11463) 7 months ago
Hzj_jie d4c78aaa4f
Kindle oasis has no ambient brightness sensor (#11456)
I did not notice an ambient brightness sensor, nor adaptive brightness feature. (Ref: https://www.geekwire.com/2016/kindle-oasis-review-amazons-premium-e-reader-use-premium-features/)

Was it previously wrongly configured?
7 months ago
hugleo 52fae11da7
ReaderView: ensure pan zoom mode on document open (#11425)
When we open the document for the first time, the pan
positions are not being applied. If I use the bottom-to-top
mode we should see the bottom first, but the top is being
shown instead.
7 months ago
hugleo ef0077df23
ReaderPaging: fix offset issue on next page in pan zoom (#11408) 7 months ago
hugleo 041117cbb6
ReaderZooming: revert Autocrop fix (#11325)
From f990937f9f.
7 months ago
hasezoey 76980098ec
FileChooser: add new sorting method (#11369)
"percent - unopened - finished last"
(ie. 90% > 50% > 0% > unopened > 100%)
7 months ago
hius07 5d4747c593
FileManager: less lfs calls (#11452)
Use item info provided by FileChooser.
Also fix showing PathChooser with invalid path,
and fix issue when opening non-supported files.
7 months ago
poire-z 76bf85738a Style tweaks: add inpage foootnote classnames and a tweak 7 months ago
poire-z d77b511849 bump crengine: text selection and footnotes fixes and tweaks
Includes:
- LvDocView: allow setting custom title/authors/series
- elementFromPoint(): fix possible crash when float at end of document
- Non-linear fragments: fix generic handling on erm_final
- DrawBorder: fix bottom border inset/outset drawing
- getSegmentRects(): allow segments to include images
- getRangeText(): allow gathering images
- Allow standalone image in link to trigger in-page footnotes
- ldomDocument::render(): avoid uneeded deserialization on each page turn
- lvtinydom: add ldomNode::getAllInnerAttributeValues()
- LVFootNote: avoid retrieving internal CompactArray object
- In-page footnotes: allows for multiple id= inside them

cre.cpp:
- rename overrideDocumentProp() to setAltDocumentProp()
- isLinkToFootnote(): handle image-only links
- text selection functions: add includeImages param
7 months ago
poire-z fb39fe93ed Fix docs CI failing after previous commit 7 months ago
poire-z 0506ffe289
HttpInspector: new plugin for developers to inspect KOReader (#11457)
Can be used to inspect the state of the objects in
a running KOReader.
It can also be used to execute actions (like the ones
available to associate to a gesture) with HTTP requests
from a remote computer/devices/gadgets.
The TCP server side is provided either with a new
ZeroMQ StreamMessageQueueServer (thanks bneo99),
or with a LuaSocket based SimpleTCPServer.
Minor UIManager tweak to avoid uneeded inputevent
when such a ZeroMQ module is running.
7 months ago
poire-z 8010808a1f
bump base: libjpeg-turbo, libpng, and other tweaks (#11462)
Includes:
- bump thirdparty/libjpeg-turbo 3.0.2
- PB: make sure libinkview-compat actually ends up w/ inkview as a DT_NEEDED
- Update to libpng 1.6.41
- cre.cpp: add overrideDocumentProp()
7 months ago
Frans de Jonge bdd475f55f
[i18n] ReaderSearch: add translation context to "All" button (#11352)
Cf. https://github.com/koreader/koreader/pull/11313/files#r1439406753
8 months ago
hius07 50fcc04725
CoverBrowser: do not call lfs on every item (#11449) 8 months ago
hius07 b8090c641c
Minimize DocSettings:open() calls (#11437) 8 months ago
hius07 c3bb2263b7
DocSettings: check legacy history location only once (#11439) 8 months ago
hius07 962477e7c6
TextViewer: make find result bold (#11427) 8 months ago
zwim f836f6a237
Clear UI leftovers before doing an OTA-install, add unmovable to InfoMessage and ConfirmBox (#11412) 8 months ago
hius07 38a14ff3a0
PathChooser: fix calling Folder shortcuts (#11367) 8 months ago
hius07 d94b819eb1
CoverBrowser: use bookinfo cache in Classic mode (#11404)
Getting bookinfo from the cache db is much faster than opening a book, let's use it in Classic mode too.

With fallback if no metadata available.
8 months ago
hius07 b832d43d98
CoverBrowser: fix classic mode update cache (#11398) 8 months ago
hius07 f246b3d19c
Text editor: refresh path on saving file (#11396)
File size was changed.
8 months ago
NiLuJe 75ffc3bb76 Terminal: Better yet, disable it properly on prereq failure 8 months ago
NiLuJe a906838123 Terminal: Clearer error message on prereq failures
Pluginloader uses pcall, so, throw with an actual error message

Re: #11394
8 months ago