Notices


Reply
Thread Tools
Posts: 134 | Thanked: 46 times | Joined on Jun 2010 @ Russia,Moscow
#251
Originally Posted by hotzigetty View Post
@anapospastos @planetf1, right now I think the most important things are addition of a few more core twitter functions, such as DM, and follow/unfollow. I'm ok with not having image upload via the client right now coz the upload function from the gallery is quite decent.
I actually want to see lists feature at least somewhere,because witter doesn't have it either.
 
anapospastos's Avatar
Posts: 552 | Thanked: 183 times | Joined on Oct 2009 @ Not decided
#252
I just tried chir.ps and audio tweets! Its not working from microb browser so an idea landed to me! If you can implement audio tweets to tweego will be awesome)
__________________
My name was Maemo, then it became Meego and now I'm getting a third one. I am Sailfish.
 
Posts: 1 | Thanked: 0 times | Joined on Jul 2010
#253
Originally Posted by mikhail_ramalho View Post
Time issues:
Some people had this issues. Are you using 12h or 24h format?
Both give
0:0 1 jan 1st
as time stamp. Even after switching 12/24 in configure and restarting Tweego.
I'm on +1 Brussels time.
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#254
Hi,
the same timestamp issues here.
Tweet time is always 0:0 1 jan 1st.
My timezone is GMT+2
Timeformat 24hour.

Another issue:
Can the auto-capitalization for the username
entry box be turned off?.
And turn of the dictionary support for the password field?
(I don't like to see my passwords as text suggestion in other
textfields).

Other notes:
The logoff confirmation dialog asks "Are you sure you want to quit?"
The same text is used by the "exit" confirmation dialog.
Btw I would prefer to not ask the user for confirmation after he
pressed the exit button.

regards
nicolai
 

The Following User Says Thank You to nicolai For This Useful Post:
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#255
Originally Posted by nicolai View Post
Hi,
the same timestamp issues here.
Tweet time is always 0:0 1 jan 1st.
My timezone is GMT+2
Timeformat 24hour.
You should use
QLocale::setDefault(QLocale::English);
and
QDateTime tweetDate = QLocale().toDateTime(createdAt,"ddd MMM dd HH:mm:ss yyyy");
to parse the timestring.

Twitter uses english time format
and QDateTime::fromString() uses the default system
timeformat (device locale).

regards
Nicolai
 

The Following User Says Thank You to nicolai For This Useful Post:
Posts: 1 | Thanked: 0 times | Joined on Jul 2010
#256
tweego!

x)
 
Posts: 90 | Thanked: 5 times | Joined on May 2010
#257
one more issue.. when u update the timeline and then scroll down to fetch more tweets, a whole lotta tweets disappear!! they're not retrieved!!

also, can you pls add the new RT in the next version!



thanks!
 
mr yoda's Avatar
Posts: 55 | Thanked: 8 times | Joined on Mar 2010 @ UK
#258
I've just noticed that it appears to be posting a tweet twice. Don't know if anyone else has notiiced this. It doesn't show it on the timeline, but if you go into the profile on the internet it will be there twice.
__________________
Follow Me On LastFM
 
Posts: 41 | Thanked: 1 time | Joined on Jun 2010
#259
Originally Posted by nicolai View Post
You should use
QLocale::setDefault(QLocale::English);
and
QDateTime tweetDate = QLocale().toDateTime(createdAt,"ddd MMM dd HH:mm:ss yyyy");
to parse the timestring.

Twitter uses english time format
and QDateTime::fromString() uses the default system
timeformat (device locale).

regards
Nicolai
how do you use this, I see no prefs or settings in tweetgo
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#260
No.
The developer have to do this.
That is, he has to change the code.
Than the timeline should show the
correct time.

regards
Nicolai
 
Reply

Tags
tweego, twitter


 
Forum Jump


All times are GMT. The time now is 13:24.