diff --git a/app/build.gradle b/app/build.gradle index 3650acd06..db9fa8ebb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,6 +34,9 @@ android { versionCode 20136 // format is Mmmss (where M is 1+the numeric major number versionName "1.1.36" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + + // per https://developer.android.com/studio/write/vector-asset-studio + vectorDrawables.useSupportLibrary = true } buildTypes { release { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8bee48f88..bcdf0ae0b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -75,9 +75,9 @@ tools:replace="android:icon" android:name="com.geeksville.mesh.MeshUtilApplication" android:allowBackup="true" - android:icon="@mipmap/ic_launcher_new" + android:icon="@mipmap/ic_launcher2" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_new_round" + android:roundIcon="@mipmap/ic_launcher2_round" android:supportsRtl="true" android:hardwareAccelerated="true" android:theme="@style/AppTheme"> @@ -99,13 +99,13 @@ android:name="com.geeksville.mesh.service.SoftwareUpdateService" android:enabled="true" android:exported="false" - android:permission="android.permission.BIND_JOB_SERVICE"> + android:permission="android.permission.BIND_JOB_SERVICE" /> + android:exported="true" tools:ignore="ExportedActivity"> diff --git a/app/src/main/ic_launcher2-playstore.png b/app/src/main/ic_launcher2-playstore.png new file mode 100644 index 000000000..5e8f9939e Binary files /dev/null and b/app/src/main/ic_launcher2-playstore.png differ diff --git a/app/src/main/res/drawable/ic_launcher2_background.xml b/app/src/main/res/drawable/ic_launcher2_background.xml new file mode 100644 index 000000000..8bd903402 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher2_background.xml @@ -0,0 +1,13 @@ + + + + + diff --git a/app/src/main/res/drawable/ic_launcher2_foreground.xml b/app/src/main/res/drawable/ic_launcher2_foreground.xml new file mode 100644 index 000000000..c115779cb --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher2_foreground.xml @@ -0,0 +1,21 @@ + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_new_background.xml b/app/src/main/res/drawable/ic_launcher_new_background.xml deleted file mode 100644 index ca3826a46..000000000 --- a/app/src/main/res/drawable/ic_launcher_new_background.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/drawable/ic_launcher_new_foreground.xml b/app/src/main/res/drawable/ic_launcher_new_foreground.xml deleted file mode 100644 index 5d4c3136d..000000000 --- a/app/src/main/res/drawable/ic_launcher_new_foreground.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher2.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher2.xml new file mode 100644 index 000000000..b3cebe224 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher2.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher2_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher2_round.xml new file mode 100644 index 000000000..b3cebe224 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher2_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_new.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_new.xml deleted file mode 100644 index 4d3ddb1c9..000000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_new.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_new_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_new_round.xml deleted file mode 100644 index 4d3ddb1c9..000000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_new_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher2.png b/app/src/main/res/mipmap-hdpi/ic_launcher2.png new file mode 100644 index 000000000..b64d9280b Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher2.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher2_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher2_round.png new file mode 100644 index 000000000..56c520a9c Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher2_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_new.png b/app/src/main/res/mipmap-hdpi/ic_launcher_new.png deleted file mode 100644 index 7775fe6af..000000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_new.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_new_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_new_round.png deleted file mode 100644 index dcb457c57..000000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_new_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher2.png b/app/src/main/res/mipmap-mdpi/ic_launcher2.png new file mode 100644 index 000000000..2b79c00fa Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher2.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher2_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher2_round.png new file mode 100644 index 000000000..85fb0a2e2 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher2_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_new.png b/app/src/main/res/mipmap-mdpi/ic_launcher_new.png deleted file mode 100644 index 24ba1e0e2..000000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_new.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_new_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_new_round.png deleted file mode 100644 index 4ee7a542f..000000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_new_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher2.png b/app/src/main/res/mipmap-xhdpi/ic_launcher2.png new file mode 100644 index 000000000..2de915abc Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher2.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher2_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher2_round.png new file mode 100644 index 000000000..341130c04 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher2_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_new.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_new.png deleted file mode 100644 index 1e8fc236b..000000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_new.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_new_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_new_round.png deleted file mode 100644 index 2e8c86568..000000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_new_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher2.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher2.png new file mode 100644 index 000000000..a4dca3aa8 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher2.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher2_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher2_round.png new file mode 100644 index 000000000..1a1f6ba53 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher2_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_new.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_new.png deleted file mode 100644 index e7d3091d3..000000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_new.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_new_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_new_round.png deleted file mode 100644 index 0cb845ddb..000000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_new_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher2.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2.png new file mode 100644 index 000000000..6b068589d Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher2_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2_round.png new file mode 100644 index 000000000..2daa1eeed Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_new.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_new.png deleted file mode 100644 index ab174c1cd..000000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_new.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_new_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_new_round.png deleted file mode 100644 index 77abfd253..000000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_new_round.png and /dev/null differ diff --git a/app/src/main/ic_launcher_new-playstore.png b/deprecated/ic_launcher_new-playstore.png similarity index 100% rename from app/src/main/ic_launcher_new-playstore.png rename to deprecated/ic_launcher_new-playstore.png