Lasslos / your_schedule

An alternative mobile client for Untis Timetable, adding features such as filtering out certain classes.
https://stundenplan.laslo-hauschild.eu
GNU General Public License v3.0
16 stars 1 forks source link

Notifications #4

Open Lasslos opened 7 months ago

Lasslos commented 7 months ago

Would be nice to have.

alessioC42 commented 6 months ago

I found your project while browsing F-Droid. I saw a huge similarity between your project and my project lanis-mobile. I also reverse-engineered my school solution (Schulportal Hessen). I saw that you wanted to implement notifications, so I thought I would just reference this file. It contains pretty much everything you need to start a background service periodically and send/update notifications. I know the rabbit hole you face when it comes to background services. And before you try: there is no way this will work on IOS, trust me - I tried! Here is also a way you could do the settings

Feel free to contact me with any issues. I might have been there before.

Lasslos commented 6 months ago

Thanks, see 97e6f2ab924de26aea079897341eb950d03265ed. The settings screenshot is a great inspiration! I'll see what I can do in the next few days, one difference that I will have to figure out is how to use riverpod without flutter, as my whole request logic is hidden behind its providers.