The Following User Says Thank You to olf For This Useful Post: | ||
|
2018-07-03
, 06:37
|
|
Posts: 1,552 |
Thanked: 3,108 times |
Joined on Jun 2012
@ Russia, 96
|
#2532
|
The Following 4 Users Say Thank You to Ancelad For This Useful Post: | ||
|
2018-07-03
, 17:42
|
|
Posts: 304 |
Thanked: 1,246 times |
Joined on Aug 2015
|
#2533
|
it's still buggy, but there is a chance to do something with PM3 safety mechanism. But I have no time at all.
The Following User Says Thank You to olf For This Useful Post: | ||
|
2018-07-07
, 14:10
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, España
|
#2534
|
patch: **** malformed patch at line "?"
The Following User Says Thank You to Markkyboy For This Useful Post: | ||
|
2018-07-07
, 15:00
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#2535
|
The Following User Says Thank You to coderus For This Useful Post: | ||
|
2018-07-07
, 15:06
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, España
|
#2536
|
The Following User Says Thank You to Markkyboy For This Useful Post: | ||
|
2018-07-07
, 15:35
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#2537
|
The Following User Says Thank You to coderus For This Useful Post: | ||
|
2018-07-09
, 11:56
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, España
|
#2538
|
The Following 3 Users Say Thank You to Markkyboy For This Useful Post: | ||
|
2018-07-09
, 15:42
|
Posts: 16 |
Thanked: 23 times |
Joined on Jan 2016
|
#2539
|
font.pixelSize: Screen.sizeCategory >= Screen.Large ? Theme.fontSizeSmall : Theme.fontSizeExtraSmall
font.pixelSize: Screen.sizeCategory >= Screen.Large ? Theme.fontSizeMedium : Theme.fontSizeSmall
color: webView.experimental.transparentBackground ? "transparent" : "white"
color: webView.experimental.transparentBackground ? "transparent" : "transparent"
// Respect viewport meta tag if exists if (!hasViewportMetaTag(htmlBody)) { // This affects only to layouts that do not have width defined in body content. // Smaller content layout gets scaled up to WebView's width. Basically meaning that // html text emails will get scaled up by factor (1.5*Theme.pixelRatio) rounded to nearest half. // With higher scale factor content layouts starts touching edges of WebView and that hinders // legibility. Thus, this 1.5 base factor. var scale = Math.round((1.5 * Theme.pixelRatio) / .5) * .5 experimental.customLayoutWidth = width / scale } else { experimental.customLayoutWidth = width } // reload html loadHtml(htmlBody, "file:///usr/share/jolla-email") }
// Respect viewport meta tag if exists //if (!hasViewportMetaTag(htmlBody)) { // This affects only to layouts that do not have width defined in body content. // Smaller content layout gets scaled up to WebView's width. Basically meaning that // html text emails will get scaled up by factor (1.5*Theme.pixelRatio) rounded to nearest half. // With higher scale factor content layouts starts touching edges of WebView and that hinders // legibility. Thus, this 1.5 base factor. //var scale = Math.round((1.5 * Theme.pixelRatio) / .5) * .5 //experimental.customLayoutWidth = webView.width / scale //} else { experimental.customLayoutWidth = 350 //} // reload html //loadHtml(htmlBody, "file:///usr/share/jolla-email") webView.loadHtml(htmlBody, "file:///usr/share/jolla-email") onScreen = true }
The Following User Says Thank You to kneeli For This Useful Post: | ||
|
2018-07-09
, 15:59
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#2540
|
The Following User Says Thank You to coderus For This Useful Post: | ||
Tags |
patchmanager, sailfish os |
|
But with version 2.2.0.29-1 the "AlienDalvik runtime indicator" (rsp. its setting) is gone (again)!
Was that done deliberately or is it just a bug (maybe in the device detection)?
Is there any chance to bring it back (at least on Jolla 1 phones)?
Side note: If you want me to execute tests for debugging (e.g. obtaining logs, for example from PM3) on Jolla 1 and Xperia X phones, just let me know.