Commit Graph

10618 Commits (050c7a96ac6d7b0bd6f05486f81a3c2bbfd55bae)
 

Author SHA1 Message Date
hius07 4d50787637
Dispatcher: prettify action list (#12133) 3 months ago
Martín Fernández 4f75e41636
exporter: fix remaining OOM (#12126) 3 months ago
hius07 6d73442ecd
Reader: always exit to book folder (#12129) 3 months ago
poire-z 7ef3e475cb
CRE call cache: don't reset on setPageInfoOverride (#12123)
Fix slowness when top status bar enabled on books
with a large number of highlights.
3 months ago
Martín Fernández 0faccff9bc
Fix for OTA updates w/ zsync (#12120)
Fixes #12115
3 months ago
Martín Fernández 388a27336d
android: import files if path cannot be guessed (#12121)
closes #9787
3 months ago
David 2c9bb33f66
InputText, DictQuickLookup: add keyboard shortcut for prev/next dict, toggle virtual keyboard, comma on shift+. (#12078) 3 months ago
Arpan Ghosh e88bfbed97
[plugin] Exporter: include book author name in myclippings export format (#12106) 3 months ago
hius07 add783156d
ReaderBookmark: fix sort by date 2 (#12112) 3 months ago
Mochitto 138e26a4fc
[plugin] Exporter: solved my_clippings OOM (#12107)
Closes #10745.
3 months ago
hius07 33ae788575
configdialog: fix toggle (#12104) 3 months ago
hius07 0ae84642e2
configdialog: keep original options intact (#12093) 3 months ago
Nikola Kotur 48c41fccee
doc: add Arch Linux building instructions (#12090) 3 months ago
hius07 41191513c9
Filemanager: fix OpenWith without config (#12095)
Closes #12094.
3 months ago
Martín Fernández 617618d587
Add Device:otaModel() (#12014)
Devices with a single target might want to specify it in `Device.ota_model`
Devices with multiple targets want to override the function or to specify `ota_model` variants for each target.
3 months ago
Benoit Pierre e26fdc7f14
bump base (#12089)
Contains:
- https://github.com/koreader/koreader-base/pull/1839
- https://github.com/koreader/koreader-base/pull/1840
3 months ago
Marek Veselý 4c4cfa2db0
Kindle: add wifi selector (#12056)
* Kindle: Implement a NetworkMgr backend loosely based on WpaClient in order to allow feature-parity with hasWifiManager platforms. This involves dealing with the native wifid over lipc (the native IPC system, based on DBus), through custom Lua bindings (https://github.com/notmarek/openlipclua), since the stock ones lack support for the needed hasharray data type.
* NetworkMgr: Clear up leftover hallucinations from #10669, making `enableWifi` much simpler (and much more similar to `turnOnWifiAndWaitForConnection`).
* NetworkMgr: Made it clearer that `turnOnWifi` implementations *must* deal with `complete_callback`, as part of the aforementioned changes mean that it's *always* wrapped in a connectivity check, and we need that for proper event signaling.
* Android, Emu: Run `complete_callback` properly in `turnOnWifi`.
* Kindle: Support `powerd:isCharged()` on the PW2 (yes, this is random, it just happened to be my test device :D).
* NetworkMgr:disableWifi: Properly tear down any potential ongoing connection attempt (e.g., connectivity check).
* NetworkMgr:promptWifi: Make the "wifi enabled but not connected" popup clearer if there's an ongoing connection attempt, and gray out the "Connect" button in this case (as it would only lead to another "connection already in progress" popup anyway).
* NetworkMgr:reconnectOrShowNetworkMenu: Make *total* scanning failures fatal (they will lead to an immediate wifi teardown).
* NetworkMgr:reconnectOrShowNetworkMenu: Clear up the long-press behavior (which *always* shows the network list popup) so that it doesn't weirdly break all the things (technical term!).
* NetworkMgr:reconnectOrShowNetworkMenu: When we manage to connect to a preferred network on our own *before* showing the network list, make sure it is flagged as "connected" in said list.
* NetworkMgr:reconnectOrShowNetworkMenu: Make connection failures fatal in non-interactive workflows (they'll lead to a wifi teardown).
* NetworkSetting (the aforementioned network list widget): Clear NetworkMgr's "connection pending" flag on dismiss when nothing else will (i.e., when there's no connectivity check ticking).
3 months ago
hugleo b7fc048bbe
Bump android-luajit-launcher (#12084)
Long time no update. A lot of changes.
3 months ago
NiLuJe 732da3a5f4
Bump base (#12083)
https://github.com/koreader/koreader-base/pull/1828
https://github.com/koreader/koreader-base/pull/1830
https://github.com/koreader/koreader-base/pull/1831
https://github.com/koreader/koreader-base/pull/1833 (fix #12062)
https://github.com/koreader/koreader-base/pull/1832
https://github.com/koreader/koreader-base/pull/1835
https://github.com/koreader/koreader-base/pull/1834
https://github.com/koreader/koreader-base/pull/1837
https://github.com/koreader/koreader-base/pull/1838
3 months ago
David 799275d3a3
FileChooser: 0% > 'on hold' (#12037) 3 months ago
ziz57 34cd1f939f
Version: fix outdated documentation of version number (#12074) 3 months ago
hius07 a1ae53c8e5
SkimTo dialog: compact mode (#12046) 3 months ago
jonnyl2 ad8e78cd09
Fix save screenshot dialog wasn't modal (#12067)
Screenshot dialog could not be interacted with in Text editor. Closes #12066.
3 months ago
hius07 527fd05d25
translator: fix settings menu order (#12051) 3 months ago
David 041ca074fb
[NT] MenuWidget: add keyboard shortcuts for start/end (#12065) 3 months ago
jonnyl2 844d1393e7
Fix Arabic keyboard layout (ظ key) (#12063)
Closes #12005.
3 months ago
mergen3107 b5a822cf8b
WebDav: Simplify path manipulations to fix wonky heuristics (#12038)
This prevents the current directory from appearing in the listing.
3 months ago
hius07 fa4654cdfa
readerbookmark: fix date sort (#12053) 3 months ago
NiLuJe 9fd6c82b3b
Kobo: Overengineer the manual CLOEXEC logic in the Wi-Fi scripts (#12045)
So it catches non-CLOEXEC sockets properly...

Fix #12043
3 months ago
zwim 8b88f5eb73
[ConfirmBox, MultiConfirmBox ...] remove margin around (#12039) 3 months ago
zwim 43c9ce4a9b
[time] Fix typos in documentation 3 months ago
mergen3107 16fcc38a3a
Update bug_report.md with new location of verbose logging toggle (#12042)
Closes #11276
3 months ago
hius07 fb88e8db28
Annotation list: sort by date (#12020) 3 months ago
mergen3107 a03195d524
Footer: add book authors item (#11999)
Closes #7642
3 months ago
poire-z 251da45adf
bump crengine: update Russian and Serbian hyphenation (#12036)
Includes:
- Russian hyphenation: revert "allow hyphens after не" https://github.com/koreader/crengine/pull/568
- Serbian hyphenation: combine patterns for Cyrillic and Latin scripts https://github.com/koreader/crengine/pull/566
- writeNodeEx(): fix handling of multilines attribute values https://github.com/koreader/crengine/pull/569
  See https://github.com/koreader/koreader/issues/12004#issuecomment-2156748523.
- Add getBalancedHTML() helper

Also includes:
- kobo: add missing blitbuffer library https://github.com/koreader/koreader-base/pull/1823
3 months ago
weijiuqiao e19bed3371
VocabBuilder: fix and improve non-touch device experience (#12030)
Fix #12026.
3 months ago
David 9bff98034f
ReaderHighlight: minor bug fixes (#12033)
Fixes bug reported in https://github.com/koreader/koreader/pull/11916#issuecomment-2170605117 and an issue where back button would not close widget in file manager.
3 months ago
Benoit Pierre 088ae7d4ee lint: fix issues reported by newer shellcheck / shfmt 3 months ago
Benoit Pierre c6f5db0f9e ci: fix shellchecks helper
Quote argument to `git ls-files`: ensure the glob is evaluated by git, not bash.
3 months ago
Benoit Pierre 21fd34a445 ci: improve check script
- don't stop at the first error, report all issues
- always run luacheck directly: so a luacheck install for
  another LUA version or using a shell script launcher
  works (the docker image wrapper already uses luajit)
- don't disable colors in luacheck output
- leave the terminal attributes to default at exit
3 months ago
Benoit Pierre 0eb4c2b077 ci: drop dead code 3 months ago
Benoit Pierre b7fffc9fee ci: use base shellcheck helper 3 months ago
Benoit Pierre 56f2fd48cc bump base 3 months ago
hius07 ded709e3a1
InputContainer: consistent input type in onInput() (#12012) 3 months ago
NiLuJe 57c6fb6355 ScreenSaver: Consistently prefer the event message over the default
message

i.e., we do *NOT* want to see the default "Sleeping" message shown *in
conjunction* with the "reboot/poweroff" overlay messages.

Re: https://github.com/koreader/koreader/issues/12009#issuecomment-2167176139
3 months ago
NiLuJe 94e7c5ad9e Kobo: Don't touch the fb state on shutdown/reboot.
Apparently, the refresh can be slow enough to race with the state
switch, resulting in it being displayed at the wrong bitdepth.

Fix #12009
3 months ago
Frans de Jonge d77e7b47a9
Fix Norwegian Bokmål-English Wiktionary download link (#11992)
Fixes #11970.

Apparently UTF-8 doesn't work unless it's URL-encoded.
3 months ago
Benoit Pierre 6e81162231
doc: update building documentation (#11961)
Together with koreader/koreader-base#1810, close #10116.

Supersede #10115.
3 months ago
jonnyl2 6400c3a546
Styletweaks menu: Ignore ._ files (#12022)
Ignore files starting with "._" (metafiles by MacOS), that will otherwise show up in the Styletweaks menu. (These files are alrady ignored in the File manager, even when 'show hidden files' is enabled.)
3 months ago
Benoit Pierre e3237ef8eb
bump base (#12024)
- https://github.com/koreader/koreader-base/pull/1818
- https://github.com/koreader/koreader-base/pull/1819
- https://github.com/koreader/koreader-base/pull/1821

Close #11959 & #12017.
3 months ago