Gerzon Z
4bac054105
Minor tweaks for refactored touch component
2021-05-05 08:20:48 -04:00
Gerzon Z
7d2924e2e9
Added missing events and fixed channels list
2021-05-05 05:06:45 -04:00
Gerzon Z
4761e21de8
Minor tweaks for removing channels and addExistingChannelView
2021-05-05 03:46:18 -04:00
Gerzon Z
69ae247329
Minor tweaks
2021-05-05 02:37:57 -04:00
Gerzon Z
c3ffa37323
Refactor touch component and update removeRoom and deleteRoom methods
2021-05-04 14:02:01 -04:00
Gerzon Z
bb0632b689
Added permissions, translations strings for teams, deleteTeamRoom and addTeamRooms, AddExistingChannelView, updated CreateChannelView, TeamChannelsView
2021-04-30 13:09:10 -04:00
Gerzon Z
37421d395a
Merge branch 'develop' into new.add-remove-channel-teams
2021-04-28 23:08:15 -04:00
Diego Mello
6798f039f3
Bump version to 4.16.2 ( #3092 )
2021-04-27 13:21:22 -03:00
Diego Mello
eb38313075
[REGRESSION] Fallback not working when device's language is available ( #3091 )
...
* Always add 'en' i18n
* Add tests
2021-04-27 13:18:15 -03:00
Gerzon Z
0cf173d7ba
Added AddChannelTeamView
2021-04-26 14:06:22 -04:00
Gerzon Z
69214bee93
Minor tweak
2021-04-26 14:03:05 -04:00
Gerzon Z
1ff77118f5
Show TeamChannelsView only if joined the team
2021-04-26 10:21:04 -04:00
Gerzon Z
16fd57527a
Minor tweaks
2021-04-26 10:08:24 -04:00
Gerzon Z
a245af6c1c
Remove unnecessary actionTypes, reducers and sagas, e2e tests and navigation to team view
2021-04-23 08:28:01 -04:00
Gerzon Z
c8b8680541
Added createTeam sagas, createTeam reducer, new Team string and update CreateChannelView
2021-04-20 19:07:33 -04:00
Gerzon Z
8b82bd456e
Added actionTypes, actions, ENG strings for Teams and updated NewMessageView
2021-04-20 05:30:30 -04:00
Gerzon Z
585a9aea9a
Merge branch 'develop' into new.create-team
2021-04-19 18:59:59 -04:00
Diego Mello
a329738bc8
Bump version to 4.17.0 ( #3083 )
2021-04-19 17:44:31 -03:00
Gerzon Z
c8a88c9b02
Merge branch 'develop' into new.create-team
2021-04-19 15:25:01 -04:00
Gerzon Z
2f5f247915
Added Create Team
2021-04-19 15:21:27 -04:00
Gung Wah
ff1da46ef7
[CHORE] Improve stories ( #3028 )
...
* [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>
2021-04-19 13:57:19 -03:00
Diego Mello
21b587749c
[FIX] Message author touchable taking whole space available ( #3048 )
...
Co-authored-by: Gerzon Z <gerzonc@icloud.com>
2021-04-19 11:33:07 -03:00
Gerzon Z
3f4fa04f04
[CHORE] Update Detox to 18.10.0 ( #3052 )
...
* 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>
2021-04-19 11:31:43 -03:00
Diego Mello
f14868678b
[REGRESSION] Fallback language stopped working ( #3072 )
2021-04-15 10:31:22 -03:00
Diego Mello
14078c0943
Bump version to 4.16.1 ( #3063 )
2021-04-14 14:09:44 -03:00
Diego Mello
d555f19376
[REGRESSION] Room actions not loading on tablet ( #3061 )
2021-04-14 13:03:58 -03:00
Diego Mello
d71805347b
[REGRESSION] SAML stopped working after #2978 ( #3060 )
2021-04-14 11:24:13 -03:00
Diego Mello
f7f13dabcc
[CHORE] Add job to upload Experimental to Google Play production ( #3050 )
2021-04-13 15:41:55 -03:00
Diego Mello
69c0ccd8a7
Bump version to 4.17.0 ( #3058 )
2021-04-13 10:47:17 -03:00
Diego Mello
ecc0052c91
Search stops working after some time ( #3044 )
2021-04-07 17:41:19 -03:00
Gerzon Z
5a800fe21d
[FIX] Unable to search non-latin alphabet names on members list ( #3039 )
...
* Add search by name in members list
* Update RoomMembersView search
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-07 16:15:05 -03:00
Gerzon Z
23a7f0f689
[FIX] Status text not being updated on sidebar ( #3041 )
...
* Update StatusView.js
* Minor tweak
* Minor tweaks
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-07 16:11:15 -03:00
Sumukha Hegde
9ce374dc2d
[CHORE] Refactor mention tracking logic ( #2997 )
...
* [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>
2021-04-07 15:56:16 -03:00
Diego Mello
d04d0f27b6
[NEW] Basic support to Teams ( #3016 )
...
* 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>
2021-04-07 15:31:25 -03:00
Diego Mello
5a96f1ff6b
Bump version to 4.16.0 ( #3037 )
2021-04-05 15:15:56 -03:00
Diego Mello
8649c17f0c
Revert "[FIX] Make attachment validation compatible with web client ( #2927 )" ( #3036 )
...
This reverts commit d6200745c0
.
2021-04-05 14:36:04 -03:00
sadegh
71da1e370b
[FIX] i18n not being applied on login/register labels ( #2930 )
...
* Use I18n translate in login text input label
* Add to register and add missing strings
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-01 18:17:21 -03:00
Anant Bhasin
28ab90857c
[FIX] Non-reply attachments displaying time ( #2902 )
...
* Remove time if no message_link
* Fix message stories for replies
* Final stories fix
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-01 18:06:50 -03:00
Anant Bhasin
d6200745c0
[FIX] Make attachment validation compatible with web client ( #2927 )
...
* [FIX] Make attachment validation compatible with web client
* Added stories
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-01 18:01:58 -03:00
Anant Bhasin
e32ed8be09
[FIX] Regex typo on markdown ( #2928 )
...
* [FIX] Fix Regex Typo
* Add story for testing
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-01 17:54:31 -03:00
Gung Wah
45fe06111a
[TESTS] Move threads tests to its own file ( #2965 )
...
* [E2E TEST] Move threads test to another file
* changed descirbe title
* Rearrange files
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-01 17:08:15 -03:00
Gung Wah
704e071275
[FIX] E2EE password hiding automatically ( #2972 )
...
* [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>
2021-04-01 16:27:46 -03:00
Gung Wah
632751898c
[FIX] Search input not using the whole header space ( #3012 )
...
* [FIX] Search input not using the whole space
* Fix on getHeaderTitlePosition
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-01 11:09:02 -03:00
Gung Wah
8f0eae7a25
[FIX] Can't change status ( #3018 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-01 11:00:20 -03:00
Gung Wah
0ff916dc50
[IMPROVEMENT] Add "Message" option to Room Info ( #3029 )
...
* [CHORE] Go to room from hashtag
* Layout tweaks
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-04-01 10:54:39 -03:00
Diego Mello
656127aaab
[FIX] App crashing when attachment color is an invalid HEX ( #3021 )
2021-04-01 10:32:03 -03:00
Diego Mello
31d3594c2c
[FIX] Custom OAuth and iframe login attempts being called multiple times ( #3020 )
2021-04-01 10:29:21 -03:00
Diego Mello
bb844e52fb
[REGRESSION] Clear local server cache not loading rooms ( #3007 )
...
* Fix clear cache
* Write e2e tests
* Fix lint
* Fix isRTL
2021-04-01 09:58:20 -03:00
Diego Mello
ed181aa863
[IMPROVEMENT] Load only i18n files needed ( #3014 )
...
* Use json
* Load only i18n files needed
2021-04-01 09:38:16 -03:00
Diego Mello
98b2b0af4a
[CHORE] Use JSON files for i18n ( #3011 )
2021-04-01 09:28:39 -03:00