Skip to content

Releases: gregoriodelasheras/minichat

v.1.0.4

09 Jul 18:54
ed9aca3
Compare
Choose a tag to compare
  • Add two new communication features to the chat app, giving users the ability to send images (chosen from their device’s multimedia library or taken with the camera) and share their current location.
  • Store images and location coordinates in Firestore so they can be viewed by other chat participants.
  • Add a button with accessibility in the input field that opens a menu for the user to choose between sending a picture, taking a picture or sending their geolocation.

v.1.0.3

08 Jul 09:32
defaede
Compare
Choose a tag to compare
  • Add asyncStorage to save and retrieve messages from the user's device storage when the app is offline.
  • Implement a method to avoid errors in offline mode: users can view messages but can't compose new messages when there is no connection.

v.1.0.2

04 Jul 15:53
acae026
Compare
Choose a tag to compare
  • Set up a real-time database with Cloud Firestore to manage user messages.
  • Add anonymous user authentication with Firebase.

v.1.0.1

02 Jul 08:14
7ea52ac
Compare
Choose a tag to compare
v.1.0.1 Pre-release
Pre-release
  • Add Gifted Chat package to provide UI to the Chat component.
  • Create mock messages to test chat functionality.
  • Customize Gifted Chat's default message bubbles.
  • Implement accessibility in the components.

v.1.0.0

30 Jun 18:25
dad69e9
Compare
Choose a tag to compare
v.1.0.0 Pre-release
Pre-release
  • Study of app requirements, user stories, technical and design requirements.
  • Organization of the development process through a Kanban board and design of the mockups of the app views.
  • Create the repository with React Native + Expo App and install the following packages: eslint, react-navigation and expo-font.
  • Create the Start component as the initial screen of the application with an input for typing name, a background color selection for the chat and an alert to notify the user if the name is not typed or the background color is not selected before starting the chat.
  • Create the Chat component with the background color previously selected by the user in the Start component and a return button to the Start component.
  • Add in the Start component a background image created especially for the application by the artist Barbara Starke.