Add SimpleX Chat links, Monero address highlight, and fix dual-install conflict#13
Open
SlowBearDigger wants to merge 3 commits intoretrnull:mainfrom
Open
Conversation
added 3 commits
January 4, 2026 15:08
Implements two community-requested features: 1. SimpleX Chat Integration (Issue retrnull#8) - Added 'simplex' field to user metadata (NIP-24 kind 0) - Smart URI handling for simplex:/ and https://simplex.chat/ formats - Profile display with clickable link - User input in profile settings 2. Monero Address Highlight (Issue retrnull#9) - Tip button highlights with MoneroOrange when Monero address detected - Uses existing cryptocurrency_addresses field - Seamless integration with existing tipping UI Technical changes: - Backend: Updated UserMetadata, MetadataEvent, Account models - Frontend: Added DisplaySimpleXAddress composable, updated ReactionsRow - Tests: Added GarnetFeaturesTest.kt with serialization tests Closes retrnull#8 Closes retrnull#9 Part of Garnet Maintenance bounty: https://bounties.monero.social/posts/147 Monero wallet: 42w9YaCW8UwZ2BmQztNmUd6JgYVcjW7LXEMTcQqHdmtFCsSo5RGY2eQg2iZ3WyBSSs63gnhczLkJ46yfr4ojCXWT3H1ZBbR
This reverts commit 42444d1.
This was referenced Jan 7, 2026
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.
This PR implements two community-requested features from the Garnet Maintenance bounty.
Features Implemented
Issue #8: SimpleX Chat Links
simplexfield to user metadata following NIP-24 kind 0 formatsimplex:/andhttps://simplex.chat/formatsIssue #9: Monero Address Highlight
cryptocurrency_addressesfield from user metadataNote on Dual-Install
The dual-install conflict (Issue #2) was already resolved by @greenart7c3 in PR #10 by changing the
applicationId. This PR focuses on the two remaining tagged bounty issues.Technical Changes
Backend:
UserMetadata,MetadataEvent, andAccountmodelscleanBlankNames()Frontend:
DisplaySimpleXAddresscomposable in ProfileScreenReactionsRowwith conditional MoneroOrange tintTesting
References
Monero address: 42w9YaCW8UwZ2BmQztNmUd6JgYVcjW7LXEMTcQqHdmtFCsSo5RGY2eQg2iZ3WyBSSs63gnhczLkJ46yfr4ojCXWT3H1ZBbR