jasoncheng / dica

This is a very simple Friendica android client, wrote by Android Kotlin
GNU General Public License v3.0
15 stars 2 forks source link

Feature request: Configure notifications #107

Closed ddeimeke closed 5 years ago

ddeimeke commented 5 years ago

It would be great to configure notifications from inside the app.

Select Sound, Vibrations, general notifications.

jasoncheng commented 5 years ago

@ddeimeke I just notice that in android application settings , already can config notification for DiCa (ex. sound / vibrations / and even override no Do Not Disturb) ; and also in system notification bar, you can quick launch setting to system config page ( i never use that before, it's already functional and convenient ).

and also, from the past few days that i research on notification configure, config those setting on different android platform will spent a lot of time on development; and it require more device for testing to make sure it work (especially on android 8/9, new notification channel setting)

May i know why config notification inside DiCa is important to you ? is there something default system can not do ?

001 002

ddeimeke commented 5 years ago

It is mainly due to consistency. Nearly every Android application allows the configuration of notifcations from inside the app.

But, you are right with more recent Android versions you can configure it in the Android settings.

jasoncheng commented 5 years ago

Roger that. Thanks for explanation and understand; Please allow me set it to close or to low priority; I'll develop more functions to exchange notification configure, forgive me to disappoint you.

ddeimeke commented 5 years ago

@jasoncheng No worries, it is not THAT important.

jasoncheng commented 5 years ago

@ddeimeke 👍