Open 0x4a50 opened 5 years ago
For having notifications only active during a specific part of the day, there's an OS-level "do not disturb" feature on both iOS and Android which you can use to disable notifications for all apps.
I don’t want to disable all apps though. Some of these matter and need to stay on.
On Wed, Mar 13, 2019 at 10:33 AM Tim Abbott notifications@github.com wrote:
For having notifications only active during a specific part of the day, there's an OS-level "do not disturb" feature on both iOS and Android which you can use to disable notifications for all apps.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zulip/zulip-mobile/issues/3401#issuecomment-472527593, or mute the thread https://github.com/notifications/unsubscribe-auth/AZQAtkOkGpAdibH5Rp6SxJfsNXudLfzEks5vWTaFgaJpZM4bt6LY .
@0x4a50 do you need that for iOS or Android? For Android, there is a thing called 'channels' that will allow more flexibility in changing notification's settings per stream or per message type.
IOS
On Wed, Mar 13, 2019 at 12:59 PM Boris Yankov notifications@github.com wrote:
@0x4a50 https://github.com/0x4a50 do you need that for iOS or Android? For Android, there is a thing called 'channels' that will allow more flexibility in changing notification's settings per stream or per message type.
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/zulip/zulip-mobile/issues/3401#issuecomment-472582178, or mute the thread https://github.com/notifications/unsubscribe-auth/AZQAtuj01TC4PdtJvrGtzGJWsKWl5bFdks5vWVi0gaJpZM4bt6LY .
(Thanks @0x4a50 for raising this!)
Some quick notes on implementing it:
Since this issue has the labels a-IOS
and a-notifications
, I'm marking it as blocked by https://github.com/zulip/zulip-mobile/issues/4115, so we only have to implement a solution once. The PR https://github.com/zulip/zulip-mobile/pull/4163 is currently open for that issue.
Allow user to decide whether a specific notification type (stream vs @ message) makes a noise or a badge or both independently from each other.
Allow notifications only during specific time window of the day.