This website requires JavaScript.
Explore
Help
Sign In
karolina
/
weserplaner
Archived
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
78
Commits
1
Branch
0
Tags
2f4b205703275f22701c38faf77e5535d39c4eba
Commit Graph
2 Commits
Include renames
Author
SHA1
Message
Date
denizk0461
2f4b205703
Converted all bottom sheets to use blank constructors and instead rely on bundles to retrieve data/objects, or custom view models to execute functions
2023-05-02 15:02:47 +02:00
denizk0461
aa5d32e64a
Updated EventPageFragment.kt to have access to its own ViewModel and, by extension, its own reference to the database, which forgoes the need to transport data from EventFragment.kt through StudIPEventPageAdapter.kt to EventPageFragment.kt and allows for filtering for a specific day's items through the database rather than needing to iterate through the list via an extension function manually. Also implemented DiffUtil to perform individual updates rather than calling notifyDataSetChanged() every time a single item has been changed.
2023-04-28 11:18:05 +02:00