8000 Releases · noobexon1/XposedFakeLocation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: noobexon1/XposedFakeLocation

V0.0.5 - BETA

13 Apr 18:58
Compare
Choose a tag to compare

Full Changelog: v0.0.4...v0.0.5

  1. Overall code refactor to improve scalability and conform to Jetpack Compose best practices.
  2. Greatly improved settings screen UI.
  3. Greatly improved drawer screen UI.
  4. Spoof radius is now bounded to 2 kilometers (was 50 meters).
  5. Shared preferences have been supplemented with JetpackCompse DataStore.
  6. Update README.md to reflect new changes.

Please let me know if you encounter any bugs.
Enjoy! :D

V0.0.4 - BETA

16 Nov 10:34
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4

Whats New:

  1. XposedFakeLocation now persists state for the last clicked location and the play button status even after reboot or force-close.
  2. Upon opening XposedFakeLocation, the app now automatically centers around the last clicked location (If possible)
  3. 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.
  4. We now have a Discord server! Join by clicking on the Discord link in the XposedFakeLocation app!

V0.0.3 - BETA

26 Oct 12:42
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

Whats New:

  1. Changed GUI in the settings screen to get the user values using sliders instead of form fields.
  2. Added new Location instance fields that can be spoofed.
  3. Modified hook logic to always call the original function (should help prevent issues)

V0.0.2 - BETA

24 Oct 09:33
Compare
Choose a tag to compare

Refactored some of the hooking logic. Should be a bit more stable now.

V0.0.1 - BETA

23 Oct 16:54
Compare
Choose a tag to compare
update Readme.md
0