Compare commits

...

3 Commits

Author SHA1 Message Date
Niels
56a21e3136 Language updates 2025-07-22 18:46:57 +02:00
Niels
55ed00211b Updated useragent (for Radio Browser) 2025-07-22 18:46:34 +02:00
Niels
5db515d9f9 Removed unused page. 2025-07-22 18:45:50 +02:00
15 changed files with 165 additions and 194 deletions

View File

@ -22,7 +22,6 @@ DISTFILES += qml/harbour-allradio2.qml \
LICENSE \
README.md \
qml/cover/CoverPage.qml \
qml/pages/SecondPage.qml \
rpm/harbour-allradio2.changes.in \
rpm/harbour-allradio2.changes.run.in \
rpm/harbour-allradio2.spec \

View File

@ -17,7 +17,7 @@ import QtQuick 2.0
import "../models"
Item {
property string _useragent: "AllRadio/2.0.0 (test) (SailfishOS; Linux) nesnomis@gmail.com"
property string _useragent: "AllRadio/2.0.0 (SailfishOS; Linux) nesnomis@gmail.com"
property int _tags: 0
property int _countries: 0
property int _c: 0

View File

@ -1,30 +0,0 @@
import QtQuick 2.0
import Sailfish.Silica 1.0
Page {
id: page
// The effective value will be restricted by ApplicationWindow.allowedOrientations
allowedOrientations: Orientation.All
SilicaListView {
id: listView
model: 20
anchors.fill: parent
header: PageHeader {
title: qsTr("Nested Page")
}
delegate: BackgroundItem {
id: delegate
Label {
x: Theme.horizontalPageMargin
text: qsTr("Item") + " " + index
anchors.verticalCenter: parent.verticalCenter
color: delegate.highlighted ? Theme.highlightColor : Theme.primaryColor
}
onClicked: console.log("Clicked " + index)
}
VerticalScrollDecorator {}
}
}

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation>Licencia: GPLv2</translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation>Etiqueta</translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation>Página anidada</translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation>Elemento</translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -7,6 +7,18 @@
<source>License: GPLv2</source>
<translation>Licens: GPLv2</translation>
</message>
<message>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1236,17 +1248,6 @@
<translation>Vid Namn</translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -4,10 +4,23 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="40"/>
<location filename="../qml/pages/AboutPage.qml" line="35"/>
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1549,19 +1562,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<location filename="../qml/pages/SecondPage.qml" line="15"/>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/SecondPage.qml" line="22"/>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>

View File

@ -7,6 +7,18 @@
<source>License: GPLv2</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;p&gt;This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in &lt;a href=&apos;https://api.radio-browser.info/&apos;&gt;Radio Browser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What i have done (for now):&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Cleaned up the code.&lt;/li&gt;
&lt;li&gt;Included some old requests.&lt;/li&gt;
&lt;li&gt;Added a simple tv station video player.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It is propably buggy and lacking of some functions, but i will try to update and fix it when i find the time for it.&lt;/p&gt;
&lt;p&gt;For now, the source code is hosted on this &lt;a href=&apos;http://gitea.nesnomis.nu/nesnomis/harbour-allradio2&apos;&gt;git server&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AllRadio</name>
@ -1236,17 +1248,6 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SecondPage</name>
<message>
<source>Nested Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Item</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SettingsPage</name>
<message>