Releases: noobexon1/XposedFakeLocation
Releases · noobexon1/XposedFakeLocation
V0.0.5 - BETA
Full Changelog: v0.0.4...v0.0.5
- Overall code refactor to improve scalability and conform to Jetpack Compose best practices.
- Greatly improved settings screen UI.
- Greatly improved drawer screen UI.
- Spoof radius is now bounded to 2 kilometers (was 50 meters).
- Shared preferences have been supplemented with JetpackCompse DataStore.
- Update README.md to reflect new changes.
Please let me know if you encounter any bugs.
Enjoy! :D
V0.0.4 - BETA
Full Changelog: v0.0.3...v0.0.4
Whats New:
- XposedFakeLocation now persists state for the last clicked location and the play button status even after reboot or force-close.
- Upon opening XposedFakeLocation, the app now automatically centers around the last clicked location (If possible)
- Spoofing no longer requires the XposedFakeLocation app to be running. Your Xposed manager app (For most people "LSPosed") dictates if spoofing should take place or not. For example, if you set a fake location, hit play, and completely exit the XposedFakeLocation app the Xposed module can still operate by reading the required values from disk.
- We now have a Discord server! Join by clicking on the Discord link in the XposedFakeLocation app!
V0.0.3 - BETA
Full Changelog: v0.0.2...v0.0.3
Whats New:
- Changed GUI in the settings screen to get the user values using sliders instead of form fields.
- Added new Location instance fields that can be spoofed.
- Modified hook logic to always call the original function (should help prevent issues)
V0.0.2 - BETA
Refactored some of the hooking logic. Should be a bit more stable now.
V0.0.1 - BETA
update Readme.md