Notices


Reply
Thread Tools
Posts: 16 | Thanked: 0 times | Joined on May 2010
#661
i think im gonna have to give up on this till whenever all problems are sorted its doing my head in doing everything im being told and nothing is happening. back to the n97 i go and in the drawer goes the n900
 
Posts: 87 | Thanked: 16 times | Joined on Aug 2010 @ Southern California
#662
nice app! I still find myself missing Gravity on my N97, though.

some suggested improvements:

1) auto-fullscreen/hide menu bar (I'd say hiding the toolbar itslf would be advisable). with a corner key to bring it back like the browser.

2) tap entry to bring up menu to reply, retweet, etc

3) use swiping to change category (timeline to mention, etc)

4) use kinetic "spring" when at top of page to reload/refresh (like Twitter for iPhone)

5) improve/optimize kinetics
 
hawaii's Avatar
Posts: 1,030 | Thanked: 792 times | Joined on Jun 2009
#663
Daniel, have any changes been made to provide a proper client name instead of API?
 

The Following User Says Thank You to hawaii For This Useful Post:
Posts: 87 | Thanked: 16 times | Joined on Aug 2010 @ Southern California
#664
ah yeah, forgot about that. Fix that, too. want to see 'posted by Witter N900.'

Just discovered I can hide the bottom bar, too. Auto-hide the menu, toolbar and update bar by default makes navigation much smoother and takes advantage of the screen res. I'm also down 2-3 clicks on the vol in font size and enjoying it much better.
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#665
you need to use the other authorization method, I forget what it's called (uauth or something?) to get the app name. It works fine.
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.
 
hawaii's Avatar
Posts: 1,030 | Thanked: 792 times | Joined on Jun 2009
#666
OAuth. Thank you for posting this.

Daniel - can I request a feature for having the ability to modify the reported client through the configuration file?
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#667
Originally Posted by si_wardo View Post
i think im gonna have to give up on this till whenever all problems are sorted its doing my head in doing everything im being told and nothing is happening. back to the n97 i go and in the drawer goes the n900
You could try sticking with Extras? if you have no tolerance for problems, then don't pick up software until it is in the stable repository. The whole point of providing a 3 tier repository system is that you can chose the amount of risk you're prepared to live with.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#668
Originally Posted by si_wardo View Post
i think im gonna have to give up on this till whenever all problems are sorted its doing my head in doing everything im being told and nothing is happening. back to the n97 i go and in the drawer goes the n900
To get to downgrade to the stable version, fire up xterm and issue these commands: (you need rootsh installed)
Code:
root
apt-get install witter=0.3.4-8
After that you have the version that is in extras, and it works very well.
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.

Last edited by mece; 2010-08-18 at 13:49. Reason: typo
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#669
Originally Posted by Uxi View Post
nice app! I still find myself missing Gravity on my N97, though.

some suggested improvements:

1) auto-fullscreen/hide menu bar (I'd say hiding the toolbar itslf would be advisable). with a corner key to bring it back like the browser.
interesting idea, I guess I could play around and see what I can do with this
Originally Posted by Uxi View Post
2) tap entry to bring up menu to reply, retweet, etc
double tap an entry does exactly this...? single tap versus scroll start can be difficult for maemo to differentiate so not ideal to map anything to single tap
Originally Posted by Uxi View Post
3) use swiping to change category (timeline to mention, etc)
erm... enable gestures.. it does exactly this
Originally Posted by Uxi View Post
4) use kinetic "spring" when at top of page to reload/refresh (like Twitter for iPhone)
interesting idea, but I don't get any signal for end of scrolling (at least I've not found one), if you can tell me which signal to hook onto, I'll gladly do so
Originally Posted by Uxi View Post
5) improve/optimize kinetics
The kinetics is provided by hildon.Panable area. whilst in theory I can try setting some different options, I have zero input into it's optimization. Though it would be great if pymaemo want to optimize all the built in UI stuff for better performance.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#670
Originally Posted by hawaii View Post
OAuth. Thank you for posting this.

Daniel - can I request a feature for having the ability to modify the reported client through the configuration file?
Twitter doesn't let you do this. The reason witter only shows up when using Oauth is that this is the only way twitter allows an app to show as it's own name, eg the oauth is tied to my app via a key specific to witter. They used to allow any client to simply specify source=whatever, but switched that off ages ago(long before witter was created)
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
Reply

Tags
python, twitter

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:31.