Commit Graph

1592 Commits

Author SHA1 Message Date
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
Diego Mello a329738bc8
Bump version to 4.17.0 (#3083) 2021-04-19 17:44:31 -03: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
Anant Bhasin f6ab1dda62 Making tests work 2021-04-13 15:37:08 +05:30
Anant Bhasin 12cf327754 Start RN debug server earlier 2021-04-10 02:00:08 +05:30
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