<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch]]></title><description><![CDATA[<p dir="auto">Hi everyone! I've been working on a qml Whatsapp client for Ubuntu Touch for a few weeks, now I think its good enough for its alpha release.</p>
<p dir="auto">The app is not complete, there's still a ton of work to do, and probably many bugs. If you want to test it out, feel free to install in your device, and get back here if you find any bug so I can look at it. The Whatsapp protocol is awful to work with, I'm posting this early to gather feedback about edge cases.</p>
<p dir="auto">Consider this app as Alpha, don't use it expecting to be 100% functional or complete, but use it to give feedback and help with the development.</p>
<p dir="auto">Also the app runs unconfined to setup a background daemon, more on the architecture bellow.</p>
<p dir="auto">Releases here: <a href="https://github.com/brennoflavio/greenline/releases" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/brennoflavio/greenline/releases</a></p>
<p dir="auto">Once its stable, I'll publish to the store. Now more details about it.</p>
<h3>Architecture</h3>
<p dir="auto">This app is composed of 3 parts:</p>
<ol>
<li>Golang Daemon</li>
</ol>
<p dir="auto">This daemon managed by Systemd connects to Whatsapp servers and runs continuously in the background, gathering events and pre processing them. Also:</p>
<ul>
<li>Manages your encryption keys</li>
<li>Serialize whatsapp events, stores in a queue</li>
<li>Expose a JSON RPC endpoint to read and send messages, among other operations</li>
<li>Syncs users avatars, media, and other data</li>
<li>Sends notifications</li>
</ul>
<ol start="2">
<li>Python Backend</li>
</ol>
<p dir="auto">Event driven backend that pulls events from the daemon and acts on them, building a chat room and message database. It also sends events to the frontend, updating the message list in real time</p>
<ol start="3">
<li>QML</li>
</ol>
<p dir="auto">The frontend is entirely written in qml and communicates with python using pyotherside</p>
<p dir="auto">In order to pull messages in the background, it needs to run unconfined.</p>
]]></description><link>https://forums.ubports.com/topic/12162/alpha-greenline-a-qml-whatsapp-client-for-ubuntu-touch</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 19:55:39 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/12162.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Apr 2026 05:49:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Wed, 10 Jun 2026 03:42:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pparent" aria-label="Profile: pparent">@<bdi>pparent</bdi></a> did you use the restart button in system settings? If so its a bug that needs to be fixed. That button should remove everything from your system. If you remember, give me more details, I'll try to reproduce it.</p>
<p dir="auto">Anyway the only file outside the app data/cache/config directory is a unit file in your user systemd directory, you can see it by running sysremctl --user status greenline.service</p>
]]></description><link>https://forums.ubports.com/post/96564</link><guid isPermaLink="true">https://forums.ubports.com/post/96564</guid><dc:creator><![CDATA[brenno.almeida]]></dc:creator><pubDate>Wed, 10 Jun 2026 03:42:05 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Sun, 07 Jun 2026 08:07:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenno.almeida" aria-label="Profile: brenno.almeida">@<bdi>brenno.almeida</bdi></a></p>
<p dir="auto">Hello Brenno,</p>
<p dir="auto">Could you explain where the deamon is installed? Becaused I notice that when I disable the account inside the app and then uninstall the app, I still have some greenline deamon running, and creating some logs:</p>
<pre><code>Jun 07 10:06:30 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'.
Jun 07 10:06:30 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC
Jun 07 10:06:30 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service.
Jun 07 10:06:30 ubuntu-phablet systemd[2675]: greenline.service: Scheduled restart job, restart counter is at 5123.
Jun 07 10:06:20 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'.
Jun 07 10:06:20 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC
Jun 07 10:06:20 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service.
Jun 07 10:06:20 ubuntu-phablet systemd[2675]: greenline.service: Scheduled restart job, restart counter is at 5122.
Jun 07 10:06:10 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'.
Jun 07 10:06:10 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC
Jun 07 10:06:10 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service.
Jun 07 10:06:10 ubuntu-phablet systemd[2675]: greenline.service: Sch
eduled restart job, restart counter is at 5121.
Jun 07 10:05:59 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'.
Jun 07 10:05:59 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC
Jun 07 10:05:59 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service.
</code></pre>
<p dir="auto">Thank you very much! <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=bd2c1f0ef09" class="not-responsive emoji emoji-android emoji--blush" style="height:23px;width:auto;vertical-align:middle" title=":blush:" alt="😊" /></p>
]]></description><link>https://forums.ubports.com/post/96446</link><guid isPermaLink="true">https://forums.ubports.com/post/96446</guid><dc:creator><![CDATA[pparent]]></dc:creator><pubDate>Sun, 07 Jun 2026 08:07:08 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Tue, 02 Jun 2026 14:39:50 GMT]]></title><description><![CDATA[<p dir="auto">noticed something, there is no date to the messages.<br />
my only note is that you probably want to either have an option in the settings or decide based on account region if to use dd/mm/yyyy scheme or US mm/dd/yyyy scheme.</p>
]]></description><link>https://forums.ubports.com/post/96262</link><guid isPermaLink="true">https://forums.ubports.com/post/96262</guid><dc:creator><![CDATA[ChromiumOS-Guy]]></dc:creator><pubDate>Tue, 02 Jun 2026 14:39:50 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Mon, 01 Jun 2026 06:21:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mihael" aria-label="Profile: mihael">@<bdi>mihael</bdi></a> noted!</p>
<p dir="auto">Btw there's a new release: <a href="https://github.com/brennoflavio/greenline/releases" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/brennoflavio/greenline/releases</a></p>
<p dir="auto">If you didn't disconnected your Whatsapp account in the last update, please take time to do it. Takes a few minutes and will improve your experience with the app.</p>
<p dir="auto">Changes:</p>
<ul>
<li>Now links inside text are clickable and will open the browser</li>
<li>Mentions are also treated as links, clicking on them open the messages</li>
<li>Text between stars are rendered as bold message, like in Whatsapp</li>
<li>Now sending a message while offline does not crash the app anymore</li>
<li>Daemon should be way faster to reconnect when going back from offline to online or switching networks</li>
<li>Fix bug when clearing data app not deleting all files</li>
</ul>
]]></description><link>https://forums.ubports.com/post/96221</link><guid isPermaLink="true">https://forums.ubports.com/post/96221</guid><dc:creator><![CDATA[brenno.almeida]]></dc:creator><pubDate>Mon, 01 Jun 2026 06:21:54 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Fri, 29 May 2026 06:02:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenno.almeida" aria-label="Profile: brenno.almeida">@<bdi>brenno.almeida</bdi></a> Amazing work, thank you so much!</p>
<p dir="auto">One thing I noticed - and I don't think it has only started in this latest version - is that if I open a conversation from the app and not from the notification then the notification doesn't dissapear - I think I remember it used to.</p>
]]></description><link>https://forums.ubports.com/post/96099</link><guid isPermaLink="true">https://forums.ubports.com/post/96099</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Fri, 29 May 2026 06:02:21 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Fri, 29 May 2026 04:27:32 GMT]]></title><description><![CDATA[<p dir="auto">There's a new release for this app. This release contains a big standardization / internal refactor. I highly recommend that you:</p>
<ul>
<li>Logout from the app in your main Whatsapp device</li>
<li>In Greenline settings, reset the app</li>
<li>Install the update</li>
<li>Then login again</li>
</ul>
<p dir="auto">If you don't disconnect, there's a high chance that the app will crash in some places. As we approach to a beta release, I added more safeguards to catch bugs and make the app more robust, fixing some bugs on the way. Hopefully this will be the last time this will be needed, as from now on I'll adopt a data migration system for changes.</p>
<p dir="auto"><a href="https://github.com/brennoflavio/greenline/releases" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/brennoflavio/greenline/releases</a></p>
<p dir="auto">Changes:</p>
<ul>
<li>Allow sending documents</li>
<li>Add option to catch and report crashes</li>
<li>Add option to pause daemon when closing the app</li>
<li>Render Whatsapp text messages with buttons</li>
<li>Fix images rotating in chat page</li>
<li>Restore old behavior for unread count bubble in app drawer</li>
<li>Handle Group Information and other whatsmeow events</li>
<li>Remove daemon configuration database, centralize all configuration in python</li>
<li>Harden media download, prevent crashes when downloading unavailable media</li>
<li>Reorganize code into modules, better separation of concerns</li>
<li>Add tests for daemon &lt;&gt; python communication and python &lt;&gt; qml communication</li>
<li>Document and test all python interfaces, with real, sanitized Whatsmeow data</li>
<li>App now validates at build and at runtime all data structures, logs errors, and ensures consistency between app parts</li>
</ul>
]]></description><link>https://forums.ubports.com/post/96098</link><guid isPermaLink="true">https://forums.ubports.com/post/96098</guid><dc:creator><![CDATA[brenno.almeida]]></dc:creator><pubDate>Fri, 29 May 2026 04:27:32 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Mon, 25 May 2026 11:22:56 GMT]]></title><description><![CDATA[<p dir="auto">I wouldn't use a META product if there were alternatives. But there are a lot of people who are very resistant to change. There are groups for their kids' school activities: soccer, tennis, music, and so on.</p>
<p dir="auto">If you use Ubuntu Touch every day, a lightweight QML app like Greenline is perfect. You can check WhatsApp messages when needed. In an emergency, you can send a message like, “I'll be 10 minutes late.”</p>
<p dir="auto">Personally, I prefer a WhatsApp alternative that is fast and stable, uses few resources, and adapts well to changes in WhatsApp’s data structure—such as the Go library, whatsmeow, protobuf structures, and WebSocket conditions on the servers.</p>
<p dir="auto">I don’t need features like video or forms.<br />
If someone wants all of WhatsApp’s features (including META AI) on Ubuntu Touch, then they have the wrong device.</p>
<p dir="auto">Keep Greenline lean, efficient, and adaptable to changes at Meta for a long life on Ubuntu Touch. Many people and groups still need some time before they’re ready to switch to alternatives.</p>
]]></description><link>https://forums.ubports.com/post/96022</link><guid isPermaLink="true">https://forums.ubports.com/post/96022</guid><dc:creator><![CDATA[Linus67]]></dc:creator><pubDate>Mon, 25 May 2026 11:22:56 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Mon, 25 May 2026 10:39:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenno.almeida" aria-label="Profile: brenno.almeida">@<bdi>brenno.almeida</bdi></a> i am sorry i did not mean to hurt you or be rude. as for permanently temporary solutions again my advice is to avoid this or refactor after the fact.<br />
high complexity means compromises what im advising here is that for what your describing i don't think you should compromise right now because you won't be able to back out without a lot of effort.</p>
]]></description><link>https://forums.ubports.com/post/96021</link><guid isPermaLink="true">https://forums.ubports.com/post/96021</guid><dc:creator><![CDATA[ChromiumOS-Guy]]></dc:creator><pubDate>Mon, 25 May 2026 10:39:45 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Sun, 24 May 2026 21:26:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chromiumos-guy" aria-label="Profile: ChromiumOS-Guy">@<bdi>ChromiumOS-Guy</bdi></a> please keep the discussion on feedback and suggestions, avoiding giving orders or similar statements.</p>
<p dir="auto">The way you put it is a bit rude for my taste. It does not sound intentional, but with a bit of out of context to me. Its not that the app is being developed without a data model in mind, more like new requirements (replies, edits, new message types, etc.) requires rethink on how things are done, which is pretty common on any medium o higher complexity project.</p>
]]></description><link>https://forums.ubports.com/post/96014</link><guid isPermaLink="true">https://forums.ubports.com/post/96014</guid><dc:creator><![CDATA[brenno.almeida]]></dc:creator><pubDate>Sun, 24 May 2026 21:26:01 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Sun, 24 May 2026 09:42:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenno.almeida" aria-label="Profile: brenno.almeida">@<bdi>brenno.almeida</bdi></a> so a premenantly temporary solution.<br />
yeah just make sure to refactor at some point. great client as is but i recommend you structure the client around the data not the other way, that way lies pain suffering and keyboard bashing.</p>
]]></description><link>https://forums.ubports.com/post/96002</link><guid isPermaLink="true">https://forums.ubports.com/post/96002</guid><dc:creator><![CDATA[ChromiumOS-Guy]]></dc:creator><pubDate>Sun, 24 May 2026 09:42:30 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Fri, 22 May 2026 17:36:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vlad-nirky" aria-label="Profile: Vlad-Nirky">@<bdi>Vlad-Nirky</bdi></a> Its not an impression, the app is inefficient in its current state, optimizations are needed. The perception will vary depending on the amount of whatsapp data you receive. Its a combination of having the backend written in python (which means that on receiving new events, a python process is created to process it on the fly) and the qml frontend re-rendering on each event that emits a qml update. So for example receiving a new chat means re-rendering the whole chat list.</p>
<p dir="auto">Not too worried about it yet, but something for me to look in the future. I'm not 100% decided on how this app will manage its data so not gonna waste time optimizing something that might change. Probably will get back to this once the app support all possible Whatsapp events / message types, which will give clarity on how to model everything.</p>
]]></description><link>https://forums.ubports.com/post/95984</link><guid isPermaLink="true">https://forums.ubports.com/post/95984</guid><dc:creator><![CDATA[brenno.almeida]]></dc:creator><pubDate>Fri, 22 May 2026 17:36:45 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Fri, 22 May 2026 05:35:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vlad-nirky" aria-label="Profile: Vlad-Nirky">@<bdi>Vlad-Nirky</bdi></a> I use the latest version from yesterday and test it over last night.<br />
I haven't noticed any increased battery drain. The Pixel 3a switches to deep sleep mode without any issues. &lt; 2% battery drain per hour. Tested last night with notifications enabled.</p>
]]></description><link>https://forums.ubports.com/post/95972</link><guid isPermaLink="true">https://forums.ubports.com/post/95972</guid><dc:creator><![CDATA[Linus67]]></dc:creator><pubDate>Fri, 22 May 2026 05:35:08 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Fri, 22 May 2026 04:57:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenno.almeida" aria-label="Profile: brenno.almeida">@<bdi>brenno.almeida</bdi></a><br />
Thanks a lot for this great app!<br />
I get the impression—purely subjective, mind you—that the app uses quite a bit of power.<br />
Do you think it would be possible to add an option in the settings to set the refresh rate for new messages (or even to stop it unless I check manually)?<br />
Or am I mistaken?<br />
What do you think?</p>
]]></description><link>https://forums.ubports.com/post/95970</link><guid isPermaLink="true">https://forums.ubports.com/post/95970</guid><dc:creator><![CDATA[Vlad Nirky]]></dc:creator><pubDate>Fri, 22 May 2026 04:57:30 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Fri, 22 May 2026 00:36:21 GMT]]></title><description><![CDATA[<p dir="auto">Thanks you all, keep feedback coming, it helps a lot. No problem to report usability / polish issues aswell.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nbdynl" aria-label="Profile: nbdynl">@<bdi>nbdynl</bdi></a> yeah broke that a while ago, still not 100% correct as muted chats still counts but at least consistent now.</p>
]]></description><link>https://forums.ubports.com/post/95968</link><guid isPermaLink="true">https://forums.ubports.com/post/95968</guid><dc:creator><![CDATA[brenno.almeida]]></dc:creator><pubDate>Fri, 22 May 2026 00:36:21 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Thu, 21 May 2026 18:46:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenno.almeida" aria-label="Profile: brenno.almeida">@<bdi>brenno.almeida</bdi></a> the version after fixes the counter that kept growing till reboot. amazing <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f60d.png?v=bd2c1f0ef09" class="not-responsive emoji emoji-android emoji--heart_eyes" style="height:23px;width:auto;vertical-align:middle" title="😍" alt="😍" /><img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=bd2c1f0ef09" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title="👍" alt="👍" /></p>
]]></description><link>https://forums.ubports.com/post/95963</link><guid isPermaLink="true">https://forums.ubports.com/post/95963</guid><dc:creator><![CDATA[nbdynl]]></dc:creator><pubDate>Thu, 21 May 2026 18:46:15 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Wed, 20 May 2026 09:02:44 GMT]]></title><description><![CDATA[<p dir="auto">Thank you again for this app!</p>
<p dir="auto">If I can draw attention to one detail (I don't want you to be overwhelmed with requests):</p>
<ul>
<li>
<p dir="auto">The app somehow refreshes itself at a few seconds interval.</p>
</li>
<li>
<p dir="auto">That makes that, while I scroll down the list of messages in order to look for an older conversation, suddenly the app takes me back to the top.</p>
</li>
<li>
<p dir="auto">I think the same thing happens inside a conversation when there is a long message and I click on "read more" - after a few seconds the message collapses again.</p>
</li>
</ul>
<p dir="auto">I opened an issue for it: <a href="https://github.com/brennoflavio/greenline/issues/4" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/brennoflavio/greenline/issues/4</a></p>
<p dir="auto">Again, a big thank you!</p>
]]></description><link>https://forums.ubports.com/post/95897</link><guid isPermaLink="true">https://forums.ubports.com/post/95897</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Wed, 20 May 2026 09:02:44 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Tue, 19 May 2026 06:52:10 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nbdynl" aria-label="Profile: nbdynl">@<bdi>nbdynl</bdi></a> <a href="/post/95846">said</a>:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenno.almeida" aria-label="Profile: brenno.almeida">@<bdi>brenno.almeida</bdi></a> great work!only use your app now since it is fast smooth and reliable.</p>
<p dir="auto">only hickup, anyone else keeps missclicking the send button? its really hard to press for some reason (xiaomi redmi note 9 pro)</p>
</blockquote>
<p dir="auto">I have this issue on the Quintus. Maybe the mouse area is too small?</p>
]]></description><link>https://forums.ubports.com/post/95855</link><guid isPermaLink="true">https://forums.ubports.com/post/95855</guid><dc:creator><![CDATA[projectmoon]]></dc:creator><pubDate>Tue, 19 May 2026 06:52:10 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Tue, 19 May 2026 06:14:08 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nbdynl" aria-label="Profile: nbdynl">@<bdi>nbdynl</bdi></a> <a href="/post/95846">said</a>:</p>
<p dir="auto">anyone else keeps missclicking the send button?</p>
</blockquote>
<p dir="auto">I don't have this problem.</p>
]]></description><link>https://forums.ubports.com/post/95854</link><guid isPermaLink="true">https://forums.ubports.com/post/95854</guid><dc:creator><![CDATA[mihael]]></dc:creator><pubDate>Tue, 19 May 2026 06:14:08 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Mon, 18 May 2026 23:36:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenno.almeida" aria-label="Profile: brenno.almeida">@<bdi>brenno.almeida</bdi></a> great work!only use your app now since it is fast smooth and reliable.</p>
<p dir="auto">only hickup, anyone else keeps missclicking the send button? its really hard to press for some reason (xiaomi redmi note 9 pro)</p>
]]></description><link>https://forums.ubports.com/post/95846</link><guid isPermaLink="true">https://forums.ubports.com/post/95846</guid><dc:creator><![CDATA[nbdynl]]></dc:creator><pubDate>Mon, 18 May 2026 23:36:41 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Mon, 18 May 2026 19:06:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenno.almeida" aria-label="Profile: brenno.almeida">@<bdi>brenno.almeida</bdi></a><br />
The installation went smoothly and without any issues.</p>
<p dir="auto">One thing that would be really useful:</p>
<p dir="auto">When there are lots of new messages for a contact or in a group, I can see the correct number (e.g. 20). Perfect!<br />
When I go into the chat and want to read the messages, I can’t tell which 20 are the new ones.<br />
When the contact or group chat is opened, you should be able to see which messages haven’t been read yet.<br />
When you leave the chat, all messages should be marked as read.<br />
Now I have to spend time reading the messages to figure out if I’ve already read them.</p>
<p dir="auto">Many thanks for your work on this exciting implementation of a third-party WhatsApp solution in QML for Ubuntu Touch!</p>
]]></description><link>https://forums.ubports.com/post/95825</link><guid isPermaLink="true">https://forums.ubports.com/post/95825</guid><dc:creator><![CDATA[Linus67]]></dc:creator><pubDate>Mon, 18 May 2026 19:06:04 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Mon, 18 May 2026 18:05:47 GMT]]></title><description><![CDATA[<p dir="auto">There's a new release for this app. I recommend disconnecting an connecting Whatsapp after installing this update using the settings since there was some rework on how messages are represented, which can lead to old glitched messages. Since its an alpha, I'm not guaranteeing consistency on each update:</p>
<p dir="auto"><a href="https://github.com/brennoflavio/greenline/releases" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/brennoflavio/greenline/releases</a></p>
<ul>
<li>Better offline mode: now if the app has no connection, messages are queued to be sent once connection is back</li>
<li>Optimizations for rooms that had a lot of replied messages, should load faster now</li>
<li>Now the pending / sent / delivered / read icons matches closely with whatsapp</li>
<li>Better handling when whatsapp servers are unavailable, avoiding app crashes</li>
<li>Better media previews: now you can zoom in / out images, its easier to pause / reproduce videos, and better look and feel</li>
<li>Fixed a bug where if the person used whatsapp on two devices (like web and app), its chat appeared duplicated and in groups the profile picture did not appear when the message was sent from the second device</li>
<li>Prevent app crash when trying to download media while offline</li>
</ul>
]]></description><link>https://forums.ubports.com/post/95824</link><guid isPermaLink="true">https://forums.ubports.com/post/95824</guid><dc:creator><![CDATA[brenno.almeida]]></dc:creator><pubDate>Mon, 18 May 2026 18:05:47 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Thu, 14 May 2026 14:01:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stephpti" aria-label="Profile: StephPTi">@<bdi>StephPTi</bdi></a><br />
Now you can see in Greenline: Meta stores all your actions on WhatsApp. If you like a comment in a group, that contact is stored in the database linked to your phone number. You can view all these records now in Greenline.<br />
You now have a complete list of the phone numbers (contacts) to which you have ever reacted or commented. This is part of the metadata that WhatsApp stores permanently on its servers: when you interacted with whom. This means that most of what you delete in WhatsApp is simply hidden.</p>
<p dir="auto">In a future version of Greenline, it may be possible to hide this ‘metadata’.</p>
]]></description><link>https://forums.ubports.com/post/95706</link><guid isPermaLink="true">https://forums.ubports.com/post/95706</guid><dc:creator><![CDATA[Linus67]]></dc:creator><pubDate>Thu, 14 May 2026 14:01:54 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Thu, 14 May 2026 12:47:16 GMT]]></title><description><![CDATA[<p dir="auto">i just found something. i deleted a whole conversation thread on my whatsapp android but i still can see it on greenline and i cannot delete it. i had this behavior on other whatsapp web based apps</p>
]]></description><link>https://forums.ubports.com/post/95701</link><guid isPermaLink="true">https://forums.ubports.com/post/95701</guid><dc:creator><![CDATA[StephPTi]]></dc:creator><pubDate>Thu, 14 May 2026 12:47:16 GMT</pubDate></item><item><title><![CDATA[Reply to [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch on Wed, 13 May 2026 14:32:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chromiumos-guy" aria-label="Profile: ChromiumOS-Guy">@<bdi>ChromiumOS-Guy</bdi></a> contributions are welcome! But support for all message types is planned before going beta</p>
]]></description><link>https://forums.ubports.com/post/95644</link><guid isPermaLink="true">https://forums.ubports.com/post/95644</guid><dc:creator><![CDATA[brenno.almeida]]></dc:creator><pubDate>Wed, 13 May 2026 14:32:39 GMT</pubDate></item></channel></rss>