maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [SFOS] [CLOSED] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread (https://talk.maemo.org/showthread.php?t=92160)

coderus 2014-04-04 08:54

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
what are you talking about?

rooster13 2014-04-04 08:57

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
The bubble for messages I sent is missing.
There is only a bubble for the messages received.

parasemic 2014-04-04 09:05

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
For me, bubbles works fine and maybe the only bug was fixed (messages going over bubble, but fixed when opening the convo again). still need to confirm, tho

rooster13 2014-04-04 09:14

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
Quote:

Originally Posted by parasemic (Post 1419859)
For me, bubbles works fine and maybe the only bug was fixed (messages going over bubble, but fixed when opening the convo again). still need to confirm, tho

Try changing to the new Modern theme and then back to Bubbles. Won't work for me anymore.

parasemic 2014-04-04 09:17

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
Quote:

Originally Posted by rooster13 (Post 1419860)
Try changing to the new Modern theme and then back to Bubbles. Won't work for me anymore.

No issue here

coderus 2014-04-04 10:06

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
this one? https://github.com/CODeRUS/mitakuulu...mment-39538162

rooster13 2014-04-04 11:01

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
Quote:

Originally Posted by coderus (Post 1419867)

Yes exactly. Was just about to post a screenshot. Thanks.

coderus 2014-04-04 11:11

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
this bug is already fixed. you need to download updated package and reinstall

Schturman 2014-04-04 11:21

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
Hi to all.
Maybe someone know how to fix right right-to-left languages problem? Don't know why, but Coderus don't want to fix it...
Oldschool theme have all messages sticked to the left side.
Bubbles theme show correctly arrived messages but my sent messages also sticked to the left side.
All emoji always sticked to the end of line for left-to-right languages and this is a reason that emoji shown in the middle of the line for right-to-left languages.
Maybe creator of BubbleDelegat.qml can fix for at least the messages ?
Thanks

Penguin 2014-04-04 11:51

Re: [v0.2-10] Mitakuuluu - indie WhatsApp client for Sailfish - Support thread
 
There is no problem. Regardless of if language is written from left to right or right to left text alignment in bubble delegate is left for messages you sent and right for messages received.

May be that should be left-left for left-to-right languages and right-right for right-to-left languages. Need to check how it would look like.

Edit:

Copy /usr/share/harbour-mitakuuluu/qml/BubbleDelegate.qml to ~/.whatsapp/delegates/BubbleDelegate.qml and apply following patch.

Code:

--- /usr/share/harbour-mitakuuluu/qml/BubbleDelegate.qml        2014-04-04 10:50:21.000000000 +0300
+++ BubbleDelegate.qml        2014-04-04 14:55:37.504880480 +0300
@@ -43,7 +43,6 @@
            timeStatusRow.anchors.left = item.left;
            timeStatusRow.anchors.leftMargin = Theme.paddingLarge;
            msginfo.horizontalAlignment = Text.AlignLeft;
-            msg.horizontalAlignment = Text.AlignLeft;
            playerPlaceholder.anchors.right = item.right
            playerPlaceholder.anchors.leftMargin = Theme.paddingSmall
            setTickView();
@@ -70,7 +69,6 @@
                msginfo.horizontalAlignment = Text.AlignRight;
                msg.anchors.right = item.right;
                msg.anchors.rightMargin = Theme.paddingLarge;
-                msg.horizontalAlignment = Text.AlignRight;
                timeStatusRow.anchors.right = item.right;
                timeStatusRow.anchors.rightMargin = Theme.paddingLarge;
            }

Then select BubbleDelegate.qml from settings and there you have it. It does not mirrow the whole UI, it only makes text align naturally either to left or right depending on writing in use.


All times are GMT. The time now is 22:01.

vBulletin® Version 3.8.8