1
0
Fork 1

changing launcher icon and mastodon instance in description

This commit is contained in:
Arne 2021-05-06 12:18:21 +02:00
parent e90ea38593
commit 245b06a5fe
17 changed files with 24 additions and 7 deletions

View file

@ -30,7 +30,7 @@ Alternatively release and beta-release APKs are available via codeberg: [Release
nightly or beta-release APKs are available via codeberg: [Releases](https://codeberg.org/Arne/monocles_chat/releases/nightly)
## Social Media
<a rel="me" href="https://monocles.social/@monocles">monocles on Mastodon</a>
<a rel="me" href="https://mas.monocles.de/@monocles">monocles on Mastodon</a>
There are also English and German speaking XMPP-MUCs focusing on support and development of the monocles chat.

View file

@ -26,7 +26,7 @@ Download ist hier möglich:
Alternativ kannst du den Messenger auch direkt hier von Codeberg unter [Releases](https://codeberg.org/Arne/monocles_chat/releases/latest) herunterladen.
<a rel="me" href="https://monocles.social/@monocles">monocles bei Mastodon</a>
<a rel="me" href="https://mas.monocles.de/@monocles">monocles bei Mastodon</a>
#### monocles chat nightly bzw. beta

View file

@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:4.2.0'
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -0,0 +1,17 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.434347"
android:scaleY="0.434347"
android:translateX="23.22"
android:translateY="23.22">
<path
android:pathData="M74.88,23.34A47.54,47.54 0,0 0,30 86.5l-4.35,8.9 -6.1,12.47a2.17,2.17 0,0 0,2.1 3.11l13.84,-1 11.37,-0.79a47.52,47.52 0,1 0,28 -85.9ZM74.88,109.52a38.66,38.66 0,1 1,38.65 -38.65A38.7,38.7 0,0 1,74.88 109.52Z"
android:fillColor="#708ad3"/>
<path
android:pathData="M99.68,59.49A9.79,9.79 0,1 0,99 64.7L99,81.36a1.47,1.47 0,0 1,-0.74 1.26,12.9 12.9,0 0,1 -6.35,1.67c-3.45,-0.08 -6.77,-2.41 -8,-3.41a15,15 0,0 0,-2.18 -1.45,9.82 9.82,0 0,0 -2.83,-1.06 4.25,4.25 0,0 0,-4 0.82,4.25 4.25,0 0,0 -4,-0.82A9.82,9.82 0,0 0,68 79.43a13.67,13.67 0,0 0,-2.17 1.45c-1.27,1 -4.59,3.33 -8,3.41a12.87,12.87 0,0 1,-6.45 -1.74,1.24 1.24,0 0,1 -0.64,-1.09L50.74,64.52a9.81,9.81 0,1 0,-0.63 -5,1.34 1.34,0 0,0 -1.24,1.33 1.31,1.31 0,0 0,0.26 0.78L49.13,81.53a2.71,2.71 0,0 0,0.38 1.39c1.06,1.73 4.94,7.42 10.71,7.74 0.53,0 1,0 1.52,0a17.41,17.41 0,0 0,8.11 -2,10.57 10.57,0 0,0 5,-5 10.57,10.57 0,0 0,5 5,17.58 17.58,0 0,0 9.63,1.92c5.82,-0.32 9.7,-6.06 10.75,-7.81a2.43,2.43 0,0 0,0.34 -1.24L100.57,61.69a1.29,1.29 0,0 0,0.34 -0.87A1.34,1.34 0,0 0,99.68 59.49ZM97,60.82a7,7 0,1 1,-7 -7A7,7 0,0 1,97 60.82ZM59.8,53.82a7,7 0,1 1,-7 7A7,7 0,0 1,59.77 53.83Z"
android:fillColor="#3d5da1"/>
</group>
</vector>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/primary_monocles"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/primary_monocles"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB