maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   work in progress: simple vertical sms app: vertsms (https://talk.maemo.org/showthread.php?t=51635)

ossipena 2010-05-20 10:09

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by Chrome (Post 667176)
Is it possible at add arabic letters? maybe something like this:

http://img641.imageshack.us/img641/8737/78119054.png

I have no idea.

but the code can be used freely if someone wants to find out by himself.

here is btw latest status report from my git branch:

http://talk.maemo.org/showpost.php?p...&postcount=125

MohammadAG 2010-05-20 10:15

Re: work in progress: simple vertical sms app: vertsms
 
Sorry, haven't been following this thread a lot, but are there any changes I should push to -devel? :)
(The bugtracker in the control file is a first obviously)

festivalnut 2010-05-20 10:25

Re: work in progress: simple vertical sms app: vertsms
 
@ ossi - i have the problem sending to domestic format numbers (eg 07- rather than +447- ) i have zero knowledge of coding but i would love to contribute to this project in some small way if i can. let me know if you want me to test some things. i'm happy enough to harass all my friends with unlimited texts, or just text myself all day if thats easier! :)

e: forgot to say vodafone uk on contract, if thats relevant.

ossipena 2010-05-20 10:57

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by MohammadAG (Post 667364)
Sorry, haven't been following this thread a lot, but are there any changes I should push to -devel? :)
(The bugtracker in the control file is a first obviously)

yes I intended to contact you a bit later today.

had small error while testing sending to multiple numbers:
1. used strip instead split. so 045xxxxx was converted to numbers:
0,4,5, x,x,x,x

2. forgot to put i=i+1 in while function that sends the message

:D

so my device has tried to send probably hundreds of messages (luckily I have 1000 free messages a month with my contract) to numbers like 0, 1, 2 etc

and "unable to send sms to xx" -notifications kept on going until today.

but finally got the test messages through and working so yes, you could build a new version to extras-devel. (just pushed a version that works again second ago)

changelog:
-message is written to conversations with api, not with sqlite anymore.
-multiple receivers can be added.
when inputting numbers with contact dialog, dialog must be opened once per number. if inputted with keys, * or # adds semicolon (;) that is the separator for multiple numbers for now.

mornage 2010-05-20 11:14

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by ossipena (Post 667406)
when inputting numbers with contact dialog, dialog must be opened once per number. if inputted with keys, * or # adds semicolon (;) that is the separator for multiple numbers for now.

ooooh, does that mean we no longer have to go to the address book to input numbers? That would be a work around for my 07 number issue as I can then just go to the beginning of the number and replace 07 with +44.

ossipena 2010-05-20 11:30

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by mornage (Post 667438)
ooooh, does that mean we no longer have to go to the address book to input numbers? That would be a work around for my 07 number issue as I can then just go to the beginning of the number and replace 07 with +44.

unfortunately no.

backspace deletes always the last number no matter where the cursor is. but that is under work too...

MohammadAG 2010-05-20 11:53

Re: work in progress: simple vertical sms app: vertsms
 
Got the source, question though, aren't .pyo files compiled pyc?
(i.e are the .py files needed in the binary? or would the .pyo files suffice (they will be in the source eitherway))

ossipena 2010-05-20 14:28

Re: work in progress: simple vertical sms app: vertsms
 
it is probably best to include py files if someone wants to modify the app.

and btw the latest push in gitorious now has logical backspace functionality... so mornage you can dl files from git and create an icon for it yourself if the newest push doesnt make it to next version yet.

InoHacker 2010-05-20 14:45

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by Chrome (Post 667176)
Is it possible at add arabic letters? maybe something like this:

http://img641.imageshack.us/img641/8737/78119054.png

Why not ?
I could add Russian.
Only I do not know the Arabian language and as it will be combined with PDU-format message

gri 2010-05-20 15:12

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by InoHacker (Post 667818)
Why not ?
I could add Russian.
Only I do not know the Arabian language and as it will be combined with PDU-format message

Can you tell me what you actually changed for the russian version? Only some strings or more?
Qt supports translations as well as Right-To-Left support, so it should be possible to make a version containing latin, russian and arabic languages?


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

vBulletin® Version 3.8.8