jaysh / xposed-whatsapp

Add functional improvements to the mainstream WhatsApp Android application.
MIT License
40 stars 13 forks source link

Fix "Highlight Groups" for version 2.11.465 #30

Closed gmay closed 9 years ago

gmay commented 9 years ago

There was a slight change in WA 2.11.465, as group tags now end with "@g.us_156_6.0", so now we just hope the "@g.us" is contained in the tag. This pull request also tries to query the conversationRows map a little less (as it is somewhat performance critical).

jaysh commented 9 years ago

Looks great, thank you! Just one comment about indentation and it'll be merge-able. Nice improvement on the conversationsRows map, appreciate it.

gmay commented 9 years ago

Changed the spacing to 4 spaces, I hope it's OK now.

jaysh commented 9 years ago

Awesome, thanks for this! I'll release it as soon as I can (likely tomorrow).