pperle / PoGoIV_xposed

Xposed module that displays pokémon IV's
MIT License
42 stars 14 forks source link

show gym & pokestop spin details #20

Closed pperle closed 8 years ago

pperle commented 8 years ago

Thank you @MaT-PT for all your work.

I'm testing now before merging into master

MaT-PT commented 8 years ago

Thank you for providing the base for this module, this is my first time playing with Android app development. ^^ I've made a separate branch for gyms & Pokéstops because I thought it could be beyond the intended scope of this module, this was mainly an addition for my friends and myself. Also, I've tried to modify your original code as little as possible, to make possible merges easier.

There's one last big thing I'd like to do, it would be to make gym notifications more readable, because for now it can't display more than 3 Pokémon's info, usually less (12 lines max, 4+ lines per Pokémon). I kinda want to keep showing as much information as possible, so I thought it could be nice to use notification buttons (Android 5+) to view the previous/next Pokémon on the gym. Thing is, I'm still new to Android development, and I'm still trying to wrap my head around intents and all that stuff, so that probably won't come soon.