Add Houseparty support for Android - #1296
Merged
Merged
Conversation
Five artifacts from com.herzick.houseparty's Realm store, which the vendored parser reads now that it handles the pre-Cluster layout: - Direct Messages: sent time, direction derived from the account id the store records, sender and recipient resolved to user names, message text - Video Rooms: creation time, lock state, colour, and the media server host joined through the session's own endpoint link - Account: user name, email, telephone, birthday and the privacy settings - Contacts: other accounts with presence, relationship and time-together values - Interactions The app was withdrawn in October 2021, so a store found now is a residue of earlier use. Undocumented integers are reported as stored. Room participants are not recoverable: the invited-user and session-user lists were empty, and the parser reads list columns elsewhere in the same file, so that is an absence in the data. No video message was recovered; the facemail link was null on every message. The path pattern names default.realm exactly rather than globbing, because Realm keeps a default.realm.management directory beside the store. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Adds Houseparty support for Android. Five artifacts from
com.herzick.houseparty's Realm store, readable now that the vendored parser handles the pre-Cluster layout:The app was withdrawn in October 2021, so a store found now is a residue of earlier use. Undocumented integers are reported as stored. Room participants are not recoverable: the invited-user and session-user lists were empty and the parser reads list columns elsewhere in the same file, so that is an absence in the data. No video message was recovered; the facemail link was null on every message.
The path pattern names
default.realmexactly rather than globbing, because Realm keeps adefault.realm.managementdirectory beside the store.🤖 Generated with Claude Code