PDA

View Full Version : I like the app, but one minor bug I noted


NugzMcgee
01-29-2012, 02:17 PM
When changing my name from the app running on an android handset, stock moto atrix 2 with swype keyboard. Hitting the \ Character produces double the expected input \\, this is repeatable with only one character displayed in the field on screen, but the resulting name change ends up with a double character.

Normal name= XXXXXX \TG/

After change from handset= XXXXXXX \\TG/



Otherwise I really like the app.

Ewuijts
01-29-2012, 03:07 PM
Pretty interesting bug. It probably has to do with the string sanitizer. Maybe they get the string and add another \ so the string wouldn't get broken and then transformed the entire resulting string into a new string with again a new \. Very strange.

Maybe they check multiple times for different things and at the second check they check for \'s again?

Vitaliy
02-02-2012, 11:39 AM
This should now be resolved.

Ewuijts
02-03-2012, 12:55 AM
What was the cause? :3