Redgram / redgram-for-reddit

An Open-Sourced Android Reddit Client
GNU General Public License v3.0
102 stars 19 forks source link

Links on comments should now be clickable. #41

Open TeeKoo opened 7 years ago

mhdatie commented 7 years ago

Thanks for the changes. I am aiming for creating a string parser for everything we need to parse and not just links. There is a StringUtil class that is responsible for creating clickables in text. Your changes affect one place and this usually should be a helper class since links are found in many places.

Please use a new ticket to describe the problem, then we can see where we can apply parsing throughout the app.

TeeKoo commented 7 years ago

There is a StringUtil class that is responsible for creating clickables in text.

Neat. So this class should be responsible for building everything under the "formatting help" link under the comment area?