-
Notifications
You must be signed in to change notification settings - Fork 166
Comments
feat: Add call recording, global search, "Delete for me" message recovery, theming improvements, and compatibility fixes#566
Open
mubashardev wants to merge 40 commits intoDev4Mod:master from
Open
Conversation
@mubashardev
mubashardev
changed the title
(削除) Feature: Call Recording, Search, Restore "Delete For Me" Messages (削除ここまで)
(追記) Feature: Call Recording, Global Search & Restore "Delete For Me" Messages (追記ここまで)
Feb 19, 2026
@mubashardev
mubashardev
changed the title
(削除) Feature: Call Recording, Global Search & Restore "Delete For Me" Messages (削除ここまで)
(追記) feat: Add call recording, global search, deleted message recovery, theming improvements, and compatibility fixes (追記ここまで)
Feb 20, 2026
...ass hooks and internal WhatsApp classes
...ch the restore screen.
...me in `BackupRestore`.
...perties as a fallback.
... Backup/Restore button placement for better UI integration.
...pecific settings.
...and optimize cache initialization and persistence.
...mization features
...ith new database storage, UI, and Xposed hooks.
...and received message bubbles and improved contact resolution.
...solution, and implement message insertion in the database.
...flection field checks and a heuristic-based fallback for contact names.
...d reformat Xposed hook definitions for readability.
... robust contact lookup, and a dedicated UI.
...e loading on resume and view creation.
...nd add fallback images for the avatar.
...th original timestamp display and improved UI.
...ne custom theme and wallpaper handling.
...minor updates to documentation.
@mubashardev
mubashardev
force-pushed
the
pr/release-v1
branch
from
February 20, 2026 17:04
6d08250 to
cf09efd
Compare
@mubashardev
mubashardev
changed the title
(削除) feat: Add call recording, global search, deleted message recovery, theming improvements, and compatibility fixes (削除ここまで)
(追記) feat: Add call recording, global search, "Delete for me" message recovery, theming improvements, and compatibility fixes (追記ここまで)
Feb 20, 2026
Owner
Dev4Mod
commented
Feb 20, 2026
Fix loadDialogViewClass is broken in this pull request
@mubashardev
mubashardev
force-pushed
the
pr/release-v1
branch
from
February 21, 2026 01:39
0c3bc30 to
4c432ca
Compare
Author
mubashardev
commented
Feb 21, 2026
Fix loadDialogViewClass is broken in this pull request
I've pushed an update for loadDialogViewClass. The previous implementation was actually functioning properly on my end, but I have refactored the code to align exactly with your requested approach. Let me know if this looks good to merge!
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.
Uh oh!
There was an error while loading. Please reload this page.
Summary
This pull request introduces several new features and improvements developed on top of the current
masterbranch, along with full compatibility with the upstream theming changes.New Features
Call Recording
Global Feature Search
"Delete For Me" Message Recovery
Upstream Compatibility
This branch is fully rebased and compatible with the latest upstream changes, including:
ConversationRowandViewHolderdiscovery using string-matching and ID-based fallbacks.HorizontalListViewnow properly manages parent touch interception during horizontal scroll gestures.2.26.6.xx.Additional Changes