Notices


Reply
Thread Tools
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#3451
Please all of you who made translations be sure you are watching your languages.
I'll start to make a new settings panel and I'll add new strings in a few days.
__________________
Filebox / FileCase for Maemo / Harmattan / Sailfish
FlowPlayer for Maemo / Harmattan / Sailfish
Whatsup for Harmattan / Sailfish
CallBlocker for Harmattan

Support my work:
Paypal / Bitcoin
 

The Following 4 Users Say Thank You to CepiPerez For This Useful Post:
Posts: 7 | Thanked: 0 times | Joined on Jun 2012 @ HK
#3452
Originally Posted by CepiPerez View Post
Small update:
- All conversations crashes after send meda - FIXED
- Push name option crashes all conversations - FIXED
- Languages doesn't work - FIXED

http://dl.dropbox.com/u/12134784/MEE...92012-1030.deb

NOTE:
- Sending location still broken
Thank you..but after install this, I cant sync contact and msg cant be sent / received.

I re-install wazapp-30082012-1630, still cant sync..

Then if I quit and restart, it close itseft
 
Craig_Mabbitt's Avatar
Posts: 58 | Thanked: 21 times | Joined on Jul 2012 @ Moscow
#3453
why it has 2 russian translates?
 
Posts: 299 | Thanked: 557 times | Joined on Aug 2012
#3454
Originally Posted by knobtviker View Post
Chinese working on my device too.

A little digression please:
Can anyone provide me SVG for Wazapp icon?
I'd like to try adding a little detail to notifications.
@knobtviker:
according to http://wazapp.im The Best Isaac created the icon

ps: it's in the source
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#3455
@ TMavica:
Can you edit waxmpp.py file?
In line 1147 you have this:
Code:
if notifNode is not None:
    pushName = notifNode.getAttributeValue("name");
Add a line to get this:
Code:
if notifNode is not None:
    pushName = notifNode.getAttributeValue("name");
    pushName = pushName.decode("utf8")
__________________
Filebox / FileCase for Maemo / Harmattan / Sailfish
FlowPlayer for Maemo / Harmattan / Sailfish
Whatsup for Harmattan / Sailfish
CallBlocker for Harmattan

Support my work:
Paypal / Bitcoin
 

The Following User Says Thank You to CepiPerez For This Useful Post:
Posts: 299 | Thanked: 557 times | Joined on Aug 2012
#3456
Originally Posted by TMavica View Post
@CepiPerez

i keeping crashing with that deb, database deleted nil help. The problem i think come from chinese pushname

You are right. See http://stackoverflow.com/questions/3...in-a-py-script why this happens.

edit: cepi was faster
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#3457
@CepiPerez

first time ok, then after syn contact, ascii code error in many file.
then i close and reopen, seg fault

del database again, same
i think many file need to be edit
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#3458
@TMavica:
in contacts.py
replace:
Code:
c['name'] = wc.pushname if wc.pushname is not None else ""
with:
Code:
c['name'] = wc.pushname.decode("utf8") if wc.pushname is not None else ""
__________________
Filebox / FileCase for Maemo / Harmattan / Sailfish
FlowPlayer for Maemo / Harmattan / Sailfish
Whatsup for Harmattan / Sailfish
CallBlocker for Harmattan

Support my work:
Paypal / Bitcoin
 
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#3459
Originally Posted by CepiPerez View Post
Please all of you who made translations be sure you are watching your languages.
I'll start to make a new settings panel and I'll add new strings in a few days.
Just to be sure translators read it, I'm gonna repeat myself:

Translators should watch the wazapp project on transifex. You will then get an email if something changes on the strings and you have to update your language.




Oh and when you are there join Qneptunea there too, it also needs some more translations
 

The Following 2 Users Say Thank You to Morpog For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#3460
Originally Posted by CepiPerez View Post
@TMavica:
in contacts.py
replace:
Code:
c['name'] = wc.pushname if wc.pushname is not None else ""
with:
Code:
c['name'] = wc.pushname.decode("utf8") if wc.pushname is not None else ""
which line?
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Reply

Tags
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:38.