-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open links by default for issues and mr #3
Comments
I think we are talking about something like deep links here. For that, I will need to collect some data on the popular instances. 1- https://gitlab.com Please add other popular servers in the comments section. |
yes, but in the Android UI it's not called "deep links" :)
about that, can these be added by the app, eg. I log with https://dev.gajim.org, can the app add this to the "open by default"? Because this "feature" sounds more targeted to siloed sites that have one client, one domain. Eg. If self-host my Gitlab do I need to fork your app? That's dum- 🤷 |
Dayum... :) Last time I checked this for GitNex, unfortunately, Android does not add anything to the Manifest file at runtime. To make this work, it has to be added before compiling. If anyone knows another way to do this, I’m completely open to it. Regarding adding instances, I’m fine with adding personal ones as well. |
I like the way LabCoat does it (though incomplete):
The latter app has alternatives for now: |
@ildar Thanks for your input. I am personally not in favor of using another app for deep links. LabNex can handle that when implemented properly. The LabCoat deeplinks app work the same way by adding domains to the Manifest file and opening them via the LabCoat URI to launch the LabCoat app. That is the reason I asked to share as many popular links as possible here. GitNex right now does this too. I would be interested to know what they are doing differently without the Manifest file. |
fine!
then take a look at https://gitlab.com/nomadlabs/deeplinks/issues/
+ https://gitlab.alpinelinux.org/
|
...so Labnex will open when I click a gitlab.com or any other server I logged in link
The text was updated successfully, but these errors were encountered: