mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-06 03:50:23 +02:00
Update the content of the missing update notifications
This commit is contained in:
parent
072ee721fd
commit
5ecef81c0e
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* TimeLimit Copyright <C> 2019 - 2020 Jonas Lochmann
|
||||
* TimeLimit Copyright <C> 2019 - 2021 Jonas Lochmann
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -113,7 +113,7 @@ object NotificationAreaSync {
|
|||
NotificationCompat.Builder(context, NotificationChannels.UPDATE_NOTIFICATION)
|
||||
.setSmallIcon(R.drawable.ic_stat_timelapse)
|
||||
.setContentTitle(context.getString(R.string.notification_update_title, getDeviceName(notification.id)))
|
||||
.setContentText(context.getString(R.string.notification_generic_text))
|
||||
.setContentText(context.getString(R.string.notification_update_text))
|
||||
.setContentIntent(openAppIntent)
|
||||
.setDeleteIntent(markReadIntent)
|
||||
.setWhen(0)
|
||||
|
|
|
@ -1082,6 +1082,7 @@
|
|||
|
||||
<string name="notification_manipulation_title">Manipulation bei %s</string>
|
||||
<string name="notification_update_title">Fehlendes Update bei %s</string>
|
||||
<string name="notification_update_text">Das Update fehlt auf einem anderen Gerät</string>
|
||||
<string name="notification_generic_text">Tippen, um TimeLimit zu öffnen</string>
|
||||
<string name="notification_premium_expires_title">Die Vollversion wird bald ablaufen</string>
|
||||
<string name="notification_premium_expires_text">Es erfolgt keine automatische Verlängerung</string>
|
||||
|
|
|
@ -1128,6 +1128,7 @@
|
|||
|
||||
<string name="notification_manipulation_title">Manipulation at %s</string>
|
||||
<string name="notification_update_title">Update missing at %s</string>
|
||||
<string name="notification_update_text">This Update is missing at an other device</string>
|
||||
<string name="notification_generic_text">Tap to open TimeLimit</string>
|
||||
<string name="notification_premium_expires_title">The premium version will expire soon</string>
|
||||
<string name="notification_premium_expires_text">It will not renew automatically</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue