-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat, Profiles, and basic Friend Management. #119
Merged
Conversation
This file contains 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
Reorganized Info group, putting links at the bottom.
…currently functional.
Added EmoticonText to render emoticons inline with text.
1. Losing scroll position when you navigate away 2. Make a smaller data class for the library with indexing.
… most items to manage a friend.
…MaxSize() from NavHost.
Rename some methods in SteamFriendDao. Implement saving collapse friend list header options.
Fix FriendsScreen previews.
Improve upon fake data to make previews more distinct.
…and set nickname.
Fix scroll to bottom if a new message appears. Implement alias history dialog.
Added option to view profile through friends list if you click on their icon. Long press still the same.
…trings with their route counterparts in the when statement in the MainViewModel. Let the chat input grow up to 3 lines max. Made the friend group headers be clickable throughout.
Incredible work, you've outdone yourself! |
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
Producdevity
reviewed
Feb 1, 2025
app/src/main/java/com/OxGames/Pluvia/service/callback/EmoticonListCallback.kt
Show resolved
Hide resolved
Producdevity
reviewed
Feb 1, 2025
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.
Addtitions and Changes
is typing...
to the recipient.Other Changes
Features not implemented yet
is typing...