pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.53k stars 130 forks source link

[FR] Open link in GitTouch #234

Closed FunctionalHacker closed 3 years ago

FunctionalHacker commented 3 years ago

Android has support for adding a list of suppported links by apps. This enables the user to click a link in their web browser and it resulting the link opening in the application.

For example, you could click this link in your web browser to open this issue in GitTouch.

It comes to mind that the nature of GitTouch makes this a bit harder to implement. We would have to update the list of supported links as the user adds instances of eg. Gitea and GitLab. We would also have to handle switching accounts as needed.

Android documentation Flutter documentation

shreyas1599 commented 3 years ago

Being tracked in #60