From e14e0e8c5074502836ea5022c03a510e5b0f0080 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Mon, 30 Nov 2020 16:01:38 +0100 Subject: [PATCH] trying to implement code signing support --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 2 ++ appinfo/info.xml | 16 ++++++++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d49d4dc..b89ce66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ signing: - wget -q -O- https://packages.sury.org/php/apt.gpg | apt-key add - - echo "deb https://packages.sury.org/php/ stretch main" | tee /etc/apt/sources.list.d/php.list - apt-get update - - DEBIAN_FRONTEND="noninteractive" apt install -y php7.2 + - DEBIAN_FRONTEND="noninteractive" apt install -y php7.2 php7.2-gd php7.2-json php7.2-mysql php7.2-curl php7.2-intl php7.2-mcrypt php7.2-imagick php7.2-zip php7.2-xmlwriter php7.2-xmlreader php7.2-xml php7.2-mbstring php7.2-simplexml - wget https://download.nextcloud.com/server/releases/nextcloud-20.0.2.tar.bz2 - tar xvf nextcloud-20.0.2.tar.bz2 - echo "-----BEGIN PRIVATE KEY-----" > sign.key diff --git a/CHANGELOG.md b/CHANGELOG.md index af5712a..4361809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ [#118](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/118) @onny - Update screenshot.png [#213](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/213) @onny +- More verbose app description for app store + [#220](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/220) @onny ## 1.0.0 - 2020-11 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 2e5d0ce..064b0b9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -3,8 +3,20 @@ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> radio Radio - Radio listening app - Listening to your favorite radio stations in Nextcloud + Listen to your favorite radio stations + Listening to your favorite radio stations in Nextcloud! This +app uses radio-browser.info database as a backend. + + +- 🔊 Listen to radio stations directly in Nextcloud +- 🔍 Browse thousands of stations worldwide +- ⭐ Create your own list of favorite stations +- ⭕ Dashboard widget support +- ⚡ Keep track of recent played stations +- 📁 Browse stations by language, country, etc. +- 👂 Smoth audio playback and transitions + + 1.0.1 AGPL Jonas Heinrich