diff --git a/src/viewpages/whatsnew_0_8/WhatsNewWidget_0_8.ui b/src/viewpages/whatsnew_0_8/WhatsNewWidget_0_8.ui
index f9184f939..e02499461 100644
--- a/src/viewpages/whatsnew_0_8/WhatsNewWidget_0_8.ui
+++ b/src/viewpages/whatsnew_0_8/WhatsNewWidget_0_8.ui
@@ -646,6 +646,12 @@ color: grey;
+
+ :/whatsnew_0_8/data/images/android.png
+
+
+ true
+
@@ -688,7 +694,7 @@ background-color:#292f34;
- 6
+ 0
@@ -1276,7 +1282,7 @@ border-color: #ccc;
- Tomahawk for Android is now in beta! The majority of the same resolvers are supported in the Android app - plus a couple of additional ones in Rdio & Deezer. Create a Hatchet account to sync all of your playlists from your desktop to your mobile. Find current and future music influencers with Hatchet accounts (from across a range of music service providers) and follow them to discover and hear what they love. Even when you are listening to other music apps, Tomahawk can capture all of that playback data and add it to your Hatchet profile.
+ <html><head/><body><p>Tomahawk for Android is now in beta! The majority of the same resolvers are supported in the Android app - plus a couple of additional ones in Rdio & Deezer. Create a <a href="https://hatchet.is/"><span style=" text-decoration: underline; color:#fff;">Hatchet</span></a> account to sync all of your playlists from your desktop to your mobile. Find current and future music influencers with Hatchet accounts (from across a range of music service providers) and follow them to discover and hear what they love. Even when you are listening to other music apps, Tomahawk can capture all of that playback data and add it to your Hatchet profile.</p></body></html>
false
@@ -1286,7 +1292,7 @@ border-color: #ccc;
- -
+
-
@@ -1295,10 +1301,26 @@ border-color: #ccc;
- Display an Image here
+
+
+
+ :/whatsnew_0_8/data/images/tomahawk-android.png
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 10
+
+
+
+
diff --git a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp
index b90cd4a07..981eb3586 100644
--- a/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp
+++ b/src/viewpages/whatsnew_0_8/WhatsNew_0_8.cpp
@@ -147,9 +147,6 @@ WhatsNewWidget_0_8::WhatsNewWidget_0_8( QWidget* parent )
}
{
- QPixmap androidPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/new-additions.svg", QSize( 64, 64 ) );
- ui->androidBoxImage->setPixmap( androidPixmap );
-
connect( ui->androidBoxHeader, SIGNAL( clicked() ), SLOT( androidBoxClicked() ) );
connect( ui->androidBoxImage, SIGNAL( clicked() ), SLOT( androidBoxClicked() ) );
}
diff --git a/src/viewpages/whatsnew_0_8/data/images/android.png b/src/viewpages/whatsnew_0_8/data/images/android.png
new file mode 100644
index 000000000..dbabc70b6
Binary files /dev/null and b/src/viewpages/whatsnew_0_8/data/images/android.png differ
diff --git a/src/viewpages/whatsnew_0_8/data/images/tomahawk-android.png b/src/viewpages/whatsnew_0_8/data/images/tomahawk-android.png
new file mode 100644
index 000000000..9a0fa5284
Binary files /dev/null and b/src/viewpages/whatsnew_0_8/data/images/tomahawk-android.png differ
diff --git a/src/viewpages/whatsnew_0_8/resources.qrc b/src/viewpages/whatsnew_0_8/resources.qrc
index a6475eb32..9a342e5ea 100644
--- a/src/viewpages/whatsnew_0_8/resources.qrc
+++ b/src/viewpages/whatsnew_0_8/resources.qrc
@@ -9,5 +9,7 @@
data/images/gmusic-banner.png
data/images/design.png
data/images/design-screenshot.png
+ data/images/android.png
+ data/images/tomahawk-android.png