Added data type EventTask.kt for the task fragment; added timetableId to StudIPEvent.kt to assign events with a specific timetable, for a future implementation of being able to store multiple timetables simultaneously; database scheme will now be exported to allow for automatic migrations

This commit is contained in:
denizk0461
2023-05-21 15:29:34 +02:00
parent 2675e5b7f3
commit b21953c571
11 changed files with 667 additions and 5 deletions
+3 -3
View File
@@ -245,10 +245,10 @@
<string name="settings_licences_title">View licences</string>
<string name="settings_licences_subtitle">Resources that made this app possible</string>
<string name="settings_unlocked_experiments" translatable="false">Experimental settings have been unlocked.</string>
<string name="settings_hide_experiments" translatable="false">Experimental settings have been hidden.</string>
<string name="settings_unlocked_experiments">Experimental settings have been unlocked.</string>
<string name="settings_hide_experiments">Experimental settings have been hidden.</string>
<string name="sheet_cheat_header" translatable="false">Cheat Codes</string>
<string name="sheet_cheat_header">Cheat Codes</string>
<string name="settings_app_version">App Version</string>