tytymyty / vkontakte-android

Automatically exported from code.google.com/p/vkontakte-android
0 stars 0 forks source link

Escape html strings where needed #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) names

Original issue reported on code.google.com by ildar.karimov on 16 Jan 2010 at 1:55

GoogleCodeExporter commented 8 years ago
maybe on get in UserDao? or on set?

Original comment by Serg.Pod...@gmail.com on 19 Jan 2010 at 8:32

GoogleCodeExporter commented 8 years ago
at least mesages and statuses should be escaped, too, so this escape method 
itself should not belog to UserDao only. I think it's better to make something 
like getFormatted()

Original comment by ildar.karimov on 19 Jan 2010 at 9:09

GoogleCodeExporter commented 8 years ago
should be fixed now. Use TextFormatHelper.escapeSimple() is needed

Original comment by ildar.karimov on 17 Apr 2010 at 9:41