[APIv2] Notifications - DB entity, move to APIv2. Add Server event sync and web push.

This commit is contained in:
Kuba Szczodrzyński
2019-10-18 22:12:40 +02:00
parent 24ab2e7795
commit 8dc358b075
23 changed files with 865 additions and 99 deletions

View File

@ -446,7 +446,8 @@
<string name="notification_absence">Absence</string>
<string name="notification_absence_excused">Excused absence</string>
<string name="notification_announcement_format">School announcement: %s</string>
<string name="notification_attendance_format">%s on lesson %s z %s</string>
<string name="notification_attendance_format">%1$s on lesson %2$s on day %3$s</string>
<string name="notification_attendance_no_lesson_format">%1$s on day %3$s</string>
<string name="notification_belated">Late</string>
<string name="notification_belated_excused">Excused late</string>
<string name="notification_channel_get_data_desc">Notification about data downloading</string>
@ -458,7 +459,8 @@
<string name="notification_channel_updates_desc">Notifications about new versions of the app</string>
<string name="notification_channel_updates_name">App updates</string>
<string name="notification_downloading_update">Downloading update…</string>
<string name="notification_event_format">%s %s from %s</string>
<string name="notification_event_format">%1$s on %2$s from %3$s</string>
<string name="notification_event_no_subject_format">%1$s on %2$s</string>
<string name="notification_event_no_subject">unknown subject</string>
<string name="notification_get_data_cancel">Cancel</string>
<string name="notification_get_data_error_summary">Szkolny.eu: error</string>
@ -469,6 +471,7 @@
<string name="notification_get_data_title">Update</string>
<string name="notification_grade_format">New grade (%s) from %s</string>
<string name="notification_homework_format">Homework from %s for %s</string>
<string name="notification_homework_no_subject_format">Homework for %s</string>
<string name="notification_lucky_number_format">Today %d is the lucky number.</string>
<string name="notification_lucky_number_later_format">The lucky number for %s is %d.</string>
<string name="notification_lucky_number_tomorrow_format">The lucky number for tomorrow is %d.</string>

View File

@ -487,7 +487,8 @@
<string name="notification_absence">Nieobecność</string>
<string name="notification_absence_excused">Nieobecność usprawiedliwiona</string>
<string name="notification_announcement_format">Ogłoszenie szkolne: %s</string>
<string name="notification_attendance_format">%s na lekcji %s z %s</string>
<string name="notification_attendance_format">%1$s na lekcji %2$s z dnia %3$s</string>
<string name="notification_attendance_no_lesson_format">%1$s z dnia %3$s</string>
<string name="notification_belated">Spóźnienie</string>
<string name="notification_belated_excused">Spóźnienie usprawiedliwione</string>
<string name="notification_channel_get_data_desc">Powiadomienie o pobieraniu danych dla e-dziennika</string>
@ -499,7 +500,8 @@
<string name="notification_channel_updates_desc">Powiadomienia o nowych wersjach aplikacji</string>
<string name="notification_channel_updates_name">Aktualizacje</string>
<string name="notification_downloading_update">Pobieranie aktualizacji…</string>
<string name="notification_event_format">%s %s z %s</string>
<string name="notification_event_format">%1$s dnia %2$s z %3$s</string>
<string name="notification_event_no_subject_format">%1$s dnia %2$s</string>
<string name="notification_event_no_subject">nieznanego przedmiotu</string>
<string name="notification_get_data_cancel">Przerwij</string>
<string name="notification_get_data_error_summary">Szkolny.eu: błąd</string>
@ -509,7 +511,8 @@
<string name="notification_get_data_text">Pobieranie danych</string>
<string name="notification_get_data_title">Synchronizacja</string>
<string name="notification_grade_format">Nowa ocena (%s) z %s</string>
<string name="notification_homework_format">Zadanie domowe z %s na %s</string>
<string name="notification_homework_format">Zadanie domowe z %1$s na %2$s</string>
<string name="notification_homework_no_subject_format">Zadanie domowe na %2$s</string>
<string name="notification_lesson_change_format" translatable="false">%s %s - %s</string>
<string name="notification_lucky_number_format">Dzisiaj %d to szczęśliwy numerek.</string>
<string name="notification_lucky_number_later_format">Szczęsliwy numerek na %s to %d.</string>