Tooter Feedback Thread

This would be great addition!

Yes, that’s on my list, too. I’d like to see timezone as well since i have a bunch of North American contacts!

4 Likes

I have an umbilical cord attached to my puter.

1 Like

Announcing version 1.3.6 of tooter.

  • more search corrections, @ displays more entries. still flaky
  • fix display of audio files and play / pause mouse areas
  • revert tabs since they broke a number of things including search
  • set dates to consistent long display
  • correct loading on reaching end of list
  • layout stuff to account for new media elements

I’m a bit tired. There are still a lot of bugs and I hate reverting stuff. Up on github and coming to chum and harbour … @molan maybe you have a minute?

13 Likes

Thank you for your fantastic work on Tooter :folded_hands:

I really enjoy the app and do more and more of my tooting from the app!

1 Like

Thank you for your hard work!

1 Like

I’m sad to say that with the latest update the bug with tabs returned

The trending icon returned hidden under the first tab on the left, and instead, there’s a blank space where the trending icon should be

No problems at all with opal tabs

I suppose that as of now i’ll stay on the opal one

Still, thank you for this wonderful app

Yes, I’m aware. The problem was that tabs caused a number of other issues. Foremost, broke navigation to search. I worked around that, but discovered other issues.

I’m looking at just changing the scaling mechanism. Should be out next week.

3 Likes

I’ll be honest, i don’t know what navigation to search is,

If it’s search related, search and swiping works fine on my end

But anyway, thank you, appreciated…

If you click on a #tag, that was broken. And internal links to mastodon urls.

You said the trending icon wraps around to the left, correct?

1 Like

that’S what I observe on XA2 ultra, and it is also back with latest version - but i can load more entries again and search directly, so I agree this is more important

It’s a bit strange since the sizing is dynamic, depending on the container size. And that is dependant on the phone screen. Odd. It’s easy enough to make everything smaller, but if the size of the parent container is not being calculated properly, that might not help. I’ll have to make some experimental version. Is the XA2 ultra thinner than the 10iii?

Oh, and what happens in Landscape view? Presumably the same…

it has 16:9 screen. In landscape mode the bootom bar turns into a side bar and there I see all 6 icons as expected

edit: Resolution is 1920 x 1080

Ok, so it’s the same size but the cell spacing works as expected and the space is sufficient. I know what I can try. Thanks!

1 Like

Not sure if a live test on device is in question:

in
/usr/share/harbour-tooterb/qml/pages/components/NavigationPanel.qml

Change line 100 to

cellWidth: isPortrait ? (gridView.width  - headerItem.implicitWidth) / model.count  : gridView.width

I can make a quick rpm if that’s preferable.

How do you find the solution I implemented? I find the time/date format sufficient …

I tried, but got problems with permissions, will do it again when I have more time

Thanks! That would be great and I could spin out a release! To edit you’ll need to do something like
devel-su vi

Just let me know it’s too much hassle…