vvasseur
c104724a58
PocketBook 626 new codename ( #5215 )
2019-08-16 22:59:36 +02:00
Martín Fernández
50ce8d47cd
do not request write settings permission at launch
2019-08-15 15:28:28 +02:00
Robert
939538cc25
[UX] Add gesture - poweroff and restart device ( #5202 )
...
Also abstract canRestart, canReboot and CanPowerOff.
2019-08-15 14:49:15 +02:00
NiLuJe
10511220e5
Simplify isWifiOn on Kobo ( #5211 )
...
Don't fork for lsmod + grep, we can perfectly well parse /proc/modules
ourselves ;).
c.f., https://github.com/koreader/koreader/pull/5203#issuecomment-521277628
2019-08-14 20:50:03 +02:00
NiLuJe
9e4a7797c9
Honor the alpha channel in our icon for the About popup ( #5208 )
...
It ends up with a black background otherwise.
(Old regression that dates back to my alpha shenanigans a few months
ago)
2019-08-14 17:01:26 +02:00
Frans de Jonge
a87c33f1f2
[lang] Change
2019-08-14 16:54:53 +02:00
jetomit
20493eebc3
[fix, Kobo] Add missing parentheses ( #5198 )
...
Prevents a crash when the WIFI_MODULE environment variable is not
defined.
2019-08-12 16:06:55 +02:00
Robert
0a2a1fffe8
[UI] Status bar alignment ( #5195 )
...
Close #5044
Option to align status bar without progress bar.
2019-08-11 19:58:39 +02:00
noEmbryo
570180196b
[UX] Update for the greek popups ( #5193 )
...
Just used the north (upper) part of the popup wherever I could, because is more accessible.
2019-08-08 18:38:46 +02:00
Robert
f450936e9a
Fix: conflict horizontal edge gesture with link swipe ( #5189 )
...
See: #5186
2019-08-08 15:19:09 +02:00
Robert
9baf055154
[UX] Add spread/pinch & font increase/decrease to gesture manager ( #5188 )
...
* Add spread/pinch gesture to gesture manager
ability to disable:
https://www.mobileread.com/forums/showthread.php?t=321818
https://github.com/koreader/koreader/pull/4815#issuecomment-478462416
* Add increase/decrease font size action gesture
https://github.com/koreader/koreader/issues/4727#issuecomment-475950484
2019-08-07 20:18:36 +02:00
Robert
aec112fa6b
[UX] Add double finger up and down swipe gesture ( #5183 )
...
* Add double finger up and down swipe gesture
* Cleaning ReaderFrontLight
2019-08-06 19:54:09 +02:00
Robert
dac2458427
[UX] Extend edge zones ( #5181 )
...
See: https://github.com/koreader/koreader/pull/5179#discussion_r310676845
2019-08-05 21:24:58 +02:00
Frans de Jonge
ec6e34cb1e
Change default zoom mode & add warning message for fit page + scroll ( #5170 )
...
* [UX] Change default zoom mode to page width
Fixes #5166 .
* Warning popup for weird scroll mode combinations
2019-08-05 18:38:10 +02:00
Robert
5245bc88ff
[UX] Add horizontal edge gestures ( #5179 )
2019-08-04 19:59:20 +02:00
poire-z
a82d7832b9
Dict lookups: have them always interruptible
...
They should be now interruptible when fuzzy search is disabled
and on Android.
2019-08-03 20:38:57 +02:00
poire-z
8749a3c5b6
Wikipedia download: increase timeout
2019-08-03 20:38:57 +02:00
Robert
a10fc83a4a
Fix: hold bottom left corner doesn't work properly ( #5177 )
2019-08-03 20:35:48 +02:00
Robert
1743c0ca23
[UX] Extend the touch zone for up button in touch menu ( #5175 )
...
See: #5155
Close : #5155
2019-08-03 18:02:45 +02:00
Robert
d3e02d05c6
Fix: set custom screen DPI ( #5165 )
...
Settings -> Screen -> Screen DPI
When custom DPI is not set we see ugly information with %1:
2019-08-03 16:45:17 +02:00
Robert
825a3c4b52
Add gesture - show current book statistics ( #5167 )
2019-08-03 10:40:20 +02:00
jp8
47da9600d1
fix "empty folder" when accessing nextcloud webdav ( #5171 )
...
fix for cloud storage webdav nextcloud "empty folder" problem
See https://github.com/koreader/koreader/issues/4879
2019-08-03 08:30:05 +02:00
Martín Fernández
10456169e5
Android: ignore touchscreen by user request (using a hardware key) ( #5164 )
...
* android: ignore touchscreen by user request (using a hardware key)
2019-08-03 01:02:50 +02:00
Frans de Jonge
ac15143c14
[lang] Rename 'Scroll Mode' to 'Continuous' ( #5169 )
...
The current name causes people to think of scrolling, which is slightly awkward on E Ink. For example, see <https://github.com/koreader/koreader/issues/5166#issuecomment-517771475 >.
> But this on LCD, not E-ink where the lag is unbearable, especially if you want to correct any scrolling over/undershoot.
Scroll mode is a misnomer. It should be renamed continuous. I use "scroll mode" as the default, but I seldom or never scroll. Conversely, you can still scroll in paged mode if a page is longer than the screen. As far as I'm concerned if you're scrolling (panning) you may be doing it wrong, but to anyone reading: you do you. ;-)
2019-08-02 22:43:26 +02:00
NiLuJe
affc0f48de
Go Big or Go Home! ( #5163 )
...
* Tweak goHome to assume sane-ish defaults if no custom home dir is set (re #5154 )
* If we're already in Home, make goHome send us to the first page.
2019-08-02 18:07:31 +02:00
NiLuJe
e2961097e7
Don't use WAL on devices where it's not supported ( #5162 )
...
(i.e., truly ancient kernels and weird FS).
In which case, we use TRUNCATE, which might be a tad less terrible than
DELETE on said weird crap FS.
2019-08-01 19:10:46 +02:00
Robert
c6c8c5a037
Add vertical edge gesture ( #5156 )
...
* Add vertical edge gesture
* Add left/right edge swipe gesture
* Move kobolight plugin to ReaderFrontlight
* Remove kobolight plugin
2019-08-01 19:08:09 +02:00
Martín Fernández
91b2faae6a
android: add an option to ignore volume keys or use them to turn pages
2019-08-01 19:05:23 +02:00
NiLuJe
53adb9d0e1
On (really old) Kindles, don't crash if there's no sysfs entry to read for battery capacity ( #5161 )
...
Parse gasgaucge-info's output instead.
Fix #5159
2019-08-01 18:45:30 +02:00
NiLuJe
e9eca55d90
Minor auto_restore_wifi tweaks ( #5143 )
...
* Try to make sure restoreWifiAsync eventually sends a NetworkConnected
event...
re: #5109
* Take a page from @shermp's book, and make sure wpa_supplicant managed to
connect to the AP before acquiring an IP.
Tear down WiFi modules in case of failure.
c.f., https://github.com/shermp/Kobo-UNCaGED/pull/21
* Don't let restore-wifi-async.sh enable WiFi behind our back when we're
killing it to start Nickel...
* Don't even call ping if there's no default gw
2019-07-31 01:00:51 +02:00
Robert
a38ba01b6e
[chore] SpinWidget default_text instead of defaults_text ( #5153 )
2019-07-29 11:48:07 +02:00
Robert
3a4ac1964c
[UX] Offer to restart KOReader after update ( #5150 )
...
Adding the option to restart KOReader after update.
Close : #5144
2019-07-29 09:54:28 +02:00
Robert
803a143764
[sdl] Add support arrow key for next/prev page ( #5149 )
...
Close : #4997
This PR add support arrow key and mouse scroll wheel for next/previous page.
- Document in page mode:
PageDown, Arrow down, Arrow right - go to next page
PageUp, Arrow up, arrow left - go to prev page
Mouse scroll wheel down - go to next page
Mouse scroll wheel up - go to prev page
- Document in scroll mode:
PageDown, Arrow right - go to next page
PageUp, Arrow, arrow left - go to prev page
Arrow down - scroll document down
Arrow up - scroll document up
Mouse scroll wheel down - scroll document down
Mouse scroll wheel up - scroll document up
2019-07-28 13:57:03 +02:00
Robert
b71d0a19b8
[UX] Set font size for menu items ( #5146 )
...
Ref: #4757
This PR add option to changing the font size of items in menu widget (filemanger in classic mode, TOC) in single line mode.
Close : #4757
2019-07-28 08:37:43 +02:00
Martín Fernández
cd0f1acd7f
android: add support for different screen timeout setups
2019-07-26 23:16:23 +02:00
Frans de Jonge
f763839577
[fix] Typo miliseconds → milliseconds ( #5145 )
...
Follow-up to https://github.com/koreader/koreader/pull/5138
2019-07-26 08:11:43 +02:00
Robert
1f6af80817
[feat] Make gesture intervals configurable ( #5138 )
...
Discussion: #4842
Close : #4842
2019-07-24 14:31:20 +02:00
Robert
69ee8c48cc
Fix: Status bar hides text with minimal bottom margin ( #5135 )
...
With very narrow bottom margin text is sometimes hidden by status bar.
2019-07-22 20:42:36 +02:00
Robert
cbba7566b7
Cloudstorage - Add option to view unsupported files ( #5131 )
...
Option to show all files in cloudstorage also not supported by KOReader. We can also download any file.
To show all files in CS we need to enable option Show unsupported files in file manager (introducing in #5129 )
Close : #5006
2019-07-21 21:45:02 +02:00
Frans de Jonge
55973771f9
[lang] Minor CSS tweaks stylistic improvements ( #5128 )
...
Pluralizing paddings like this is a bit unidiomatic, and that "all" seems a bit redundant.
Cf. <https://github.com/koreader/koreader/pull/5127 >.
2019-07-20 17:37:06 +02:00
Robert
39bf5a4677
[feat] File manager - add option to view unsupported files ( #5129 )
...
New option to show all files (also not supported by KOReader) in file manager. Default this option is disabled.
2019-07-20 17:36:41 +02:00
NiLuJe
74518c79d1
Fix Kindle model detection in some corner-cases ( #5125 )
...
* Fix Kindle model detection in some corner-cases
We were (currently) unaffected because we don't support the K1.
Still, this should be slightly more robust.
2019-07-19 23:16:25 +02:00
poire-z
fd5e4df142
Style tweaks: adds Ignore all vertical/horizontal margins/paddings
...
Provides a bit more granularity than the generic "Ignore all
publisher margins" - and allow the same for paddings for books
that wrongly use paddings for that effect.
2019-07-19 22:31:28 +02:00
poire-z
0f3f2b660b
TOC: baseline align chapter name and page number
2019-07-19 22:31:28 +02:00
sladflob
4717d6f70a
Update screensaver.lua ( #5123 )
...
Change to use Math.round()
2019-07-19 05:52:12 +02:00
NiLuJe
564ee15679
Auto-detect the touchscreen input device on the PW4 ( #5113 )
...
Once again, LTE devices have an extra proximity sensors that shifts the
evdev path by one...
Fix #5110
2019-07-18 22:36:41 +02:00
sladflob
912e617377
[feat] Add percentage read (and other book information) to sleep message ( #5121 )
...
Add checking for escape sequences for current/total page, percentage read, and document title.
2019-07-18 14:11:21 +02:00
poire-z
642aed240c
Update Wikipedia EPUB stylesheet to allow floating thumbnails
...
Main thumbnails and galleries items will float in "book" and
"web" modes.
Also use a honest User-Agent when requesting Wikipedia to
comply with their policy and avoid rate limitation (and
broken images).
2019-07-15 20:14:33 +02:00
poire-z
aedc5a4806
Style tweaks: update for latest epub.css, added a few more
...
- Updated "Avoid page break" tweaks to work on our latest epub.css.
- Added "New page on headings>" menu, as we no more break page on
H1, H2, H3 in EPUBs.
- Added "Center headings" as we no more have them centered.
- Added "Pure black and white" which can make some documents
more readable.
2019-07-15 20:14:33 +02:00
poire-z
8b612142b7
Prettier CSS when viewing HTML
...
Avoid wraps on comma in properties values (eg. in font list,
in rgb() values).
Also prettify CSS included in the HTML in debug view.
2019-07-15 20:14:33 +02:00