Added TimetableOverviewActivity.kt and a means to launch via a button through EventFragment.kt; implementation unfinished

This commit is contained in:
denizk0461
2023-05-25 12:32:10 +02:00
parent e52a055cf1
commit 98a3a13623
22 changed files with 313 additions and 42 deletions
+9
View File
@@ -49,6 +49,7 @@
<string name="fetch_bar_help_sheet_content"> • Log in with your Stud.IP login\n • Open your timetable view, in case it doesn\'t open automatically, by clicking the rightmost icon in the bottom bar that looks like a pencil and a ruler\n • Click the \'save\' button that appears in the bottom right corner\n • Done!</string>
<string name="fetch_bar_save_desc">Save the timetable in the app</string>
<string name="schedule_button_overview_hint">View full schedule</string>
<string name="schedule_fab_add_text">New event</string>
<string name="schedule_no_events">You don\'t have any events for %s.</string>
@@ -257,6 +258,14 @@
<string name="settings_launch_canteen_title">Select which screen to start the app with</string>
<string name="settings_date_format_title">Select which format to show dates in</string>
<string-array name="settings_date_format_items" translatable="false">
<item>24.05.2023, 8:45</item>
<item>20230524, 08:45</item>
<item>20230524, 08:45:11.518</item>
<item>05/24/23, 8:45 AM</item>
</string-array>
<!-- unused - use for possible future implementation of Crashlytics -->
<string name="settings_crashlytics_title">Opt-in to sharing crash data</string>
<string name="settings_crashlytics_subtitle">Data will be anonymised</string> <!-- TODO is this true? -->