k0shk0sh / FastHub

FastHub the ultimate GitHub client for Android.
GNU General Public License v3.0
5.71k stars 931 forks source link

& in urls produce invalid links #2890

Open soder0 opened 4 years ago

soder0 commented 4 years ago

FastHub Version: 4.7.3
Android Version: 9 (SDK: 28)
Device Information:

When clicking an url with & in it, it gets encoded the wrong way, and produces invalid links.

Example: https://forums.dfworkshop.net/viewtopic.php?f=23&t=3498

The correct link should be: https://forums.dfworkshop.net/viewtopic.php?f=23&t=3498

(if it doesn't show up: & amp; instead of the correct &)