denizk0461
|
a72accada6
|
Days (Monday thru Friday) are now shown on the canteen screen
|
2024-01-12 17:19:58 +01:00 |
|
denizk0461
|
694d962896
|
Added Timetable.kt which was a PAIN because SQLite does not support ADD FOREIGN KEY on ALTER TABLE, and as such, the required workaround is to create a temporary table with the new constraint added, insert the values from the old table into the new table, drop the old table, and finally rename the new table to the name of the old table so that the app thinks that nothing ever happened... UGH
|
2023-07-03 15:47:55 +02:00 |
|
denizk0461
|
98a3a13623
|
Added TimetableOverviewActivity.kt and a means to launch via a button through EventFragment.kt; implementation unfinished
|
2023-05-25 12:32:10 +02:00 |
|
denizk0461
|
e52a055cf1
|
Added FormattedDate.kt to produce formatted strings more easily; TaskOverviewAdapter.kt now produces expandable items
|
2023-05-23 12:39:43 +02:00 |
|
denizk0461
|
b21953c571
|
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
|
2023-05-21 15:29:34 +02:00 |
|