mmatyas / pegasus-frontend

A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
http://pegasus-frontend.org
Other
1.17k stars 104 forks source link

Make the URI escaping match the system implementation on Android #1112

Closed mmatyas closed 4 months ago

mmatyas commented 4 months ago

There is a difference between what Qt (QUrl::toPercentEncoding) and the Android Uri implementation (https://developer.android.com/reference/android/net/Uri) considers as reserved character.