mgvora / gitplus_for_gitlab

Git+ is your ultimate GitLab mobile app that lets you interact with your projects like as if you were using desktop.
https://www.gitplusapp.com
MIT License
79 stars 4 forks source link

Open urls from logged in gitlab instance in app #10

Open quwepiro opened 1 year ago

quwepiro commented 1 year ago

It would be nice if a link from e.g. gitlab.com like https://gitlab.com/quwepiro/man-pages-to-pdf would be opened in the app. From my knowledge, this has something to do with dynamic intent-filters and would be a nice enhancement.

Thank you for this project, it is the first pretty looking GitLab Client for Android :heart:

vinicentus commented 1 year ago

I would like to add that, if using a custom domain (like gitlab.example.com) it would have to open these links as well.

But normally we can just check which servers are being used, and register a handler for those.

But, I have a use case where in my organisation, we have multiple domains that point to the same gitlab instance. I use these domains interchageably, and would like the app to open any of them. I'm guessing this could be solved by adding an advanced settings option where you can register custom URLs for the app o handle, in addition to the one server that you specified when signing in.

Also, I can potentially work on this issue and submit a PR, if I find the time for it. As always, any hints at where to start would be helpful 🙂

thelooter commented 3 months ago

I'm starting to implement new Features over at thelooter/gitplus_for_gitlab since this Repository seems to be dead. If you still have a need for this feature, feel free to raise a issue over there