rhunk / SnapEnhance

An Xposed module offering an enhanced Snapchat experience
https://t.me/snapenhance
GNU General Public License v3.0
1.3k stars 119 forks source link

obfuscation #1293

Closed kamharry closed 1 month ago

kamharry commented 1 month ago

Description

Basically all obsfuscation things are made for newer versions of Snapchat. A check should be implemented before applying(if the user is using an older version of Snapchat) , add an if snapchat version is >= max version then do old else do new addview. Like the check implemented for mod detection version

Agreement

rhunk commented 1 month ago

This is already implemented in features section. https://github.com/rhunk/SnapEnhance/commit/4dc78bcbe438b18131ed54c73868f95f42651e1a

kamharry commented 1 month ago

Oh thats great