Azelphur / PokemonGo-CalcyIV-Renamer

Uses adb to send fake tap events to your phone, alongside Calcy IV to automatically rename all your pokemon.
GNU General Public License v3.0
77 stars 32 forks source link

Allows actions 'rename' and 'rename-prefix' to use whitespaces #31

Closed esauvisky closed 5 years ago

esauvisky commented 5 years ago

The whitespace problem persisted even after switching to clipper.set, it's just a matter of adding qutoes ;)

This works with or without the rename-prefix PR, it's a fix on pokemonlib

Azelphur commented 5 years ago

Looks good, I'll accept it for now, maybe we want to look into using shlex or something to escape the name properly.