mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 07:12:11 -05:00
[FR] Open link in GitTouch #149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FunctionalHacker on GitHub (May 4, 2021).
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 on GitHub (Jun 20, 2021):
Being tracked in #60