pd4d10 / git-touch

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

Git Touch can't open github or other clickable links from apps, please fix that. Also add codeberg.org support #164

Closed User1l0 closed 3 years ago

shreyas1599 commented 3 years ago

@User1l0 codeberg is built on top of gitea. You can use codeberg on the app by logging in with Gitea. Just make sure you change the domain name to https://codeberg.org

image

shreyas1599 commented 3 years ago

@pd4d10 should I add a separate item called Codeberg below this and re-use loginToGitea and perhaps modify readme to indicate support for Codeberg?

pd4d10 commented 3 years ago

Is this Codeberg's API exactly the same as Gitea?

If so, in my opinion, it's not necessary to add a new one. Perhaps add a note under the Gitea login inputs?

shreyas1599 commented 3 years ago

Yeah codeberg api redirects to the gitea api page. Codeberg is just gitea hosted on servers in EU.

Alright, then I'll add a note

pd4d10 commented 3 years ago

The deep links issue is probably related to https://github.com/git-touch/git-touch/issues/60