Compare commits

..

No commits in common. "85736c48929548ff29dee612dec0a73d637424eb" and "b5c6b4d528e7330f7f36f27ba51d100c6c71941b" have entirely different histories.

3 changed files with 1116 additions and 762 deletions

View File

@ -4,6 +4,7 @@ import Sailfish.Silica 1.0
Page { Page {
Flickable { Flickable {
id: flick id: flick
//width:parent.width
height: parent.height - Theme.paddingLarge * 3 height: parent.height - Theme.paddingLarge * 3
anchors.top: parent.top anchors.top: parent.top
anchors.left: parent.left anchors.left: parent.left
@ -22,6 +23,7 @@ Page {
font.bold: true font.bold: true
text: "AllRadio2 v"+ _version text: "AllRadio2 v"+ _version
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
} }
Text { Text {
@ -29,9 +31,12 @@ Page {
font.pixelSize: Theme.fontSizeMedium font.pixelSize: Theme.fontSizeMedium
color: Theme.primaryColor color: Theme.primaryColor
linkColor: Theme.highlightColor linkColor: Theme.highlightColor
//wrapMode: TextEdit.WordWrap
//verticalAlignment: Text.Center
horizontalAlignment: Text.Center horizontalAlignment: Text.Center
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
onLinkActivated: Qt.openUrlExternally(link) onLinkActivated: Qt.openUrlExternally(link)
// text: qsTr("License: <a href='file:///gpl-2.0-standalone.html'>GPLv2</a>")
text: qsTr("License: GPLv2") text: qsTr("License: GPLv2")
} }
@ -53,7 +58,7 @@ Page {
wrapMode: TextEdit.WordWrap wrapMode: TextEdit.WordWrap
verticalAlignment: Text.AlignLeft verticalAlignment: Text.AlignLeft
onLinkActivated: Qt.openUrlExternally(link) onLinkActivated: Qt.openUrlExternally(link)
text: qsTr("<p>This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in <a href='https://api.radio-browser.info/'>Radio Browser</a>.</p> text: "<p>This is version 2 of my old app AllRadio. It fixes the API changes made a couple of years ago in <a href='https://api.radio-browser.info/'>Radio Browser</a>.</p>
<p>What i have done (for now):<p> <p>What i have done (for now):<p>
<ul> <ul>
<li>Cleaned up the code.</li> <li>Cleaned up the code.</li>
@ -61,7 +66,7 @@ Page {
<li>Added a simple tv station video player.</li></ul> <li>Added a simple tv station video player.</li></ul>
<p>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.</p> <p>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.</p>
<p>For now, the source code is hosted on this <a href='http://gitea.nesnomis.nu/nesnomis/harbour-allradio2'>git server</a>.") <p>For now, the source code is hosted on this <a href='http://gitea.nesnomis.nu/nesnomis/harbour-allradio2'>git server</a>."
} }
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff