From 3000df2a9fc33bc73b15c188fac533f4c6cf9ab2 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Wed, 7 Apr 2021 20:32:32 -0700 Subject: [PATCH] Update repository location --- README.md | 2 +- app/bind.sh | 12 ++++++------ app/build.gradle | 2 +- metadata/en-US/full_description.txt | 1 + metadata/en-US/short_description.txt | 1 + 5 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 metadata/en-US/full_description.txt create mode 100644 metadata/en-US/short_description.txt diff --git a/README.md b/README.md index 35a5894..a89c30a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Xenia is available on [Google Play](https://play.google.com/store/apps/details?i APKs may also be downloaded from [the developer](https://xenia.rocketnine.space/download/?sort=name&order=desc). -Xenia is pending review for addition to [F-Droid](https://f-droid.org). +Xenia is [pending review](https://gitlab.com/fdroid/fdroiddata/-/merge_requests/7770) for addition to [F-Droid](https://f-droid.org). ## Support diff --git a/app/bind.sh b/app/bind.sh index 40e0585..08eaf9f 100755 --- a/app/bind.sh +++ b/app/bind.sh @@ -13,21 +13,21 @@ echo "Downloading gomobile..." GOPATH="$PROJECTPATH/go" go get -u golang.org/x/mobile/cmd/... echo "Downloading gmitohtml $1..." -mkdir -p $GOPATH/src/gitlab.com/tslocum -if [ ! -d "$GOPATH/src/gitlab.com/tslocum/gmitohtml" ]; then - git clone https://gitlab.com/tslocum/gmitohtml $GOPATH/src/gitlab.com/tslocum/gmitohtml +mkdir -p $GOPATH/src/code.rocketnine.space/tslocum +if [ ! -d "$GOPATH/src/code.rocketnine.space/tslocum/gmitohtml" ]; then + git clone https://code.rocketnine.space/tslocum/gmitohtml $GOPATH/src/code.rocketnine.space/tslocum/gmitohtml fi -cd $GOPATH/src/gitlab.com/tslocum/gmitohtml && git fetch origin && git reset --hard `printf %q "$1"` && cd $PROJECTPATH +cd $GOPATH/src/code.rocketnine.space/tslocum/gmitohtml && git fetch origin && git reset --hard `printf %q "$1"` && cd $PROJECTPATH #echo "Downloading dependencies..." -#cd $GOPATH/src/gitlab.com/tslocum/gmitohtml +#cd $GOPATH/src/code.rocketnine.space/tslocum/gmitohtml #go mod vendor #cd $PROJECTPATH echo "Binding library..." mkdir -p libs PATH="$PROJECTPATH/go/bin:$PATH" -$GOPATH/bin/gomobile bind -javapkg space.rocketnine -o libs/gmitohtml.aar -target=android -androidapi=16 $GOPATH/src/gitlab.com/tslocum/gmitohtml/pkg/gmitohtml +$GOPATH/bin/gomobile bind -javapkg space.rocketnine -o libs/gmitohtml.aar -target=android -androidapi=16 $GOPATH/src/code.rocketnine.space/tslocum/gmitohtml/pkg/gmitohtml echo "Finished." diff --git a/app/build.gradle b/app/build.gradle index f6759b4..efe20ef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { } ext { - // https://gitlab.com/tslocum/gmitohtml + // https://code.rocketnine.space/tslocum/gmitohtml gmitohtmlVersion = "f71136c1a505794ecc79fe639d4c9b80258d7f08" } diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt new file mode 100644 index 0000000..8f1d66b --- /dev/null +++ b/metadata/en-US/full_description.txt @@ -0,0 +1 @@ +Xenia is a proxy which allows browsing Gemini sites using a normal web browser. Gemini is a text protocol similar to Finger and Gopher. diff --git a/metadata/en-US/short_description.txt b/metadata/en-US/short_description.txt new file mode 100644 index 0000000..0f0bec6 --- /dev/null +++ b/metadata/en-US/short_description.txt @@ -0,0 +1 @@ +Browse Gemini sites using a normal web browser