Version 0.5.2 - #181
Merged
Merged
Conversation
Hook Instagram's onLongPress (found via "fb_comment_long_press" string) instead of walking the view hierarchy. Comment text is now extracted directly from the comment data object via reflection. On first use, the comment item class and text field name are discovered and cached via DexKitCache. Subsequent launches access the field directly by name, with automatic re-discovery after any IG update. Fixes GIF/sticker comments showing wrong text (no view with comment existed on some devices).
The onInterceptTouchEvent hook on ClipsSwipeRefreshLayout was freezing like, comment, and swipe buttons for reels opened from DM and feed tap, since returning true intercepts all touch events from child views. The network-layer block in IGNetworkInterceptor already handles disableReels/disableReelsExceptDM by dropping the reels timeline requests. The client hook was redundant and caused more harm than good.
fix: Multiple fixes
Bundle default mc_overrides.json as an app asset and expose a new "Restore to Default Config" action in the Developer Options menu, available both in the in-app IG dialog (DialogUtils) and the companion app (FeaturesFragment)
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.5.2
Important
This is the final release of InstaEclipse. The project is moving forward as part of the Purrfect project. Follow the Telegram channel to stay up to date.
✨ New Features
🐛 Bug Fixes
💙 Thank You
A huge thank you to every contributor, translator, and community member who has been part of InstaEclipse — your support, bug reports, and pull requests made this project what it is.
Special thanks to everyone who contributed to this release and all previous ones.
Full Changelog: v0.5.1...v0.5.2