Notifications now use AlarmManager instead of WorkManager for delivery, TODO: notifications should be sent even if the app is closed (swiped from 'recents' view)

This commit is contained in:
Deniz Düzgören
2020-03-10 19:42:30 +01:00
parent 80f737a96c
commit ea393603c0
37 changed files with 411 additions and 50 deletions
+1
View File
@@ -19,6 +19,7 @@
<string name="exams">Klausuren</string>
<string name="exam_reminder">Klausurerinnerung: %s</string>
<string name="writing_an_exam_today">Heute schreibst du eine Klausur in %s!</string>
<string name="exam_service_description">Verschickt Benachrichtigungen für anstehende Klausuren</string>
<!-- CourseFragment.kt -->
<string name="course">Kurs</string>