View Single Post
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#138
Originally Posted by euanandrews View Post
First off, very nice app Daniel.

My thoughts:
- Feature request: would like to see avatars...if you dont like, maybe give the option to enable/disable them
the issue is not simply me not liking avatars, it is a question of how much development effort it would take to do any sensible implementation combined with it's effect on performance.
at the moment each tweet is a couple of hundred bytes. but an avatar pic is likely to be a couple of k, so adding the pick is massively adding to the memory usage per tweet.
you have to spawn threads to download the images. then figure out some storage. unless you want to download them fresh everytime. but if you store them you need some strategy to check for updates.
then i'd have to figure out how to get the cell renderer to actually show the images.
all so you there can be a little picture taking up screen space.

Originally Posted by euanandrews View Post
- Feature request: would like to see a 'more' button...being able to read only the last 20 tweets is restrictive
what i might try here is storing the last obtained tweet between sessions. and see if twitter will give all responses since then.
Originally Posted by euanandrews View Post
- Feature request: would like the ability to modify the theme/colours...blue is not my first choice
i have considered enabling this and font properties. It'snot high on my lst but I'll probably get around to it.
Originally Posted by euanandrews View Post

- Bug: when double clicking on tweets with extra long links, it hides the 'dismiss' button, pushes it out to the right
- Bug: Witter notifys of new tweets, but also notifys when user posts own tweet as new tweet...seems a bit redundant
will see about fixing these minor point
Originally Posted by euanandrews View Post

- Bug: when viewing friends, Witter struggles to display all info...i currently displays a friends name and latest tweet, but if thier last tweet was quite long, it wont all display properly in the friends section
odd that this only effects friends. the renderer rules shuld be sameywher.
Originally Posted by euanandrews View Post

- Bug: kinetic scrolling jumpy and slow, not fluid, smooth or fast
don't know what i can do about that. i just use hildon pannableArea. any performace issue would only get worse avatars
Originally Posted by euanandrews View Post

Either way, ya doing a great job.
Cheers
thanks
__________________
----------
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.
 

The Following User Says Thank You to dwould For This Useful Post: