The Following 2 Users Say Thank You to Kabouik For This Useful Post: | ||
|
2018-07-10
, 10:32
|
Posts: 16 |
Thanked: 23 times |
Joined on Jan 2016
|
#2552
|
in the past email did not provide qml files, nowadays you can patch it. no need to mess systemwide plugins. please.
The Following 2 Users Say Thank You to kneeli For This Useful Post: | ||
|
2018-07-10
, 11:22
|
Posts: 16 |
Thanked: 23 times |
Joined on Jan 2016
|
#2553
|
Kneeli - your code shown for HtmlViewer.qml does not match what I have. I'm on SFOS 2.2.0.29 - which version are you using?
function setHtml(html) { }
function setHtml(html) { htmlBody = html experimental.customLayoutWidth = 300 webView.loadHtml(htmlBody, "file:///usr/share/jolla-email") onScreen = true }
The Following User Says Thank You to kneeli For This Useful Post: | ||
|
2018-07-10
, 18:30
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, Espaņa
|
#2554
|
The Following 2 Users Say Thank You to Markkyboy For This Useful Post: | ||
|
2018-07-10
, 20:33
|
Posts: 16 |
Thanked: 23 times |
Joined on Jan 2016
|
#2555
|
The Following 2 Users Say Thank You to kneeli For This Useful Post: | ||
|
2018-07-10
, 20:43
|
Posts: 16 |
Thanked: 23 times |
Joined on Jan 2016
|
#2556
|
As usual, all users try this second version at their own risk, it installs/applies & functions correctly on my ageing Jolla1
loadHtml(htmlBody, "file:///usr/share/jolla-email")
The Following 2 Users Say Thank You to kneeli For This Useful Post: | ||
|
2018-07-10
, 21:17
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, Espaņa
|
#2557
|
ok. I had a small mistake, because my HtmlViewer.qml file was a little bit older
line 98 in you're patch file should be:
But I think it is also working with the "webView." before. You can try to increase the with from 300 to 480 and see, if the text size got smaller.Code:loadHtml(htmlBody, "file:///usr/share/jolla-email")
The Following 2 Users Say Thank You to Markkyboy For This Useful Post: | ||
|
2018-07-11
, 10:49
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, Espaņa
|
#2558
|
The Following User Says Thank You to Markkyboy For This Useful Post: | ||
|
2018-07-11
, 14:29
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#2559
|
@coderus
Is this 'categories' list an exhaustive list of Patchmanager categories or are there more?
https://github.com/sailfishos-patches/patchmanager
The Following User Says Thank You to coderus For This Useful Post: | ||
|
2018-07-11
, 15:43
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, Espaņa
|
#2560
|
The Following User Says Thank You to Markkyboy For This Useful Post: | ||
Tags |
patchmanager, sailfish os |
|
This patch greatly improved (in my opinion) the user experience by restoring the "one swipe direction = one feature" spirit of early Sailfish versions before everything was made less consistent to conform with the introduction of partnerspace. It also improved the task switcher page by allowing quick close gestures on covers, and allowed swiping events in the Events page to remove them without changing page.
The comments on OpenRepos show how much this patch was appreciated, as it had a great impact on whole UI.