Skip to content
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

Refactor codes and try to improve the quality of code #54

Merged
merged 13 commits into from
Sep 13, 2021

Conversation

Kumaravinash9
Copy link
Contributor

@Kumaravinash9 Kumaravinash9 commented Sep 9, 2021

Fix : #53

Changes Committed

  • Refactor MiddleWare.
  • Improved quality of code.
  • Improved the HomeScreen User Experience.
  • Removed Unwanted Package.
  • Update the `Android & Contribution md Files.
  • removed the Context function from init State. On some phones, it causes a problem.
  • Replaced the Textfield widget with SizedBox.
  • Added Screenshots of different screens.

@Kumaravinash9 Kumaravinash9 changed the title Refactor codes and try to improve the quality of of the code Refactor codes and try to improve the quality of code Sep 10, 2021
@Kumaravinash9
Copy link
Contributor Author

@csoler Please merge this PR.

// chatMiddleware(message, context);
addChatMessage(message, chatId);
} else {
throw HttpException('You are not the member of the chat Lobby');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when you display a message, it's better to use "chat room" than "chat lobby".

@csoler csoler merged commit 9a1c824 into RetroShare:master Sep 13, 2021
@Kumaravinash9 Kumaravinash9 deleted the refactor branch November 22, 2021 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need Update of AndroidGuide.md
2 participants