Commit Graph

1578 Commits

Author SHA1 Message Date
Diego Mello 13bf3b7601
Merge branch 'develop' into detoxRunner 2021-04-09 17:07:35 -03:00
Anant Bhasin 2c16cfccab No env 2021-04-10 00:26:51 +05:30
Anant Bhasin 846f78119e final for now 2021-04-09 23:57:39 +05:30
Anant Bhasin 50ea766684 Keystore gen update 2021-04-09 21:23:28 +05:30
Anant Bhasin d0503e82da Keystore gen update 2021-04-08 22:41:12 +05:30
Anant Bhasin bad5cf611b Keystore gen update 2021-04-08 13:10:11 +05:30
Anant Bhasin 2a1ffc3241 Keystore gen update 2021-04-08 13:09:16 +05:30
Anant Bhasin dffae784c6 Keystore gen update 2021-04-08 12:51:53 +05:30
Anant Bhasin 6afc6a1640 Keystore gen update 2021-04-08 12:40:47 +05:30
Anant Bhasin 86f59b1c2c Keystore gen update 2021-04-08 12:22:08 +05:30
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
Anant Bhasin d776d97fa2 Keystore gen update 2021-04-08 00:05:35 +05:30
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
Anant Bhasin 6e5818bf22 Keystore gen 2021-04-07 23:09:18 +05:30
Anant Bhasin 64bfb34633 Keystore gen 2021-04-07 22:56:27 +05:30
Anant Bhasin a567c09b03 Keystore gen 2021-04-07 22:25:59 +05:30
Anant Bhasin f339c8964a secret store 2021-04-06 22:58:19 +05:30
Anant Bhasin 3aa65fb989 secret decode 2021-04-06 22:50:25 +05:30
Anant Bhasin cc438bcea5 check release build 2021-04-06 21:55:56 +05:30
Anant Bhasin f032be02ad timeout extension 2021-04-06 21:32:11 +05:30
Anant Bhasin 3b6af94ab8 timeout extension 2021-04-06 15:53:37 +05:30
Anant Bhasin 0c8fc8b992 last correction 2021-04-06 12:45:17 +05:30
Anant Bhasin 8be6ab5cfe timeout increase 2021-04-06 12:22:14 +05:30
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
Anant Bhasin 8738687129 ... 2021-04-05 20:01:44 +05:30
Anant Bhasin 2577629dac Checking again 2021-04-05 19:52:52 +05:30
Anant Bhasin b6d056ef9f Emu 2021-04-05 18:02:13 +05:30
Anant Bhasin 1447a1b28c JDK update Actions 2021-04-05 17:52:04 +05:30
Anant Bhasin 8c75934312 Detox config added 2021-04-05 17:34:53 +05:30
Anant Bhasin 4ede697231 Detox Test 2021-04-05 17:30:56 +05:30
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
Diego Mello 4e0dc784c1
[FIX] Create discussion request being sent with null value on encryption param (#3033) 2021-04-01 09:24:28 -03:00
Gerzon Z c5bf13c22d
[REGRESSION] Auth via deep linking not working (#3015)
* Update rocketchat and add e2e test for deep linking

* Update rocketchat and add e2e test for deep linking

* Update deeplinking e2e

* fix deep linking auth

* Test deep linking auth

* Fix deeplink to rid and add tests

* Small refactor

* Add non existing server test

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-31 18:01:20 -03:00