adding some warnings related to alarm/reminder reliability
This commit is contained in:
parent
9a28058a37
commit
dc1abbf3af
35 changed files with 75 additions and 1 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
propMinSdkVersion = 16
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '3.14.19'
|
||||
propVersionName = '3.15.0'
|
||||
kotlin_version = '1.2.30'
|
||||
support_libs = '27.1.0'
|
||||
}
|
||||
|
|
|
@ -192,4 +192,12 @@ open class BaseConfig(val context: Context) {
|
|||
return prefs.getBoolean(SUNDAY_FIRST, isSundayFirst)
|
||||
}
|
||||
set(sundayFirst) = prefs.edit().putBoolean(SUNDAY_FIRST, sundayFirst).apply()
|
||||
|
||||
var wasAlarmWarningShown: Boolean
|
||||
get() = prefs.getBoolean(WAS_ALARM_WARNING_SHOWN, false)
|
||||
set(wasAlarmWarningShown) = prefs.edit().putBoolean(WAS_ALARM_WARNING_SHOWN, wasAlarmWarningShown).apply()
|
||||
|
||||
var wasReminderWarningShown: Boolean
|
||||
get() = prefs.getBoolean(WAS_REMINDER_WARNING_SHOWN, false)
|
||||
set(wasReminderWarningShown) = prefs.edit().putBoolean(WAS_REMINDER_WARNING_SHOWN, wasReminderWarningShown).apply()
|
||||
}
|
||||
|
|
|
@ -52,6 +52,8 @@ const val PREVENT_PHONE_FROM_SLEEPING = "prevent_phone_from_sleeping"
|
|||
const val LAST_USED_VIEW_PAGER_PAGE = "last_used_view_pager_page"
|
||||
const val USE_24_HOUR_FORMAT = "use_24_hour_format"
|
||||
const val SUNDAY_FIRST = "sunday_first"
|
||||
const val WAS_ALARM_WARNING_SHOWN = "was_alarm_warning_shown"
|
||||
const val WAS_REMINDER_WARNING_SHOWN = "was_reminder_warning_shown"
|
||||
|
||||
// licenses
|
||||
const val LICENSE_KOTLIN = 1
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Settings</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Settings</string>
|
||||
|
|
|
@ -263,6 +263,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Ajustaments</string>
|
||||
|
|
|
@ -271,6 +271,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Nastavení</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Indstillinger</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Einstellungen</string>
|
||||
|
|
|
@ -263,6 +263,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Ajustes</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Settings</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Paramètres</string>
|
||||
|
|
|
@ -263,6 +263,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Ajustes</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Settings</string>
|
||||
|
|
|
@ -275,6 +275,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Postavke</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Settings</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Pengaturan</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Impostazioni</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Settings</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">設定</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">설정</string>
|
||||
|
|
|
@ -274,6 +274,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Nustatymai</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Innstillinger</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Instellingen</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Innstillinger</string>
|
||||
|
|
|
@ -271,6 +271,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Ustawienia</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Configurações</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Definições</string>
|
||||
|
|
|
@ -276,6 +276,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Настройки</string>
|
||||
|
|
|
@ -275,6 +275,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Zostávajúci čas do zvonenia budíka: %s</string>
|
||||
<string name="alarm_warning">Pred tým, ako by ste sa na budík spoliehali, sa prosím uistite, že funguje správne. Niektoré systémové obmedzenia spojené so zlepšením výdrže batérie môžu spôsobiť problémy.</string>
|
||||
<string name="reminder_warning">Pred tým, ako by ste sa na pripomienky spoliehali, sa prosím uistite, že fungujú správne. Niektoré systémové obmedzenia spojené so zlepšením výdrže batérie môžu spôsobiť problémy.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Nastavenia</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Inställningar</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Ayarlar</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">设置</string>
|
||||
|
|
|
@ -263,6 +263,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">設定</string>
|
||||
|
|
|
@ -264,6 +264,8 @@
|
|||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Settings</string>
|
||||
|
|
Loading…
Reference in a new issue