1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

better notification icons

This commit is contained in:
Lukas Winkler 2021-09-22 16:53:52 +02:00
parent 5455207d48
commit 668e0978c3
Signed by: lukas
GPG key ID: 54DE4D798D244853
11 changed files with 2 additions and 2 deletions

View file

@ -20,6 +20,6 @@ object MatomoCampUrls {
} }
fun getLocalNavigationToLocation(locationSlug: String): String { fun getLocalNavigationToLocation(locationSlug: String): String {
return "https://nav.fosdem.org/d/$locationSlug/" return "https://matomocamp.org/"
} }
} }

View file

@ -191,7 +191,7 @@ class AlarmIntentService : JobIntentService() {
val notificationColor = ContextCompat.getColor(this, R.color.light_color_primary) val notificationColor = ContextCompat.getColor(this, R.color.light_color_primary)
val notificationBuilder = NotificationCompat.Builder(this, NOTIFICATION_CHANNEL) val notificationBuilder = NotificationCompat.Builder(this, NOTIFICATION_CHANNEL)
.setSmallIcon(R.drawable.ic_stat_fosdem) .setSmallIcon(R.drawable.ic_stat_matomo)
.setColor(notificationColor) .setColor(notificationColor)
.setWhen(event.startTime?.time ?: System.currentTimeMillis()) .setWhen(event.startTime?.time ?: System.currentTimeMillis())
.setContentTitle(event.title) .setContentTitle(event.title)

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 809 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB