TwimGo v3.0.6 Released

Coded a minor update to TwimGo this weekend. Release notes for v3.0.6:

  • Pull down timeline to refresh
  • Scroll to bottom to automatically load more tweets
  • Reply to direct message is sent as direct message

It was pretty easy to add the auto “load more” functionality as both GridView (used in landscape mode) and ListView (portait mode) have a property atYEnd to check if user have scrolled to bottom of the timeline. I added a simple Timer that checks this property in every 0,5 seconds and starts to load more tweets if necessary.

Pull down to refresh was a bit trickier but I ended up checking the atYBeginning property of ListView/Gridview and deterimine the extra pull with the contentY property. So the code is something like this:

Timer {
  interval: 500
  repeat: true
  onTriggered: {
    if( tweetsList.atYBeginning && 
        tweetsList.contentY<-50 ) {
      tweetsList.refresh = true;
    }
  }
}

ListView {
  id: tweetsList
  property bool refresh: false
  ..
  onMovingChanged: {
    if(tweetsList.refresh) {
      tweetsList.refresh = false;
      // Refresh timeline
    }
  }
}

Now you can pull down the view to easily refresh your timeline. Older tweets are also automatically loaded when you scroll to the bottom.

If you’d like to help and test this release, please download your deb (MeeGo and Maemo) or SIS (Symbian S^3 and S60 FP5) files from TwimGo project page:

http://projects.developer.nokia.com/twimgo

  • http://nokia5230blog.blogspot.com jerrin joe francis

    hi i am really missing kinetic scrolling on twimgo it should be the next big update

    • Anonymous

      TwimGo’s tweet list already has kinetic scrolling as that is part of QtQuick’s ListView GridView by default.

      • http://nokia5230blog.blogspot.com jerrin joe francis

        sorry i don’t know what i am doing wrong but on my Nokia 5230 there is no smooth scrolling like in contacts where the length of scrolling depends on the way you swipe(kinetic scrolling).

        • Anonymous

          Ah yes, it might be that Qt on S60 FP5 devices doesn’t support kinetic scrolling. I have only tested TwimGo on Symbian^3, Maemo (N900) and MeeGo (N950) devices and those have kinetic scrolling in lists.

          • http://nokia5230blog.blogspot.com jerrin joe francis

            hmm hope the support comes in next major qt release

          • http://twitter.com/talv talv

            just so you know qt quick for S60v5 does have kinetic scrolling in list and grid views

          • http://nokia5230blog.blogspot.com jerrin joe francis

            ok but then what’s the problem? its very difficult to go through tweets without it.

      • http://twitter.com/JosueGimenez Josué Giménez

        Hey Tommy i have troubles with the smart installer and I cant install the new version, you can provide a file withouth the smart installer? Please help me! I have a Nokia #X7 With Symbian Anna

  • Slayra

    Hi! I’ve just installed the new version and everything works perfectly well! This new thing about loading the older/new tweets automatically is much better, thanks! :)

  • Steci86

    The app is great! The best twitter client I’ve tried so far! Just one thing: I “often” get the error message “Twitter API returned 401 unauthorized on url etc etc etc”.. what does it mean? Is it a problem with my home network or some kind of bug?

    • http://twitter.com/FedericoGiglio1 Federico Giglio

      Hi Steci86 – my same problem, try disconnecting your browser from Twitter ( desktop’s browser I mean )

      • http://twitter.com/steci86 Stefano C.

        hi! what do you mean? i should log out from twitter on firefox?

  • Anonymous

    had to flash N950 trying to down loaf 3.06 meego bu says cant find installation package..any ideas

  • http://twitter.com/Ta11chr1s Chris

    This is the best looking Twitter client I’ve tried so far on a Nokia 5800. I was happy using Snaptu – but they are killing themselves in favour of facebook, so I need to migrate. I had/have a few issues:

    1) First I installed Twimgo from Ovi store – very disappointed, then realised it’s an old v2 – so uninstalled that and went direct to your websites.

    2) The install of TwimGo_qt-4_7_2_m1_1_1_s60_5_0.sis kept failing and complaining about missing QT v4.7 – what is the best method of installing QT on a Nokia? I got confused by the Nokia developer website, and QT is not listed in the Ovi store, so I ended up installing Plotter from Ovi store – which also installed QT v4.07(301) as a dependency. Twimgo then installed and seems to work (despite wrong? QT version).

    3) Twimgo v3.0.6 then kept reporting a 101 twitter API error at start and failed to display any tweets. Eventually I realised no network connection was being made (with no data plan my phone has the 3G AP setup deleted and is set to use Wifi AP). So I manually connected to a Wifi AP and then started Twimgo – Twimgo worked, and has ever since, with no further need to manually connect to Wifi.

    4) The trends button does not report any trends.

    5) I’ve set the Settings > Auto-refresh to 5 minutes. Which seems to cause a red “new” icon to appear on the Home icon – but often there are no new tweets. If you then swipe down to refresh the list of tweets, the “new” icon does not disappear.

    6) The internet connection here is slow and sometimes intermittent – I am guessing this may be why sometimes Twimgo seems to freeze for a while with the “Loading tweets” message. Perhaps an indication on screen that work is actually going on (download in progress/reconnection occurring/speed?) would be good, or a shorter timeout to allow the user to try again?

    7) Obviously there are some functions I got used to in Snaptu, but one in particular I would like to use again is the ability to swipe to the side of the screen to move into and between my Twitter lists.

    8) The other nice to have functions were: fast in app rss reader, multiple twitter account support, in app image viewer – yfrog links do not display in the Nokia internet browser.

    I’m happy to help where/if I can.

    • http://twitter.com/Khartsyz Andriy Korchak

      4) I can confirm it (Nokia 5800 XM)
      8) preview of twitpic & yfrog images are only shown when links aren’t shorten

  • ugomatic

    Hi, thanks a lot for fixing DM! One request for the Maemo version – I used to enjoy having a direct shortcut (in landscape) to my lists without having to go through the “More” menu. Would it be possible to have the option to assign one shortcut manually? For example, I’d prefer to have lists instead than Favourites. Thanks!

  • http://www.skjern-laaseteknik.dk/laaseservice.php Hansen Rio

    Thanks for fixing this! really appreciate it alot! More power!