michaelskyf / OpenFaker

Free as in Freedom Android Faker
GNU General Public License v3.0
2 stars 1 forks source link

Migrate to the Modern Xposed API #3

Open michaelskyf opened 1 year ago

michaelskyf commented 1 year ago

With the release of LSPosed v1.9.1 we now have a new, modern Xposed API. Once LSPosed v2.0.0 releases, the new API will be published on Maven Central. Once it does we can migrate to it and use it to for example replace XSharedPreferences with Remote Preferences

michaelskyf commented 1 year ago

This would also be a great opportunity for a rewrite of DataTunnel, since the current implementation sucks