Notices


Reply
Thread Tools
kryptoniankid17's Avatar
Posts: 297 | Thanked: 54 times | Joined on Sep 2009 @ new jersey, usa
#41
Originally Posted by dwould View Post
witter 0.1.0-7 should now be in extras testing for the n900
I'm keeping a page on my blog up to date
http://danielwould.wordpress.com/witter/

now with kinetic scrolling and a fremantle style menu.
looks very promosing. congrats on your 1st app. Have you reached out to any of the ui guys for any help.
 
kryptoniankid17's Avatar
Posts: 297 | Thanked: 54 times | Joined on Sep 2009 @ new jersey, usa
#42
Originally Posted by kryptoniankid17 View Post
looks very promosing. congrats on your 1st app. Have you reached out to any of the ui guys for any help.
my bad on the first app comment.
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#43
Originally Posted by kryptoniankid17 View Post
my bad on the first app comment.
nothing to feel bad about...I'm no UI guy, at the moment I'm worrying more about learning enough python to be able to implement core function.
I'll take suggestions on the UI, but given I'm not certain I'd be able to implement them. It would seem a little premature to ask others to come up with designs.
__________________
----------
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.
 
joshua.maverick's Avatar
Posts: 805 | Thanked: 440 times | Joined on Aug 2009 @ Mississauga, On
#44
Originally Posted by kryptoniankid17 View Post
looks very promosing. congrats on your 1st app. Have you reached out to any of the ui guys for any help.
I'm down to help out if the developer is, I think the functionality looks great. My mock up could use some tweaking too, I'll mess around some more if I get the okay from the dev.
 

The Following 2 Users Say Thank You to joshua.maverick For This Useful Post:
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#45
Originally Posted by tso View Post
Just want to say, nice work

I seem to have bumped into a issue with 0.1.0-4 where it fails to save user name and password on exit. This is on a N800/N810 btw.
right, I think I fixed that in fremantle. I probably ought to spend some time figuring out the diablo version. I've added a few things which are fremantle only, without much thought. perhaps once I've got the source into SCM it will be the right time to make things neater for the two versions
Originally Posted by tso View Post
On the scrolling side, i am not much fan of kinetic scrolling, but it may work better on witter vs mauku, as witter do not have a double-tap action on entries. That is, if you get so far as to implement drag to scroll on the N810 version at all. Optionally i guess you could just do a wider scroll bar, so that its easier to use with fingers (see modest as an example).

There is a small issue with the long-tap menu, where even tho it shows a focued menu, one have to tap the menu twice before it shows any sub-menus.
I've noticed that problem with the long-tap menu, and I have no idea why it happens. if I figure it out, I'll try to fix it
Originally Posted by tso View Post
And some of the text flows under the scroll bar, rather then shift the word down to the next line.

Oh, and a feature request. It would be nice if a long-tap menu option would be to show the timeline for the specific user, as sometimes its nice to dig back and see what kind of entries a user have made lately.
I tend to use 'search' and search for a user to pick up their history at the moment. Though it's a fair request,
__________________
----------
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
#46
Originally Posted by joshua.maverick View Post
how about a layout similar to this? It's a quick mock up but do you think it would be beneficial to make it a little more visually pleasing?
Interesting layout. Any particular reason for buttons down the side? I suppose my feeling was that I wanted the entire width for tweets.
I'm very conscious of making the most of the screen real estate.
__________________
----------
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
#47
Originally Posted by tso View Post
i found myself thinking, would it be possible to trigger the long-tap menu using center dpad?

would be useful when one scroll thru the list using the dpad anyways.
I've no idea what button the cetrer dpad maps to, I would have assumed it would be something like enter. assuming it has it's own key event, I guess there is no reason why it *couldn't* be triggered that way.
though as I said on a previous post, I need to spend some time to ge thte source into SCM, and properly arranged for diablo/fremantle because at the moment I'm focusing on fremantle and it's not easy ot keep things in step.
__________________
----------
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
#48
ok, I don't know if auto-builder is asleep, or just busy. but it's taking it's time...
In theory witter 0.1.1-1 is going into extras-devel

It contains reply_to support.
if a tweet is in reply to another, it will load the other and put it in small text beneath the time stamp. Unless the replied to tweet is from a private feed. For some reason even if you are authorised to see the original tweet, the API for getting a specific single tweet blocks access.

if you tap-hold on someone you can select reply_to which a) fills their username in the text entry field, and sets a flag with the tweet it. if you submit a tweet it will get marked as a reply to that selected tweet. if you change your mind, just deleting the username should do the trick.

there is a ReTweet option too...but it's not working, all it does is copy the tweet text to the text entry, at that point I realised that included all the formatting that I'd added to the tweet. so I need to think longer on this one

error notifications are now hildon 'notes' instead of dialogs

text entry is now hildon.Entry

buttons are now hildon buttons (but I've haven't done anything to work around styling not being applied right)

I'll probably keep this version in extras-devel for a while to sort a few more big things out. But I thought I'd let people know it's coming...assuming auto builder eventually does it's thing
__________________
----------
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
#49
Originally Posted by thp View Post
AFAIK Identi.ca has a Twitter-compatible API, so just having a "API URL" setting should be enough to support Identi.ca as well (with the default being the URL of the Twitter API).
Since you were so helpful with your post, the 0.1.1-1 build contains the ability to 'toggle serviceType' in the main menu.
this switches the root url from twitter to identi.ca

At the moment this is just so that you (or anyone with an identi.ca account) can check that it does basically work with the switched urls. assuming that bit is as simple as that, then I'll think more about how to integrate this, and the multiple account request into something a bit more structured.
__________________
----------
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 2 Users Say Thank You to dwould For This Useful Post:
Posts: 163 | Thanked: 175 times | Joined on Dec 2007 @ Alabama
#50
Originally Posted by dwould View Post
Since you were so helpful with your post, the 0.1.1-1 build contains the ability to 'toggle serviceType' in the main menu.
this switches the root url from twitter to identi.ca

At the moment this is just so that you (or anyone with an identi.ca account) can check that it does basically work with the switched urls. assuming that bit is as simple as that, then I'll think more about how to integrate this, and the multiple account request into something a bit more structured.
Just saying thanks for the work your doing. Keep it up!
__________________
Hi! I'm a Maemo Greeter!

Useful links for newcomers: New members say hello , New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)

If I can help with anything else, just ask!
 
Reply

Tags
python, twitter

Thread Tools

 
Forum Jump


All times are GMT. The time now is 21:41.