Improve notifications, tilawah flow, and dzikir structure
This commit is contained in:
@@ -104,6 +104,21 @@ class AppSettings extends HiveObject {
|
||||
@HiveField(32)
|
||||
bool mirrorAdzanToInbox;
|
||||
|
||||
@HiveField(33)
|
||||
bool tilawahAutoContinueNextSurah;
|
||||
|
||||
@HiveField(34)
|
||||
bool shalatReportReminderEnabled;
|
||||
|
||||
@HiveField(35)
|
||||
int shalatReportReminderDelayMinutes;
|
||||
|
||||
@HiveField(36)
|
||||
int shalatReportReminderRepeatCount;
|
||||
|
||||
@HiveField(37)
|
||||
int shalatReportReminderRepeatIntervalMinutes;
|
||||
|
||||
AppSettings({
|
||||
this.userName = 'User',
|
||||
this.userEmail = '',
|
||||
@@ -138,6 +153,11 @@ class AppSettings extends HiveObject {
|
||||
this.quietHoursEnd = '05:00',
|
||||
this.maxNonPrayerPushPerDay = 2,
|
||||
this.mirrorAdzanToInbox = false,
|
||||
this.tilawahAutoContinueNextSurah = true,
|
||||
this.shalatReportReminderEnabled = true,
|
||||
this.shalatReportReminderDelayMinutes = 30,
|
||||
this.shalatReportReminderRepeatCount = 1,
|
||||
this.shalatReportReminderRepeatIntervalMinutes = 15,
|
||||
}) : adhanEnabled = adhanEnabled ??
|
||||
{
|
||||
'fajr': true,
|
||||
|
||||
Reference in New Issue
Block a user