Rename retroshare06 to retroshare

This commit is contained in:
Phenom 2017-07-17 10:44:27 +02:00
parent b12fd11496
commit 5bf056c7a4
80 changed files with 212 additions and 212 deletions

View file

@ -6,7 +6,7 @@
<application android:name="org.qtproject.qt5.android.bindings.QtApplication"
android:hardwareAccelerated="true"
android:label="RetroShare"
android:icon="@drawable/retroshare06_128x128">
android:icon="@drawable/retroshare_128x128">
<activity android:name=".RetroShareQmlActivity"
android:label="RetroShare"
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"

View file

@ -1 +0,0 @@
../../../../../data/128x128/apps/retroshare06.png

View file

@ -1 +0,0 @@
../../../../../data/48x48/apps/retroshare06.png

View file

@ -0,0 +1 @@
../../../../../data/128x128/apps/retroshare.png

View file

@ -0,0 +1 @@
../../../../../data/48x48/apps/retroshare.png

View file

@ -34,7 +34,7 @@ public class RetroShareAndroidNotifyService extends QtService
public void notify(String title, String text, String uri)
{
Notification.Builder mBuilder = new Notification.Builder(this);
mBuilder.setSmallIcon(R.drawable.retroshare06_48x48)
mBuilder.setSmallIcon(R.drawable.retroshare_48x48)
.setContentTitle(title)
.setContentText(text)
.setAutoCancel(true)

View file

@ -0,0 +1 @@
../../../data/128x128/apps/retroshare.png

View file

@ -1 +0,0 @@
../../../data/128x128/apps/retroshare06.png

View file

@ -64,7 +64,7 @@ ApplicationWindow
fillMode: Image.PreserveAspectFit
height: Math.max(30, parent.height - 4)
anchors.verticalCenter: parent.verticalCenter
source: "icons/retroshare06.png"
source: "icons/retroshare.png"
}
Label
{

View file

@ -9,7 +9,7 @@
<file>RsLoginPassView.qml</file>
<file>TrustedNodesView.qml</file>
<file>ChatView.qml</file>
<file>icons/retroshare06.png</file>
<file>icons/retroshare.png</file>
<file>icons/state-offline.png</file>
<file>icons/state-ok.png</file>
<file>GxsIdentityDelegate.qml</file>

View file

@ -41,7 +41,7 @@ DISTFILES += \
android/build.gradle \
android/gradle/wrapper/gradle-wrapper.properties \
android/gradlew.bat \
icons/retroshare06.png
icons/retroshare.png
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android