**Version 0.1-2 fixes the delete mail problem when in mail view**
**Version 0.1-3 fixes the blanking/fading problem with main view**
Built for Jolla1, tested only on Jolla1 3.4.0.24 Pallas
As per a discussion on SFO, some people don't like the new UI for viewing emails, especially the 'Android' like buttons and the loss of the pulley menu, this patch fixes that, but ONLY in the email view. You will still see the 'buttons on bar' in some views of the email client, like when deleting bulk emails.
As for devices other than Jolla1, . . . . .YMMV.
Thanks to user wgs for the streamline code for the pulley menu, which meant I could use less code in the patch!.
Conversation on SFO;
https://forum.sailfishos.org/t/3-4-0-22-ui-inconsistences-in-email-clien...
Attachment | Size | Date |
---|---|---|
![]() | 10.61 KB | 18/10/2020 - 14:02 |
![]() | 10.82 KB | 19/10/2020 - 13:11 |
![]() | 10.77 KB | 26/10/2020 - 19:01 |
Version 0.1-2 - Fixes the deleting mail problem in main view
Version 0.1-3 fixes the blanking/fading problem with main view
Comments
DrYak
Wed, 2021/03/03 - 21:07
Permalink
Hi, I love this patch. Of making a port to SFOS 4.0.1 Koli ?
Markkyboy
Thu, 2021/03/04 - 20:48
Permalink
Hi, I'm still using Jolla1, so no SFOS 4 for me, as a result, I cannot update the patch, sorry :(
b100dian
Fri, 2021/10/08 - 23:45
Permalink
The patch works on SFOS4, it just that PM3 can't patch sailjailed apps. PM3.1 is now available with this ability https://forum.sailfishos.org/t/patchmanager3-for-sailfishos-4/8549
martinbook85
Wed, 2021/02/17 - 23:49
Permalink
Great patch! Was using it on my Sailfish XA2 Ultra 3.4.. Loved having the pulley back in the e-mail app. Any thoughts about updating it to work on SFOS4?
b100dian
Fri, 2021/10/08 - 23:45
Permalink
You need PM3.1 or later (see the link in the other comment)
Markkyboy
Thu, 2021/03/04 - 20:48
Permalink
Hi, I'm still using Jolla1, so no SFOS 4 for me, as a result, I cannot update the patch, sorry :(
s_mario
Fri, 2020/10/23 - 17:24
Permalink
Thanks for making the patch, tried it today.
On my Xperia X, I unfortunately have the same problem as PawelSpoon with transparency after clicking the fourth mail. And i noticed that the text of the pulley actions is in English. When I looked into the diff file I saw, that the texts are hard-coded there. I did some research.
May I make a suggestion? In addition to the change in the activation of the pulley proposed by the user wgs, and the code from yours hiding the Footer we would only have to include this part instead of the code for the entire pulley to make the delete function work.
MessageViewPullDown {
onRemoveRequested: view.removeRequested()
}
I inserted this part after Line 197/198 also in the HtmlViewer.qml:
VerticalScrollDecorator { color: Theme.highlightBackgroundColor }
HorizontalScrollDecorator { color: Theme.highlightBackgroundColor }
MessageViewPullDown {
onRemoveRequested: view.removeRequested()
}
Greetings
Markkyboy
Sun, 2020/10/25 - 13:08
Permalink
Hello again s_mario,
your code snippet seems to be working. I'm testing now, playing with plain and html emails, deleting, moving around, back and forth of other accounts and so far, the fading problem is **not** occurring.......fingers crossed. I will play extensively before amending the patch.
It stills seems strange to me that my second version of the patch took so many days to actually fail, I cannot fathom that at all. I'm also surprised that so few users have reported the same problem.
Regards,
s_mario
Mon, 2020/10/26 - 21:51
Permalink
Don't worry, it will be ready when the time is right. Don't put yourself under such pressure ;-).
Kind regards.
Markkyboy
Tue, 2020/10/27 - 14:15
Permalink
Updated. Should be okay now, at least on my Jolla1 device. I have fiddled about extensively and have yet to see any problems.....but maybe Xperia devices still have the problem?, which I cannot test as I don't own any such device. Let me know, thank you.
s_mario
Tue, 2020/10/27 - 15:50
Permalink
Yes it works now also very well on my XperiaX.
Thx
Markkyboy
Fri, 2020/10/23 - 21:10
Permalink
Hi, thanks for your input. I have little spare time at the moment, family, computer problems, car problems, etc. When I get 5 minutes, I'll play about some more. Sorry for the inconvenience.
japsi
Wed, 2020/10/21 - 22:06
Permalink
Yep, same problem but only with my Exchange work account, Gmail works fine. And what is more strange even in Exchange some mails do open just fine..
PawelSpoon
Wed, 2020/10/21 - 07:39
Permalink
It started suddenly yesterday: it breaks the view to become iall transparent. First i thought it is okboard, but it seems to be his patch. Xperia 10. View gets loaded, shorty you see some text, then it eitr disapperars or starts kinda blinking
Markkyboy
Wed, 2020/10/21 - 12:42
Permalink
Yeah, strange. No problems until now. Then I saw your comment here, checked it out on my Jolla1 and sure enough, it did exactly what you said which basically crashes the email application in my case. I'm not sure where to start, removing, installing and reactivating the patch makes no difference and why after only a few days does a problem show.....weird, oh well, sorry, for now. If I find a fix, I will update the patch.
blizzz
Mon, 2020/10/19 - 19:32
Permalink
Thank you :)
japsi
Mon, 2020/10/19 - 14:23
Permalink
Fixed version works, great work!
fooxl
Mon, 2020/10/19 - 14:11
Permalink
Hi,
I'm new to using patches. Why isn't this one showing up in patchmanager 3.0 (using Xperia X)?
Thanks for your help.
Markkyboy
Mon, 2020/10/19 - 14:18
Permalink
I've noticed this, it happens on my device, but not always. I thought it was a problem with patchmanager, but coderus says it is not.
I have found sometimes I need to select 'Unapply patches' from Patchmanager pulley menu and then the patch appears and can be applied..
japsi
Mon, 2020/10/19 - 11:00
Permalink
It kind of works on Xperia XA2 dual SIM. Meaning pulley menu is there and "Reply" and "Forward" seems to work but "Delete" doesn't. Just goes back to e-mail list.
Markkyboy
Mon, 2020/10/19 - 13:12
Permalink
Fixed in version 0.1-2
Try it, let me know, thanks
Markkyboy
Mon, 2020/10/19 - 12:55
Permalink
Indeed, well spotted, I'll look into it.
Erdrandbewohner
Sun, 2020/10/18 - 16:00
Permalink
Great! It works fine on my Xperia 10 Dualsim! Thank You!
Markkyboy
Sun, 2020/10/18 - 16:28
Permalink
Good to know, thanks for reporting :)
Historyscholar
Sun, 2020/10/18 - 15:23
Permalink
It works on Xperia 10 Plus.Thanks.
Markkyboy
Sun, 2020/10/18 - 16:29
Permalink
Good to know, thanks for reporting :)