Reply
Thread Tools
Posts: 60 | Thanked: 3 times | Joined on Apr 2010 @ Philippines
#51
Hope it will be stable! Keep up the good work for the founder!
 
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#52
Well, I got the * and # keys functional, and the 0 key now understands carriage returns, but there are a couple of issues:

1. I haven't figured out a good way to interpret shift.
2. The font set on the N900 apparently doesn't have extensive unicode support, so I was unable to use decent characters for space, carriage return, or shift. The alternative would be to have custom icons. If not obvious by now, I'm not an artist, so that won't be coming from me.

Now its time to pull in ossi's changes to see what progress he made and start working on a settings menu and play with navigation buttons as well as padding.
__________________
aspidites | blog | aspidites@inbox.com
 

The Following User Says Thank You to aspidites For This Useful Post:
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#53
Originally Posted by Hagar View Post
Please let those arrows be where they are. It's not once or twice that while texting, you realize that you have made some spelling mistake two three words behind. Going back to that point using the touch screen directly is quite a difficult task by just touching with the finger. And if you need to take out the stylus to point at the exact position where the mistake is, it beats the whole point of having the "one handed SMS sending application"

And one more request if I may

Let's hope that you have the carriage return under the "0" button (I think that the sequence was something like "0 > space > CR"). Many times, I send shopping list by SMS. Having the items on separate lines, improves the readability to a whole new level
the arrows would mean redesigning backspace functionality and adding more code. so I'll look into it after I get the first version to extras-devel. (or anyone can do it actually)
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 

The Following 2 Users Say Thank You to ossipena For This Useful Post:
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#54
Originally Posted by MohammadAG View Post
@ossipena
Got this packaged (mostly for an easier installation), .desktop file with a flipped conversation icon added.
Can push into -devel if you want. If you prefer to upload it yourself then be it
if you could hold your horses a moment. I'll try to look through aspidites repository this evening and push changes to master. I can notify you and you can repackage? if you upload it, will I or someone else be able to upload newer version? or must it always be the same guy uploading?

if there is no 1 person uploading per package limitation (i have no idea about repos, etc...) then you could upload it. but please not current but newer version.


and good point with padding, will add at least some to the updated version today
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 

The Following 4 Users Say Thank You to ossipena For This Useful Post:
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#55
Don't know if it's possible, but you may want to collaborate with epage for Google Voice texting capability.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 

The Following User Says Thank You to Laughing Man For This Useful Post:
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#56
Originally Posted by Laughing Man View Post
Don't know if it's possible, but you may want to collaborate with epage for Google Voice texting capability.
that probably isn't impossible at all, but we'll see after the app works with basic stuff well enough.
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 

The Following User Says Thank You to ossipena For This Useful Post:
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#57
Originally Posted by ossipena View Post
if you could hold your horses a moment. I'll try to look through aspidites repository this evening and push changes to master. I can notify you and you can repackage? if you upload it, will I or someone else be able to upload newer version? or must it always be the same guy uploading?

if there is no 1 person uploading per package limitation (i have no idea about repos, etc...) then you could upload it. but please not current but newer version.


and good point with padding, will add at least some to the updated version today
Will wait for the new version then.
Packages can be uploaded by anyone, and the maintainer would be overwritten depending on who uploaded the last package.
In short, yes, you and any other person can upload a later version without any requests.
 

The Following User Says Thank You to MohammadAG For This Useful Post:
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#58
Originally Posted by ossipena View Post
and good point with padding, will add at least some to the updated version today
Done. Actually, vertsms now has a config file located at ~/.config/vertsms/config.

Change x_padding and y_padding accordingly.

There isn't much error checking(yet)oj becuase I just through this together real quick, so config will have to be made before running.

When I have more time, I'll add a system config file with sane defaults, and then eventually write a gui for these and any future options to come.

The screenshots show 0 padding, 5 padding, and just to demonstrate the flexibility, 10 for x and 0 for y:
Attached Images
   
__________________
aspidites | blog | aspidites@inbox.com
 

The Following 2 Users Say Thank You to aspidites For This Useful Post:
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#59
damn this takes time. there is a bug in text input. it seems I can't get it fixed today. but I'll inform as soon as I get the contact selection and text input working. after those this is ready for extras-dev
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 

The Following 2 Users Say Thank You to ossipena For This Useful Post:
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#60
Originally Posted by ossipena View Post
damn this takes time.
Yeah, but at least it's Python :-P.

Perhaps bugs would be easier to track down if this whole thing were implemented as a class? That is, one for each major component, then we could just piece everything together. When I have time --probably this weekend or so, I'll see if I can't refactor the code in my branch to give you an idea of what I'm talking about/see if it's a practical idea.

In otherwords, I guess I'm saying the way we're doing things now seems more procedural than object-oriented.

At any rate, thanks for starting this thing man, I'm having fun.
__________________
aspidites | blog | aspidites@inbox.com
 
Reply

Tags
portrait sms, python


 
Forum Jump


All times are GMT. The time now is 08:01.