Azelphur / PokemonGo-CalcyIV-Renamer

Uses adb to send fake tap events to your phone, alongside Calcy IV to automatically rename all your pokemon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'rename' action cannot contain whitespaces

esauvisky opened this issue · comments

commented

I think 'input text' is probably interpreting more than one word as different parameters.
Also, input text does not allow most special characters, which to be honest are quite handy for sorting pokémons.

I think the best solution for both problems is to use clipper on the opposite way, using the set intent:

adb shell am broadcast -a clipper.set -e text {rename_string}

I agree, using clipboard will also be faster too - I'll get that done soon.

commented

I've already done it, PR in a moment

commented

Jeez, that took me ages...

Apparently I really have no idea how to work with remote upstream repos. At the very least I managed to get this one out 😄 Still figuring out how to keep a different local/origin state (I'm not quitting my unicode normalization! 😁 ) and have git not to include those changes in every PR...

Cool, I've accepted the pull request, so I'm gonna go ahead and close this one.