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 2799700d39
commit fdbe708b65
Signed by: lukas
GPG key ID: 54DE4D798D244853
11 changed files with 2 additions and 2 deletions

View file

@ -253,7 +253,7 @@ class AppAlarmManager @Inject constructor(
val notificationColor = ContextCompat.getColor(context, R.color.light_color_primary)
val notificationBuilder = NotificationCompat.Builder(context, NOTIFICATION_CHANNEL)
.setSmallIcon(R.drawable.ic_stat_fosdem)
.setSmallIcon(R.drawable.ic_stat_matomo)
.setColor(notificationColor)
.setWhen(event.startTime?.toEpochMilli() ?: System.currentTimeMillis())
.setContentTitle(event.title)

View file

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

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