diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 21d2672..fdef99e 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,6 +1,6 @@ - + - - - - - - - + + + diff --git a/android/res/mipmap-anydpi-v26/ic_launcher.xml b/android/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..8ae0e29 --- /dev/null +++ b/android/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/android/res/mipmap/ic_launcher_background.png b/android/res/mipmap/ic_launcher_background.png new file mode 100644 index 0000000..3d14b7d Binary files /dev/null and b/android/res/mipmap/ic_launcher_background.png differ diff --git a/android/res/mipmap/ic_launcher_foreground.png b/android/res/mipmap/ic_launcher_foreground.png new file mode 100644 index 0000000..a616276 Binary files /dev/null and b/android/res/mipmap/ic_launcher_foreground.png differ diff --git a/qml/main.qml b/qml/main.qml index 8cca223..3f5765b 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -16,7 +16,7 @@ Kirigami.ApplicationWindow { && !nativeInterface.passwordSet title: app.applicationName - titleIcon: "qrc://icons/hicolor/scalable/apps/passwordmanager-black.svg" + titleIcon: "qrc://icons/hicolor/scalable/apps/passwordmanager.svg" visible: true resetMenuOnTriggered: false topContent: ColumnLayout { @@ -217,8 +217,13 @@ Kirigami.ApplicationWindow { ColumnLayout { anchors.fill: parent Image { + readonly property double size: Kirigami.Units.gridUnit * 13 Layout.alignment: Qt.AlignHCenter - source: "qrc:/icons/hicolor/128x128/apps/passwordmanager.png" + Layout.preferredWidth: size + Layout.preferredHeight: size + source: "qrc:/icons/hicolor/scalable/apps/passwordmanager.svg" + sourceSize.width: size + sourceSize.height: size } Controls.Label { Layout.fillWidth: true diff --git a/resources/android-svg/ic_launcher_background.svg b/resources/android-svg/ic_launcher_background.svg new file mode 100644 index 0000000..850827a --- /dev/null +++ b/resources/android-svg/ic_launcher_background.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/resources/android-svg/ic_launcher_foreground.svg b/resources/android-svg/ic_launcher_foreground.svg new file mode 100644 index 0000000..7cf3b5e --- /dev/null +++ b/resources/android-svg/ic_launcher_foreground.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/resources/icons.qrc b/resources/icons.qrc index 34776e0..b79ac22 100644 --- a/resources/icons.qrc +++ b/resources/icons.qrc @@ -2,6 +2,5 @@ icons/hicolor/128x128/apps/passwordmanager.png icons/hicolor/scalable/apps/passwordmanager.svg - icons/hicolor/scalable/apps/passwordmanager-black.svg diff --git a/resources/icons/hicolor/128x128/apps/passwordmanager.png b/resources/icons/hicolor/128x128/apps/passwordmanager.png index 2d2a634..a536dca 100644 Binary files a/resources/icons/hicolor/128x128/apps/passwordmanager.png and b/resources/icons/hicolor/128x128/apps/passwordmanager.png differ diff --git a/resources/icons/hicolor/scalable/apps/passwordmanager-black.svg b/resources/icons/hicolor/scalable/apps/passwordmanager-black.svg deleted file mode 100644 index 17c9201..0000000 --- a/resources/icons/hicolor/scalable/apps/passwordmanager-black.svg +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/resources/icons/hicolor/scalable/apps/passwordmanager-circle.svg b/resources/icons/hicolor/scalable/apps/passwordmanager-circle.svg deleted file mode 100644 index 16cb9be..0000000 --- a/resources/icons/hicolor/scalable/apps/passwordmanager-circle.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/icons/hicolor/scalable/apps/passwordmanager.svg b/resources/icons/hicolor/scalable/apps/passwordmanager.svg index 563ac50..574cb5b 100644 --- a/resources/icons/hicolor/scalable/apps/passwordmanager.svg +++ b/resources/icons/hicolor/scalable/apps/passwordmanager.svg @@ -1 +1,74 @@ - \ No newline at end of file + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/resources/quick-gui/backarrow.png b/resources/quick-gui/backarrow.png deleted file mode 100644 index 9070d0f..0000000 Binary files a/resources/quick-gui/backarrow.png and /dev/null differ diff --git a/resources/quick-gui/clear.png b/resources/quick-gui/clear.png deleted file mode 100644 index 883dffd..0000000 Binary files a/resources/quick-gui/clear.png and /dev/null differ diff --git a/resources/quick-gui/close.png b/resources/quick-gui/close.png deleted file mode 100644 index 2f90820..0000000 Binary files a/resources/quick-gui/close.png and /dev/null differ diff --git a/resources/quick-gui/magnifier.png b/resources/quick-gui/magnifier.png deleted file mode 100644 index 42033b5..0000000 Binary files a/resources/quick-gui/magnifier.png and /dev/null differ diff --git a/resources/quick-gui/matrix.jpg b/resources/quick-gui/matrix.jpg deleted file mode 100644 index 93183c6..0000000 Binary files a/resources/quick-gui/matrix.jpg and /dev/null differ