mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 11:51:01 +00:00
feat: move subscriptions to new notification method
This commit is contained in:
@@ -17,7 +17,6 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
ContinueMedia(Pref(Location.General, Boolean::class, true)),
|
||||
RecentlyListOnly(Pref(Location.General, Boolean::class, false)),
|
||||
SettingsPreferDub(Pref(Location.General, Boolean::class, false)),
|
||||
SubscriptionsTimeS(Pref(Location.General, Int::class, 0)),
|
||||
SubscriptionCheckingNotifications(Pref(Location.General, Boolean::class, true)),
|
||||
CheckUpdate(Pref(Location.General, Boolean::class, true)),
|
||||
VerboseLogging(Pref(Location.General, Boolean::class, false)),
|
||||
@@ -36,6 +35,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
NovelSourcesOrder(Pref(Location.General, List::class, listOf<String>())),
|
||||
CommentNotificationInterval(Pref(Location.General, Int::class, 0)),
|
||||
AnilistNotificationInterval(Pref(Location.General, Int::class, 3)),
|
||||
SubscriptionNotificationInterval(Pref(Location.General, Int::class, 2)),
|
||||
LastAnilistNotificationId(Pref(Location.General, Int::class, 0)),
|
||||
AnilistFilteredTypes(Pref(Location.General, Set::class, setOf<String>())),
|
||||
UseAlarmManager(Pref(Location.General, Boolean::class, false)),
|
||||
|
||||
Reference in New Issue
Block a user