qt-notification icon indicating copy to clipboard operation
qt-notification copied to clipboard

how to schedule notification ?

Open hackertron opened this issue 7 years ago • 6 comments

Hey can you please add scheduling support too .

hackertron avatar Sep 28 '18 09:09 hackertron

@hackertron Scheduling is supported on iOS. But it is not on Android out of the box. I can create an interval property where you can set the time. Let me know if you have any ideas for android.

SidoPillai avatar Feb 11 '19 02:02 SidoPillai

If it's possible please do, i am also not sure if it will work on Android 8

On Monday, February 11, 2019, Siddesh Pillai [email protected] wrote:

@hackertron https://github.com/hackertron Scheduling is supported on iOS. But it is not on Android out of the box. I can create an interval property where you can set the time. Let me know if you have any ideas for android.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/siddeshpillai/qt-notification/issues/10#issuecomment-462205390, or mute the thread https://github.com/notifications/unsubscribe-auth/AHT_OnWdd_skXNPkSqd7s4tzLxff3a-Lks5vMNSGgaJpZM4W-MOD .

hackertron avatar Feb 11 '19 03:02 hackertron

is it possible to implement solutions that described on the following topics for android? Link Link

mohammadhasanzadeh avatar Apr 14 '19 08:04 mohammadhasanzadeh

Sure. You can submit a PR for this.

SidoPillai avatar Apr 17 '19 00:04 SidoPillai

i don't think it will work for Oreo+ (it's mentioned on stackoverflow)

hackertron avatar Apr 17 '19 11:04 hackertron

@hackertron @mohammadhasanzadeh You can schedule a notification but without using a Wakeful service. I don't see any issues in just using AlarmManager even for Android API 26+as per the android docs.

SidoPillai avatar Apr 17 '19 23:04 SidoPillai