Version 0.6.0 hotfix - #196
Merged
Merged
Conversation
Introduce a structural, multi-tier discovery flow to reliably find and hook the "is employee" gate. Adds resolveEmployeeGateStructurally() which locates MobileConfig's (long)->boolean getter, collects UserSession->boolean methods that call it, and selects a minimal, widely-reused pass-through by opcode count and caller fan-in. Adds method-level caching (DexKitCache) and a helper hookExactMethod() to bind via Xposed. Keeps legacy MobileConfig ID fallback as last resort and improves logging/messages. Makes discovery resilient to string stripping and per-build MobileConfig ID churn.
… and feed posts Multi-image reels always downloaded slide 1 regardless of which slide was showing, because their DOWNLOAD option is patched into the same shared per-option click handler feed posts use, and that handler carries no real position field for reels. Added a live view-hierarchy scan that reads the actual visible carousel slide, used as the primary source with the old field-based guess as fallback — trusted only when exactly one on-screen carousel matches the target size, so it doesn't misfire when multiple feed posts with the same photo count are on screen at once.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌘 InstaEclipse v0.6.0 - Hotfix
Important
InstaEclipse is being succeeded by the Purrfect project. Development here will stay active until Purrfect reaches a stable release — follow the Telegram channel for progress updates.
🐛 Bug Fixes