ccomeaux / boardgamegeek4android

BoardGameGeek application for Android (unofficial)
GNU General Public License v3.0
228 stars 47 forks source link

Forum browser doesn't respect spoiler tags #110

Open nrnrnr opened 5 years ago

nrnrnr commented 5 years ago

I love using this app to browse the forums. (When confronted with the regular web site, my phone loses its saving throw.) But the app doesn't respect the [o]spoiler tags[/o]. Could this be fixed?

ccomeaux commented 5 years ago

I just looked at how I'd implement this and saw that I have the code to handle this. It looks like it's supposed to prefix the spoiler text with "Spoiler: " and change the font to white. That will usually match that background, but that should probably be improved. I see now it's just spitting out the [o] tags. I'll see what I can do!