From acba7fc5dee375bfc9ccc3b2dc9626c5c4d4892c Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Sun, 24 Jun 2018 21:22:36 +0200 Subject: [PATCH] New adaptive icon --- CHANGELOG | 1 + app/build.gradle | 4 - .../drawable-v24/ic_launcher_foreground.xml | 50 + .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 + .../drawable-v24/ic_launcher_foreground.xml | 50 + .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 + app/src/main/res/color-v24/long_shadow.xml | 9 + .../drawable-v24/ic_launcher_foreground.xml | 50 + .../pro/res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 + art/ic_launcher_adaptive.svg | 1766 +++++++++++++++++ .../metadata/android/en-US/changelogs/12.txt | 3 +- .../metadata/android/fr-FR/changelogs/12.txt | 3 +- 15 files changed, 1960 insertions(+), 6 deletions(-) create mode 100644 app/src/free/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 app/src/free/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 app/src/free/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 app/src/libre/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 app/src/libre/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 app/src/libre/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 app/src/main/res/color-v24/long_shadow.xml create mode 100644 app/src/pro/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 app/src/pro/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 app/src/pro/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 art/ic_launcher_adaptive.svg diff --git a/CHANGELOG b/CHANGELOG index d0c6d6cd9..c9e77388e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ KeepassDX (2.5.0.0beta12) * Added move and copy for groups and entries * New navigation in a single screen * New icons for the material pack / vectorization + * New adaptive icon KeepassDX (2.5.0.0beta11) * Fix crash in beta10 version diff --git a/app/build.gradle b/app/build.gradle index 8fcf67c8c..2d6d4fce2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,10 +15,6 @@ android { testApplicationId = "com.kunzisoft.keepass.tests" testInstrumentationRunner = "android.test.InstrumentationTestRunner" - ndk { - abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' - } - buildConfigField "String[]", "ICON_PACKS", "{\"classic\",\"material\"}" } diff --git a/app/src/free/res/drawable-v24/ic_launcher_foreground.xml b/app/src/free/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 000000000..bae1e6bd9 --- /dev/null +++ b/app/src/free/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/free/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/free/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..b2e3062c2 --- /dev/null +++ b/app/src/free/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/free/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/free/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..b2e3062c2 --- /dev/null +++ b/app/src/free/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/libre/res/drawable-v24/ic_launcher_foreground.xml b/app/src/libre/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 000000000..a29f9585e --- /dev/null +++ b/app/src/libre/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + diff --git a/app/src/libre/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/libre/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..b2e3062c2 --- /dev/null +++ b/app/src/libre/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/libre/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/libre/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..b2e3062c2 --- /dev/null +++ b/app/src/libre/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/color-v24/long_shadow.xml b/app/src/main/res/color-v24/long_shadow.xml new file mode 100644 index 000000000..d633c592f --- /dev/null +++ b/app/src/main/res/color-v24/long_shadow.xml @@ -0,0 +1,9 @@ + + \ No newline at end of file diff --git a/app/src/pro/res/drawable-v24/ic_launcher_foreground.xml b/app/src/pro/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 000000000..5e10b0c59 --- /dev/null +++ b/app/src/pro/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/pro/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/pro/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..b2e3062c2 --- /dev/null +++ b/app/src/pro/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/pro/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/pro/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..b2e3062c2 --- /dev/null +++ b/app/src/pro/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/art/ic_launcher_adaptive.svg b/art/ic_launcher_adaptive.svg new file mode 100644 index 000000000..446e84c66 --- /dev/null +++ b/art/ic_launcher_adaptive.svg @@ -0,0 +1,1766 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt index 9fbeb269c..a9687a046 100644 --- a/fastlane/metadata/android/en-US/changelogs/12.txt +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -1,3 +1,4 @@ * Added move and copy for groups and entries * New navigation in a single screen - * New icons for the material pack \ No newline at end of file + * New icons for the material pack + * New adaptive launcher icon \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/12.txt b/fastlane/metadata/android/fr-FR/changelogs/12.txt index cd70db15f..899df801c 100644 --- a/fastlane/metadata/android/fr-FR/changelogs/12.txt +++ b/fastlane/metadata/android/fr-FR/changelogs/12.txt @@ -1,3 +1,4 @@ * Déplacer et copier ajoutés pour les groupes et les entrées * Nouvelle navigation dans un seul écran - * Nouveaux icones pour le pack material \ No newline at end of file + * Nouveaux icones pour le pack material + * Nouvel icone de lancement adaptatif \ No newline at end of file