Commit Graph
17 Commits
Author SHA1 Message Date
denizk0461 a0fda22705 finally fixed that fucking pink fucking TimePickerDialog fucking button fuck fuck fuck 2023-05-05 13:09:27 +02:00
denizk0461 e17a81e604 CanteenFragment.kt: replaced buttons for opening hours and canteen switch embedded in the app bar with floating action buttons; implemented a possible fix for the app crashing after refreshing the canteen plan. This may have been caused by accessing the view/context of the fragment to let the user know that the refresh succeeded or encountered an error. Reference will be null by the time the fragment is inactive, causing a NullPointerException 2023-05-04 15:09:10 +02:00
denizk0461 5ca5788899 Replaced custom TimePickerFragment.kt with standard MaterialTimePicker 2023-05-04 13:29:34 +02:00
denizk0461 3d508dff6c (re-)added option to launch timetable on the current day; reinstated functionality to launch app on CanteenFragment.kt 2023-05-04 08:32:12 +02:00
denizk0461 079e66ad50 Added app language support (I think); fragments rely on Bundles instead of constructor parameters to get data, mitigating a source of crashes 2023-04-30 22:47:59 +02:00
denizk0461 7243df0f06 Further error handling. Also given the user the option to colour dietary preference icons. Colours have partially been derived from those used on stw-bremen.de but have all been processed through the theme builder on m3.material.io 2023-04-29 22:26:26 +02:00
denizk0461 d0819553bc Implemented licences dialogue in the settings; fully restored highlighting event functionality 2023-04-26 10:21:16 +02:00
denizk0461 96862497e4 Finished style for schedule update bottom sheet (I think); implemented time picker, TODO: warn user if time span is invalid (start > end) 2023-04-25 10:24:15 +02:00
denizk0461 8d6a15c4d5 Added colour to StudIPEvent.kt to implement at a later date in an effort to prepare the app for release without needing to migrate (= nuke) the database once the functionality will be implemented 2023-04-23 21:40:04 +02:00
denizk0461 b957172721 Transitioned from a fairly custom solution to using a colour palette generated by the Material Theme Builder to simplify colour management. Also began work on a bottom sheet for displaying allergens and additives in canteen offers. 2023-04-23 17:13:48 +02:00
denizk0461 07a2902367 Highlighted course is now highlighted with the primary colour, 50% translucent 2023-04-20 14:30:48 +02:00
denizk0461 f07c41079a Upcoming/current course of the current day will now be highlighted with a thicker border 2023-04-14 13:09:40 +02:00
denizk0461 a3489d06b3 Completed the design (colour) change for both dark and light theme now 2023-04-13 21:05:52 +02:00
denizk0461 3a2d444956 Currently changing the app's colours. fuck i spent so much time changing the fucking status bar colour. like stackoverflow is so damn outdated on this topic 2023-04-13 19:21:53 +02:00
denizk0461 53c2a2a9c4 Visual changes, mostly colour-related 2023-04-12 22:07:18 +02:00
denizk0461 7da43dc2b7 Added bottom navigation view (currently unpopulated) and changed logic for pages 2023-04-12 10:49:30 +02:00
denizk0461 73ea48626d Initial push 2023-04-08 11:41:02 +02:00