Conversation
…managing participants
- Introduced a new preference category for Support & Feedback in settings. - Added functionality to send support emails directly from the app. - Implemented a dialog for campus selection with API integration for updates. - Enhanced analytics with app navigation tracking. - Updated constants for support email and GitHub issues link. - Improved logout functionality with better preference handling. - Added a new drawable for support icon. - Added a new bottom sheet for settings reminders in Reminders tab
- Added constants for active friends fetched status and list. - Updated MainComposeApp to fetch and cache active friends on launch. - Modified LogoutHelper to reset active friends fetched status on logout. - Created ActiveFriendResponse data class for handling active friends API responses. - Created GhostPostResponse data class for handling ghost mode API responses. - Removed unused imports and cleaned up code for better readability.
… androidx.lifecycle] _activeFriends.postValue(data) (#46)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
master to V3