Add option to limit extra time to today

This commit is contained in:
Jonas Lochmann 2020-03-02 01:00:00 +01:00
parent 30f6c34314
commit fedc59a31b
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
22 changed files with 998 additions and 34 deletions

View file

@ -302,6 +302,7 @@ object ApplyServerDataStatus {
title = newCategory.title,
blockedMinutesInWeek = newCategory.blockedMinutesInWeek,
extraTimeInMillis = newCategory.extraTimeInMillis,
extraTimeDay = newCategory.extraTimeDay,
temporarilyBlocked = newCategory.temporarilyBlocked,
temporarilyBlockedEndTime = newCategory.temporarilyBlockedEndTime,
blockAllNotifications = newCategory.blockAllNotifications,
@ -321,6 +322,7 @@ object ApplyServerDataStatus {
title = newCategory.title,
blockedMinutesInWeek = newCategory.blockedMinutesInWeek,
extraTimeInMillis = newCategory.extraTimeInMillis,
extraTimeDay = newCategory.extraTimeDay,
temporarilyBlocked = newCategory.temporarilyBlocked,
temporarilyBlockedEndTime = newCategory.temporarilyBlockedEndTime,
blockAllNotifications = newCategory.blockAllNotifications,