- 25 May, 2021 1 commit
-
-
Gerzon Z authored
* Added Create Team * Added actionTypes, actions, ENG strings for Teams and updated NewMessageView * Added createTeam sagas, createTeam reducer, new Team string and update CreateChannelView * Remove unnecessary actionTypes, reducers and sagas, e2e tests and navigation to team view * Minor tweaks * Show TeamChannelsView only if joined the team * Minor tweak * Added AddChannelTeamView * Added permissions, translations strings for teams, deleteTeamRoom and addTeamRooms, AddExistingChannelView, updated CreateChannelView, TeamChannelsView * Refactor touch component and update removeRoom and deleteRoom methods * Minor tweaks * Minor tweaks for removing channels and addExistingChannelView * Added missing events and fixed channels list * Minor tweaks for refactored touch component * Added SelectListView and logic for leaving team * Minor tweak * Minor tweak * Minor tweaks * Remove unnecesary changes, update TeamChannelsView, AddExistingChannelView, AddChannelTeamView, createChannel, goRoom and Touchable * Remove unnecesary prop * Add screens to ModalStack, events, autoJoin, update createChannel, addRoomsToTeam and Touchable * Minor tweak * Update loadMessagesForRoom.js * Updated schema, tag component, touch, AddChannelTeamView, AddExistingChannelView, ActionSheet Item * Fix unnecessary changes * Add i18n, update createChannel, AddExistingChannelTeamView, AddChannelTeamView, RightButton and TeamChannelsView * Updated styles, added tag story * Minor tweak * Minor tweaks * Auto-join tweak * Minor tweaks * Minor tweak on search * Minor refactor to ListItem, add SelectListView to ModalStack, update handleLeaveTeam * Minor tweaks * Update SelectListView * Update handleLeaveTeam, remove unnecessary method, add story * Minor tweak * Minor visual tweaks * Updated SelectListView, RoomActionsView, leaveTeam method and string translations * Update SelectListVIew * Minor tweak * Update SelectListView * Minor tweak * Fix for List.Item subtitles being pushed down by title's flex * Minor tweaks * Update RoomActionsView * Use showConfirmationAlert and showErrorAlert * Lint Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 20 May, 2021 1 commit
-
-
Gerzon Z authored
* Update ITeam.js * Minor tweak
-
- 19 May, 2021 1 commit
-
-
Gerzon Z authored
* Added Create Team * Added actionTypes, actions, ENG strings for Teams and updated NewMessageView * Added createTeam sagas, createTeam reducer, new Team string and update CreateChannelView * Remove unnecessary actionTypes, reducers and sagas, e2e tests and navigation to team view * Minor tweaks * Show TeamChannelsView only if joined the team * Minor tweak * Added AddChannelTeamView * Added permissions, translations strings for teams, deleteTeamRoom and addTeamRooms, AddExistingChannelView, updated CreateChannelView, TeamChannelsView * Refactor touch component and update removeRoom and deleteRoom methods * Minor tweaks * Minor tweaks for removing channels and addExistingChannelView * Added missing events and fixed channels list * Minor tweaks for refactored touch component * Minor tweaks * Remove unnecesary changes, update TeamChannelsView, AddExistingChannelView, AddChannelTeamView, createChannel, goRoom and Touchable * Add screens to ModalStack, events, autoJoin, update createChannel, addRoomsToTeam and Touchable * Minor tweak * Update loadMessagesForRoom.js * Updated schema, tag component, touch, AddChannelTeamView, AddExistingChannelView, ActionSheet Item * Fix unnecessary changes * Add i18n, update createChannel, AddExistingChannelTeamView, AddChannelTeamView, RightButton and TeamChannelsView * Updated styles, added tag story * Minor tweak * Minor tweaks * Auto-join tweak * Minor tweaks * Minor tweak on search * One way to refactor :P * Next level refactor :) * Fix create group dm * Refactor renderItem * Minor bug fixes * Fix stories Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 18 May, 2021 1 commit
-
-
lingohub[bot] authored
Project Name: Rocket.Chat.ReactNative Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat-dot-reactnative User: Robot LingoHub Easy language translations with LingoHub
🚀 Co-authored-by:Robot LingoHub <robot@lingohub.com>
-
- 12 May, 2021 1 commit
-
-
Gerzon Z authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 06 May, 2021 1 commit
-
-
Diego Mello authored
Co-authored-by:
Gerzon Z <gerzonc@icloud.com>
-
- 05 May, 2021 1 commit
-
-
Noach Magedman authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 27 Apr, 2021 2 commits
-
-
Diego Mello authored
-
Diego Mello authored
* Always add 'en' i18n * Add tests
-
- 19 Apr, 2021 4 commits
-
-
Diego Mello authored
-
Gung Wah authored
* [CHORE] Improve stories * Refactor Avatar and UIKitModal * fixed undefined 'name' * Remove commented stories * Remove Markdown from stories/index, update Markdown test file and remove markdown stories from Message stories * Remove StoriesSeparator * Refactor Markdown * Remove commented lines of code * Small refactor * Re-add stories Co-authored-by:
Gerzon Z <gerzonzcanario@gmail.com> Co-authored-by:
Gerzon Z <gerzonc@icloud.com> Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Diego Mello authored
Co-authored-by:
Gerzon Z <gerzonc@icloud.com>
-
Gerzon Z authored
* Updated detox and 5 tests * Update e2e cases for Detox v18, update setUserStatus and added SET_STATUS_FAIL * Downgrade mocha * Exclude arm64 from building and update tests cases * Update more tests cases, add registeringUser4 * Update more test files and add room-actions-scrollview testID * Update package.json * Remove unused username from test file and update 08-roominfo test file * Fixing * Mark as unread * Fixing flaky tests * Minor fixes Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 15 Apr, 2021 1 commit
-
-
Diego Mello authored
-
- 14 Apr, 2021 3 commits
-
-
Diego Mello authored
-
Diego Mello authored
-
Diego Mello authored
-
- 13 Apr, 2021 2 commits
-
-
Diego Mello authored
-
Diego Mello authored
-
- 07 Apr, 2021 5 commits
-
-
Diego Mello authored
-
Gerzon Z authored
* Add search by name in members list * Update RoomMembersView search Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gerzon Z authored
* Update StatusView.js * Minor tweak * Minor tweaks Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Sumukha Hegde authored
* [Improvement] Improve mentions This PR focuses on improving command, emoji, channel and user mentions. * [Tests] Added e2e tests for mention improvement * [Improvement] Modify slash command mention logic. Added slash command with argument preview Slash command should show only if the message bigins with / * Return data on search for empty text * Minor fixes * Update e2e tests * Minor fix * [FIX] allow command mentioning in between text Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Diego Mello authored
* Database migration * RoomItem icon * Team icons * Teams group * Small tweak on RoomTypeIcon * RoomView Header * Add team's channels to RoomView header * Starting TeamChannelsView * Icon size * o data found * Update TeamChannelsView, add teams subscriptions and send params to TeamChannelsView * Use teams.ListRooms endpoint, render rooms list, remove unused functions * Show team main on TeamChannelsView * Disable swipe * Pagination working * Fix blinking no data found * Search working * Refactor to use BackgroundContainer while loading * Go to room * Cleanup * Go to actions * Events * Lint * Add debounce to go room * Fix for tablet * i18n * Small fix * Minor refactor * Use local data when it exists * Show last message * Force teams migration * Add stories to BackgroundContainer * Remove unused component * Move RoomViewHeader into containers folder * Refactoring * Testing RoomHeader * i18n * Fix server endpoint version * Fix events Co-authored-by:
Gerzon Z <gerzonzcanario@gmail.com>
-
- 05 Apr, 2021 2 commits
-
-
Diego Mello authored
-
Diego Mello authored
This reverts commit d6200745.
-
- 01 Apr, 2021 14 commits
-
-
sadegh authored
* Use I18n translate in login text input label * Add to register and add missing strings Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Anant Bhasin authored
* Remove time if no message_link * Fix message stories for replies * Final stories fix Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Anant Bhasin authored
* [FIX] Make attachment validation compatible with web client * Added stories Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Anant Bhasin authored
* [FIX] Fix Regex Typo * Add story for testing Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [E2E TEST] Move threads test to another file * changed descirbe title * Rearrange files Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [FIX] E2EE password hiding automatically * add e2e test * fixed hiding banner * move e2e tests to 01-e2eencryption * remove console.log * Fix tests Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [FIX] Search input not using the whole space * Fix on getHeaderTitlePosition Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [CHORE] Go to room from hashtag * Layout tweaks Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Diego Mello authored
-
Diego Mello authored
-
Diego Mello authored
* Fix clear cache * Write e2e tests * Fix lint * Fix isRTL
-
Diego Mello authored
* Use json * Load only i18n files needed
-
Diego Mello authored
-