You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Prepare v5
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,4 +1,12 @@
|
||||
# Custom Fork v4
|
||||
## Custom Fork v5
|
||||
- Allow spoofing literally any system property, supporting * lead wildcard to match multiple
|
||||
- Remove all backwards compat cruft and deprecated entries
|
||||
- Add log levels with VERBOSE_LOGS last json entry of 0, 1, 2, 3 or 100
|
||||
- Spoof sys.usb.state to DroidGuard by default to hide USB Debugging
|
||||
- Update example json for properties
|
||||
- Add migration script to automatically upgrade old custom.pif.json during install/update (may also be run manually)
|
||||
|
||||
## Custom Fork v4
|
||||
- Very verbose logging (for now)
|
||||
- Allow spoofing literally any field from android.os.Build or android.os.Build.VERSION
|
||||
- Add BUILD_ID and VNDK_VERSION support to keep cross-fork API compatibility
|
||||
@@ -6,11 +14,4 @@
|
||||
- Add empty example.pif.json with reference link
|
||||
- Fix GMS crashes if a null/bad value was read from json
|
||||
|
||||
# Custom Fork v3
|
||||
- Combine system.prop (runs at post-fs-data) entries into service.sh so that they're only set if needed
|
||||
- Clean up GMS data pif.prop/pif.json files left over from previous releases to ensure they don't trigger detection
|
||||
- Use custom.pif.json for custom spoofing if it exists, self-contained in the module directory, and restore it after module updates
|
||||
- Move props that need to be changed earlier into post-fs-data.sh
|
||||
- Warn of possible conflict if MagiskHidePropsConfig (MHPC) is installed
|
||||
- Continue to use ShadowHook for now
|
||||
|
||||
###[Previous changelogs](https://github.com/osm0sis/PlayIntegrityFork/releases)
|
||||
|
||||
Reference in New Issue
Block a user