lz233 / Tarnhelm

The magic to clean sharing links up.
https://tarnhelm.project.ac.cn
GNU General Public License v3.0
426 stars 17 forks source link

Plus is replaced with space even when no rules are triggered #37

Closed cloudrac3r closed 1 year ago

cloudrac3r commented 1 year ago

Steps to reproduce:

  1. Enable any Tarnhelm replacement method (e.g. Xposed rewrite clipboard)
  2. Turn off all rules (this shows that it isn't a problem from a custom rule)
  3. Copy this: https://a.com/a+a+a
  4. Paste it, now plus has been replaced with space and it says: https://a.com/a a a

This breaks links such as https://www.wolframalpha.com/input?i=how+popular+was+the+name+Bella+when+Twilight+came+out%3F because the plus is required for the URL.

Ideally, plus should stay as plus and not be replaced.

Thanks for the awesome app, and please let me know if you need any more info to fix this! <3

omg-xtao commented 1 year ago

24

lz233 commented 1 year ago

Fixed in 1.5.4 and will be published in Google Play later. Please tell me if the problem still occur.

cloudrac3r commented 1 year ago

It seems good to me now, thank you very much! :)