UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch

    Scheduled Pinned Locked Moved App Development
    77 Posts 14 Posters 5.4k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • brenno.almeidaB Offline
      brenno.almeida
      last edited by

      More features:

      https://github.com/brennoflavio/greenline/releases

      • Now you can reply to messages
      • Text input box now renders correctly
      • Contact messages now renders correctly, and you can send contact messages
      • Chat page should load faster now
      • Chat list page now updates when you receive a message and app is opened in background
      • User metrics should work now
      • Really big text messages should render now, and be collapsed
      1 Reply Last reply Reply Quote 3
      • brenno.almeidaB Offline
        brenno.almeida
        last edited by

        Updated release:

        https://github.com/brennoflavio/greenline/releases

        • Now bringing the app to the foreground while a chat is open should update the chat
        • "view once" messages are now rendered and notified (not possible to see the content, Whatsapp limitation)
        • Mentions should render correctly now
        • Some scroll fixes when you open the chat page or click on the button to scroll to bottom
        mihaelM 1 Reply Last reply Reply Quote 1
        • mihaelM Offline
          mihael @brenno.almeida
          last edited by

          @brenno.almeida I really enjoy this app. Thank you very much!

          brenno.almeidaB 1 Reply Last reply Reply Quote 0
          • brenno.almeidaB Offline
            brenno.almeida @mihael
            last edited by

            @mihael Thanks! Any issues let me know, we're approaching a beta release

            1 Reply Last reply Reply Quote 1
            • brenno.almeidaB Offline
              brenno.almeida
              last edited by

              New release: message prior this release can look strange because of a refactor I did, to avoid problems disconnect your whatsapp account in settings and reconnect after installing this update

              https://github.com/brennoflavio/greenline/releases

              • Draft support: typing in a chat will save your message next time you get back to that chat
              • Complete rework of how this app handles notifications, which should enable new features for specific message types in the future
              • Fix a bug that made the user avatar go away when downloading media in a group chat
              • Mentions should be rendered correctly now, including notifications
              • Simplified the unread count bubble (although its a big buggy now)
              • Centralized name resolution, now the app is consistent when showing names across replies, chat lists, headers, etc
              • Fixed a bug if you start a chat, the chat will have your name
              • Full support for edited messages: now the new text is shown with an edited badge, and you can edit your own messages aswell
              1 Reply Last reply Reply Quote 1
              • Linus67L Online
                Linus67
                last edited by

                I’d actually prefer to do without META products. But that’s hardly possible. My music mates, tennis pals and other friends only use WhatsApp.
                For my UT as a day-to-day device, there wasn’t really anything useful like a quick-check app to see what’s going on with certain WhatsApp users (groups) who organise all their appointments and updates in groups.
                WhatsNew never really worked for me. Too slow, too cluttered.

                This morning I installed Grennlines. It’s a really good project and a perfect solution to my unwelcome WhatsApp dependency. Many thanks for the solution.
                For me, the current state of development is already perfect. It starts up very quickly and has everything I need. Let me buy you a bottle of wine!

                Pixel 3a, works with NextCloud, pihole, Wireguard VPN, Trilium, GhostCloud, Paperless ngx...and a lot of great apps from the Open Store.
                Lenovo Tab M10 HD TB-X306X LTE

                1 Reply Last reply Reply Quote 0
                • Linus67L Online
                  Linus67
                  last edited by

                  "Hi Brenno, I'm using Greenline on a Pixel 3a (Ubuntu Touch RC). I noticed that the greenline-daemon stays active and consumes significant resources even when notifications are disabled in the app settings. On older devices, this leads to OOM (Out of Memory) crashes and system reboots.
                  Feature Request: Could you add a 'Kill Daemon on Exit' toggle for users who don't need background notifications? If notifications are off, the daemon shouldn't stay resident in memory after closing the UI."

                  Pixel 3a, works with NextCloud, pihole, Wireguard VPN, Trilium, GhostCloud, Paperless ngx...and a lot of great apps from the Open Store.
                  Lenovo Tab M10 HD TB-X306X LTE

                  1 Reply Last reply Reply Quote 0
                  • Linus67L Online
                    Linus67
                    last edited by

                    PS:
                    Now I use a skript (systemctl --user stop greenline.service) and use it with a Desktop link. This works perfectly for my WhatsApp usage. This way, I can stop all WhatsApp data usage completely if I don’t need Greenline for a few days.

                    Pixel 3a, works with NextCloud, pihole, Wireguard VPN, Trilium, GhostCloud, Paperless ngx...and a lot of great apps from the Open Store.
                    Lenovo Tab M10 HD TB-X306X LTE

                    Vlad NirkyV 1 Reply Last reply Reply Quote 0
                    • Vlad NirkyV Offline
                      Vlad Nirky @Linus67
                      last edited by

                      @Linus67
                      Could you tell me how to add the script shortcut in Lomiri?
                      Greenline is great (to keep my wife happy – she uses WhatsApp and sees it as the most obvious way to communicate)

                      Linus67L 1 Reply Last reply Reply Quote 0
                      • Linus67L Online
                        Linus67 @Vlad Nirky
                        last edited by

                        @Vlad-Nirky

                        nano ~/.local/share/applications/gkill.desktop

                        ini
                        [Desktop Entry]
                        Name=Stop Greenline
                        Exec=/home/phablet/stop_greenline.sh
                        Terminal=false
                        Type=Application
                        Icon=/home/phablet/Pictures/greenline_stop.png

                        Pixel 3a, works with NextCloud, pihole, Wireguard VPN, Trilium, GhostCloud, Paperless ngx...and a lot of great apps from the Open Store.
                        Lenovo Tab M10 HD TB-X306X LTE

                        Vlad NirkyV 1 Reply Last reply Reply Quote 0
                        • Vlad NirkyV Offline
                          Vlad Nirky @Linus67
                          last edited by

                          @Linus67 said:

                          nano ~/.local/share/applications/gkill.desktop

                          ini
                          [Desktop Entry]
                          Name=Stop Greenline
                          Exec=/home/phablet/stop_greenline.sh
                          Terminal=false
                          Type=Application
                          Icon=/home/phablet/Pictures/greenline_stop.png

                          Thank you for this.
                          🙂

                          1 Reply Last reply Reply Quote 0
                          • brenno.almeidaB Offline
                            brenno.almeida
                            last edited by brenno.almeida

                            Nice script to stop the daemon, I added to the todo list to include before release

                            1 Reply Last reply Reply Quote 1
                            • mihaelM Offline
                              mihael
                              last edited by

                              And then how do you restart the service? - simply by restarting the app? or by systemctl --user start greenline.service ?

                              Linus67L brenno.almeidaB 2 Replies Last reply Reply Quote 0
                              • Linus67L Online
                                Linus67 @mihael
                                last edited by

                                @mihael simply by restarting the app

                                Pixel 3a, works with NextCloud, pihole, Wireguard VPN, Trilium, GhostCloud, Paperless ngx...and a lot of great apps from the Open Store.
                                Lenovo Tab M10 HD TB-X306X LTE

                                1 Reply Last reply Reply Quote 0
                                • C Offline
                                  ChromiumOS-Guy @brenno.almeida
                                  last edited by ChromiumOS-Guy

                                  @brenno.almeida awesome app, switched to it.
                                  a thing you should add, is aytanna message indicator support so we can see messages after timer runs out.

                                  other then that, i think you should expand settings to include all the standard chat and profile settings.

                                  also sqlite db files should be encrypted if possible.

                                  brenno.almeidaB nbdynlN 2 Replies Last reply Reply Quote 0
                                  • brenno.almeidaB Offline
                                    brenno.almeida @mihael
                                    last edited by

                                    @mihael the app has a built in logic to recover the daemon in case of a crash, which seems to be working here

                                    1 Reply Last reply Reply Quote 1
                                    • brenno.almeidaB Offline
                                      brenno.almeida @ChromiumOS-Guy
                                      last edited by

                                      @ChromiumOS-Guy what do you mean by seeing the message after time runs out?

                                      C 1 Reply Last reply Reply Quote 0
                                      • nbdynlN Offline
                                        nbdynl @ChromiumOS-Guy
                                        last edited by

                                        @ChromiumOS-Guy this app is draining my battery faster then my cat can eat, other then that amazing 😂

                                        C 1 Reply Last reply Reply Quote 0
                                        • C Offline
                                          ChromiumOS-Guy @brenno.almeida
                                          last edited by

                                          @brenno.almeida about that never mind, the background daemon took a bit of time to start handeling notifications properly.

                                          1 Reply Last reply Reply Quote 0
                                          • C Offline
                                            ChromiumOS-Guy @nbdynl
                                            last edited by ChromiumOS-Guy

                                            @nbdynl compared to a full electron app like whatsnew this might as well use no battery.

                                            at least from my perspective its noticeably better, could be improvements considering this is native and comparing it to electron is like having the bar underground, you pass it by existing above ground.

                                            to be fair, I have (with greenline) four service daemons that are not optimized running so whatever improvement there is I feel keenly.

                                            nbdynlN 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • First post
                                              Last post