Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx Messenger Android
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
android
xx Messenger Android
Merge requests
!72
FE-948: Invite Friend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
FE-948: Invite Friend
FE-948_invite_deep_link
into
development
Overview
0
Commits
81
Pipelines
0
Changes
1
Merged
FE-948: Invite Friend
Kamal Bramwell
requested to merge
FE-948_invite_deep_link
into
development
Aug 2, 2022
Overview
0
Commits
81
Pipelines
0
Changes
1
Added "Share profile" to nav menu, implemented handling of friend invitation links.
Edited
Aug 9, 2022
by
Kamal Bramwell
0
0
Merge request reports
Viewing commit
54384cef
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
54384cef
Updated deep link from xx.network -> elixxir.io
· 54384cef
Kamal Bramwell
authored
Aug 3, 2022
app/src/main/AndroidManifest.xml
+
2
−
2
View file @ 54384cef
Edit in single-file editor
Open in Web IDE
Show full file
@@ -64,8 +64,8 @@
<action
android:name=
"android.intent.action.VIEW"
/>
<data
android:scheme=
"https"
android:host=
"
xx.network
"
android:pathPrefix=
"/
messenger/invitation
"
android:host=
"
elixxir.io
"
android:pathPrefix=
"/
connect
"
/>
</intent-filter>
</activity>
Loading