Gerzon Z
a226cad57c
Undo changes, add timeFormat prop
2021-10-05 12:00:00 -04:00
Gerzon Z
89a2381a1e
test commit
2021-10-04 18:03:28 -04:00
Gerzon Z
eedfd42162
Minor tweak
2021-10-04 13:19:01 -04:00
Gerzon Z
f9dc2a975f
Merge branch 'develop' into new.add-discusions-roomactionsview
2021-10-04 13:14:07 -04:00
Reinaldo Neto
d19f1245e6
[FIX] Searching for Online and All users for server's version less than 3.16.0 ( #3407 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-10-01 17:37:50 -03:00
Reinaldo Neto
8916a195a8
[FIX] Toggle password visibility button not working ( #3404 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-10-01 17:36:59 -03:00
Diego Mello
8de6adcf79
Chore: Update WatermelonDB to 0.23.0 ( #3386 )
2021-10-01 17:35:13 -03:00
Gerzon Z
f196a7afaf
Chore: Update Reanimated to 2.2.2 ( #3341 )
...
* Update reanimated to 2.2.0
* Podfile and Manifest
* Update MainApplication.java
* Merge develop to branch
* Update yarn.lock
* Run yarn
* Other fixes
* Fix for Android build https://github.com/software-mansion/react-native-reanimated/issues/2412#issuecomment-917958173
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-10-01 17:34:25 -03:00
Reinaldo Neto
5bb5d54327
[FIX] Fetch members on RoomMembersView ( #3403 )
...
* [FIX] Fetch members on RoomMembersView
* needed to add a conditional to the response
* result back properly from rocketchat lib
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-28 16:34:14 -03:00
Reinaldo Neto
c5df938768
[FIX] Room Actions buttons not showing after taking a channel from Omnichannel Queue ( #3399 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-28 16:33:25 -03:00
Reinaldo Neto
80d14037be
[FIX] Canned Responses minor fixes ( #3400 )
...
* fix onChangeText usedCanned on tablet
* removed refreshControl
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-28 16:25:20 -03:00
Reinaldo Neto
d2544a79c8
[IMPROVE] Onboarding changes ( #3387 )
...
- Change the first screen of the app
- Minor changes on NewServerView and make it the first screen of the app
- Add "Create workspace" to ServerDropdown
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-23 11:17:53 -03:00
Diego Mello
30aab71db1
[FIX] Preserve voice message if recording is interrupted ( #3397 )
...
* 7c25909671
* Minor changes
Co-authored-by: Marco Jakobs <mj@jacotec.de>
2021-09-23 09:16:23 -03:00
Reinaldo Neto
a52199a49c
[NEW] Canned responses ( #3355 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-22 14:29:26 -03:00
Gerzon Z
0871849de8
[IMPROVE] Voice messages improvements ( #3385 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Marco Jacotec <mj@jacotec.de>
2021-09-21 11:47:00 -03:00
Gerzon Z
d1d35c7a6e
Minor tweak
2021-09-17 16:33:22 -04:00
Gerzon Z
df480fb8ae
Update property type rule
2021-09-17 16:26:10 -04:00
Gerzon Z
5379109882
Rollback interfaces changes
2021-09-17 16:25:07 -04:00
Gerzon Z
ec665e0bdb
Simplify logic
2021-09-17 16:22:02 -04:00
Gerzon Z
cc07128eb1
Remove unused params
2021-09-17 16:17:50 -04:00
Gerzon Z
c641bf5577
Fix threads
2021-09-17 16:10:57 -04:00
Gerzon Z
9473bf4024
Minor tweaks
2021-09-17 15:55:06 -04:00
Gerzon Z
88dbf345ea
Update e2e tests
2021-09-17 15:26:48 -04:00
Gerzon Z
6128bc4e50
Migrate SearchHeader to TS
2021-09-17 15:22:40 -04:00
Gerzon Z
55b89e6e43
Merge branch 'develop' into new.add-discusions-roomactionsview
2021-09-17 15:18:17 -04:00
Gerzon Z
ecee12c9d0
Migrate to TypeScript, update interfaces and some changes to container components
2021-09-17 15:15:26 -04:00
lingohub[bot]
4eb42d70b9
Language update from LingoHub 🤖 ( #3374 )
...
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>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-17 09:48:49 -03:00
Gerzon Z
8ccce58ddd
Minor tweaks
2021-09-16 14:16:02 -04:00
Gerzon Z
4f241b32d0
[IMPROVE] Fetch members from API endpoint ( #3351 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-16 13:26:05 -03:00
Diego Mello
191e71c887
Merge branch 'develop' into new.add-discusions-roomactionsview
2021-09-15 17:38:14 -03:00
Alex Junior
5bc74c6c68
Chore: Migrate DirectoryView to Typescript ( #3379 )
...
* [improve] - migrate the view: DirectoryView to typescript
* [improve] - migrate the view: removing unnecessary variables
* minor changes
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-15 17:37:21 -03:00
Alex Junior
308be2d2f4
Chore: Migrate CreateDiscussionView to Typescript ( #3378 )
...
* [improve] - migrate the view: CreateDiscussionView to typescript
* minor changes
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-15 16:58:14 -03:00
Alex Junior
212d7baea0
Chore: Migrate AutoTranslateView to Typescript ( #3380 )
...
* [improve] - migrate the view: AutoTranslateView to typescript
* TODO -> TODO:
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-15 11:38:51 -03:00
Gerzon Z
f88a6fa40b
Fix lint
2021-09-15 09:28:55 -04:00
Gerzon Z
565f5d71f8
Merge branch 'develop' into new.add-discusions-roomactionsview
2021-09-15 09:25:52 -04:00
Alex Junior
93d734bfa9
Chore: Migrate AdminPanelView to Typescript ( #3377 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-15 10:18:53 -03:00
Gerzon Z
f4c86eca29
Merge develop into branch
2021-09-14 15:30:03 -04:00
Chris Price
28d7a1bab2
[FIX] Black screen on share extension if lock screen is enabled ( #3320 )
...
* Resolve issue causing black screen when sharing
* Add logEvent to error in local authenticate
* minor tweak
* Revert changes
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-09-14 15:31:36 -03:00
Diego Sampaio
b795d4b013
[IMPROVE] Show full image when available ( #3370 )
...
Co-authored-by: Gerzon Z <gerzonc@icloud.com>
2021-09-14 13:11:26 -03:00
Alex Junior
69a67ea998
Chore: Start Typescript migration ( #3279 )
2021-09-13 17:41:05 -03:00
Gerzon Z
91dedfb620
Convert SearchHeader to reusable component and minor tweaks to DiscussionMessagesView
2021-09-08 19:56:35 -04:00
Gerzon Z
7429e4be5c
Add getDiscussions endpoint
2021-09-03 15:50:18 -04:00
Gerzon Z
2b1f78f3ec
Fix search
2021-09-03 11:11:57 -04:00
Gerzon Z
330ab40e16
Fix navToRoomInfo
2021-09-02 17:04:39 -04:00
Gerzon Z
cc404b1d78
Merge branch 'develop' into new.add-discusions-roomactionsview
2021-09-01 15:17:45 -04:00
Gerzon Z
2d89d07e21
Minor tweak
2021-09-01 13:15:15 -04:00
Diego Mello
2c31fc2b84
Chore: Update Jitsi to 3.6.0 ( #3292 )
...
* Fix RN deps
* Update react-native-jitsi-meet
* Working on iOS from Jitsi source
* Dependencies installed
* Temp android
* Kinda working android
* Working on iOS with our SDK
* Use our maven repo
* Fix temp maven url
* Cleanup
* Fix maven url
* Bring chat back
* Add activity indicator
* Update react-native-jitsi-meet
* Fix loading on iOS
* Clear gradle cache
* Try 3.6.0
* Dummy change to update gradle cache
* Point to merged forks
* update pod commit
2021-08-30 11:27:02 -03:00
Gerzon Z
f5bbdb85cf
[FIX] TextInput breaking line ( #2873 )
...
* Update TextInput's padding
* Chante textAlign to auto and to ellipses longer text than the width
* Added story with changes in text input
* Changed in TextInput stories
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-08-27 17:03:59 -03:00
Reinaldo Neto
666943a698
[FIX] E2E Encryption button doesn't appear ( #3343 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-08-27 15:49:26 -03:00
Reinaldo Neto
f838825644
[FIX] Evaluate values in handle failure ( #3235 )
...
* [FIX] HEvaluating proper the error for channel, team and undefined
* Added some team errors in i18n
* Added unauthorized to i18n
* Test if there is channel name too, to prevent to show {missing roomName}
* Refactor the treatment error to check if exists before translate with i18n
* Remove some check conditional points
* Minor tweak
* Added array with error inside the createChannel
* Moved error array to inside the handleFailure
* added creating_discussion
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-08-27 13:34:38 -03:00