denizk0461
|
2bf340bdff
|
TabLayoutMediator has been re-instantiated, hopefully in a form that is less crash-prone. Crashes will also be handled now in StwParser.kt
|
2023-04-29 10:56:52 +02:00 |
|
denizk0461
|
ce7b854e8c
|
StwParser.kt now collects all its data before adding everything to the database all at once, fixing problems where LiveData would update before all transactions were finished; ViewPagers have been updated to use Adapters extending FragmentStateAdapter instead of RecyclerView.Adapter
|
2023-04-27 21:58:10 +02:00 |
|
denizk0461
|
ccd77a5daf
|
Made further documentation and safety changes. Scraper classes (StudIPParser.kt, StwParser.kt) still need to be checked for safety.
|
2023-04-27 20:27:42 +02:00 |
|
denizk0461
|
9d6489f83b
|
Implemented ability to change the fragment opened on app start; made some optimisations to DietaryPreferences.kt. BUG: tab layout mediator is annoying af
|
2023-04-27 15:15:29 +02:00 |
|
denizk0461
|
a6a1309bce
|
Implemented button to change dates for an event to reflect the academic quarter
|
2023-04-27 08:20:56 +02:00 |
|
denizk0461
|
540a2a7b9a
|
Canteen adapter now tells the user when no offers are available for a given day
|
2023-04-26 20:17:35 +02:00 |
|
denizk0461
|
450ce92dca
|
Fixed ScheduleUpdateSheet.kt not updating and deleting events... somehow. Also implemented cheat codes hehe
|
2023-04-26 18:36:32 +02:00 |
|
denizk0461
|
d80e85fdbe
|
Migrated the project to AGP 8.0 / JVM 17
|
2023-04-26 11:00:56 +02:00 |
|
denizk0461
|
d0819553bc
|
Implemented licences dialogue in the settings; fully restored highlighting event functionality
|
2023-04-26 10:21:16 +02:00 |
|
denizk0461
|
65114264c4
|
Added opening hours and a button for the user to view them, but the formatting sucks
|
2023-04-25 16:55:17 +02:00 |
|
denizk0461
|
6b1d77dfb3
|
Implemented functionality to switch canteens. UI for this is not fully implemented.
|
2023-04-25 15:38:30 +02:00 |
|
denizk0461
|
840c8f1db7
|
Implemented snackbar telling the user that an error has occurred when fetching their schedule through FetcherActivity.kt. Also made some slight additions to the documentation
|
2023-04-25 12:02:25 +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
|
9b6e267cb0
|
Started implementation of event update sheet
|
2023-04-24 15:43:42 +02:00 |
|
denizk0461
|
a53232a814
|
Added information on data collection as well as an opt-in toggle, which is not yet implemented
|
2023-04-24 13:08:03 +02:00 |
|
denizk0461
|
b938352c53
|
Added further information to be shown in AllergenSheet.kt
|
2023-04-24 11:21:52 +02:00 |
|
denizk0461
|
6f5df7dd55
|
Fixed allergen duplicates being stored in the database and shown to the user multiple times
|
2023-04-24 10:47:34 +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
|
ca89e68a91
|
Implemented allergen functionality by showing the user a bottom sheet
|
2023-04-23 20:33:17 +02:00 |
|
denizk0461
|
b39aa1f003
|
Fixed a bug that would cause the tab for a day without canteen offers to not be shown, causing the offers for the next days to be shifted over, thus not showing the offers for the last day that's available online. I know I didn't explain that very well, but it's fixed now anyway, soo (: also made some minor visual adjustments to margins and colours
|
2023-04-20 21:35:09 +02:00 |
|
denizk0461
|
70a89ac681
|
Fixed filtering behaviour, since it wouldn't recognise items with two preferences if only one had been selected; added icons for preferences
|
2023-04-18 21:33:24 +02:00 |
|
denizk0461
|
c385da4287
|
Implemented chips for selecting dietary preferences
|
2023-04-18 10:25:45 +02:00 |
|
denizk0461
|
199aa8f44c
|
Preparing database optimisations
|
2023-04-16 22:17:00 +02:00 |
|
denizk0461
|
2117535f63
|
Added German translation
|
2023-04-14 13:21:24 +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
|
fb50711d36
|
Changing fragments via bottom navigation view works well now! Also started work on SettingsFragment.kt
|
2023-04-13 12:25:43 +02:00 |
|
denizk0461
|
d55a304cec
|
Moved the fetching task to a separate activity; changed the time attributes in StudIPEvent.kt to strings
|
2023-04-12 18:58:10 +02:00 |
|
denizk0461
|
8b690a4593
|
Minor changes; about to try and implement ViewPager2 instead of the RecyclerView to show different days. This is for better UX and compatibility with the TabLayout
|
2023-04-12 15:36:35 +02:00 |
|
denizk0461
|
7da43dc2b7
|
Added bottom navigation view (currently unpopulated) and changed logic for pages
|
2023-04-12 10:49:30 +02:00 |
|
denizk0461
|
7b33c68db9
|
Added tabs to indicate which day is selected; not fully implemented. Tabs don't show which day is selected after certain user action
|
2023-04-11 16:50:45 +02:00 |
|
denizk0461
|
73ea48626d
|
Initial push
|
2023-04-08 11:41:02 +02:00 |
|