Commit Graph

2673 Commits

Author SHA1 Message Date
Reinaldo Neto 5625d5311b moved audio from message/component/audio to message/Audio 2023-10-05 00:06:15 -03:00
Reinaldo Neto f447757cf5 pauseAudio when roomview is blur 2023-10-04 23:11:01 -03:00
Reinaldo Neto 24ccc33e05 fix colors name 2023-10-04 17:57:18 -03:00
Reinaldo Neto 86daf8c020 update snapshot 2023-10-04 15:58:13 -03:00
Reinaldo Neto 037a74fb56 remove loading 2023-10-04 15:12:55 -03:00
Reinaldo Neto 2b379ee281 refactor audio component 2023-10-03 19:05:24 -03:00
Reinaldo Neto 8b053f630e moved the player from messageAudio to audioPlayer 2023-10-03 17:23:52 -03:00
Reinaldo Neto 182af31fb2 fix where call the pauseCurrentAudio 2023-09-22 15:26:06 -03:00
Reinaldo Neto 9094b73456 Merge branch 'develop' into feat.new-audio-player 2023-09-22 14:51:53 -03:00
Diego Mello 7278b36763
fix: Remove react-native-keycommands (#5220) 2023-09-21 16:05:36 -03:00
Diego Mello 043f48ae54
chore: Migrate RoomView/List to Hooks (#5207) 2023-09-21 15:32:47 -03:00
Aviad Pineles ed20c855d1
feat: properly fetch all settings from server (#5177) 2023-09-21 15:18:01 -03:00
Reinaldo Neto 9854f1626d
Merge branch 'develop' into feat.new-audio-player 2023-09-21 14:04:40 -03:00
Gleidson Daniel Silva 5c050091be
chore: update react-native-simple-crypto to 0.5.2 (#5208) 2023-09-21 09:19:36 -03:00
Gleidson Daniel Silva 08a29573b4
chore: improve useVideoConf code (#5214)
* improve useVideoConf code

* add log
2023-09-19 16:49:04 -03:00
Reinaldo Neto 0aa8a57630
fix: show attachment with query parameters (#5194)
* fix: show attachment with query parameters

* update tests

* remove global polyfill

---------

Co-authored-by: GleidsonDaniel <gleidson10daniel@hotmail.com>
2023-09-18 16:25:05 -03:00
Aviad Pineles cc553b05f6
fix: properly set new room to be encrypted according to server settings (#5176)
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
2023-09-12 10:07:11 -03:00
Aviad Pineles 9f8799d729
fix: don't re-encode public key when changing e2e password (#5174)
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-09-12 10:06:29 -03:00
Diego Mello 6a610a956f
feat: Remove landscape support from smartphones (#5203) 2023-09-08 10:51:12 -03:00
Diego Mello 79bc539773
feat: Dynamic action sheet height (#5202) 2023-09-08 10:47:42 -03:00
Reinaldo Neto b8a3615f7e
regression: the value of the uikit's block uikit could be undefined (#5195)
* regression: the value of the uikit's block uikit could be undefined

* update the test and add regression test

* update tests

---------

Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2023-09-05 13:52:51 -03:00
Gleidson Daniel Silva c31cb9b124
feat: add `readThreads` params to `subscriptions.read` (#5184)
* add readThreads params to subscriptions.read

* add tunread verification

* fix e2e test

* search cat message

* fix when grouping by unread

* increase timeout

---------

Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2023-09-05 09:20:06 -03:00
Diego Mello 780f426031
chore: Set large machine resource for Android E2E tests (#5197) 2023-09-01 17:30:21 -03:00
Diego Mello 66819681ff
chore: Set M1 Medium on CircleCI (#5196) 2023-09-01 13:53:19 -03:00
Diego Mello 024088dca6
feat: Refactor Status to make it handle user presence requests (#5148) 2023-08-29 16:15:26 -03:00
Gleidson Daniel Silva 7e7d42780f
fix: show the thread when it has zero messages (#5182)
* fix tcount logic

* add tests

* update timeout

* 🙄

* update snapshot

---------

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2023-08-29 13:50:42 -03:00
Diego Mello 3f476871bd
chore: Bump version to 4.41.0 (#5193) 2023-08-29 11:48:44 -03:00
Gleidson Daniel Silva d706118427
chore: update toast color in dark-theme (#5186)
* update toastBackground color on dark theme

* Update colors.ts

---------

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2023-08-28 18:37:59 -03:00
Gleidson Daniel Silva 3bbe553832
chore: update channel teams action label (#5183)
* update label

* Update en.json
2023-08-28 17:39:07 -03:00
Reinaldo Neto e735cef75e pause audio when entering a thread 2023-08-24 18:13:31 -03:00
Reinaldo Neto e84a5b3b4b pause audio when unmount a RoomView and unloadAll when focusing at RoomsListView 2023-08-24 17:57:00 -03:00
Reinaldo Neto 8cab77f94e change the class' name and add the method pauseCurrentAudio 2023-08-24 17:54:27 -03:00
Reinaldo Neto 0738f60f8e refactor colors to be the same as figmas name 2023-08-23 16:03:20 -03:00
Reinaldo Neto 67b3200a02 fix unloadAll, add hit slop to slider, show the duration on the first render 2023-08-23 11:57:11 -03:00
Reinaldo Neto fe18a1a3fa Merge branch 'develop' into feat.new-audio-player 2023-08-23 11:41:37 -03:00
Gleidson Daniel Silva 25c3f46750
feat: align mobile videoConf settings with web settings (#5136)
* add new videoConf settings

* add call-management permission

* create useSetting hook

* create useVideoConfCall hook

* use new videoconf settings

* change isAdmin check

* ignore older versions
2023-08-21 16:12:34 -03:00
Gleidson Daniel Silva 1de24befe5
feat: Add support to Android themed icons (#4932)
* add monochrome icon

* fix android icons

* revert ic_launcher_foreground.xml

* Update ic_launcher_round.xml

* Update ic_launcher_round.xml
2023-08-21 14:18:38 -03:00
Gleidson Daniel Silva 323143a45b
fix: fix bug in sub and bookmark search (#5163)
* add fav to subscription

* add fav to search sub
2023-08-21 10:45:37 -03:00
Reinaldo Neto fba1419f90
regression: save different files with the same name and extension (#5171) 2023-08-18 17:30:44 -03:00
Diego Mello 529891fcc0
regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
Gleidson Daniel Silva 65b409beb0
fixes the logic for when the last message is a message from a thread (#5129) 2023-08-17 18:49:05 -03:00
Reinaldo Neto f5da42aae4
regression: preview format text for edge cases (#5172) 2023-08-17 16:44:41 -03:00
Gleidson Daniel Silva 96bb25e5b4
fix: disable backup of mmkv keys in icloud (#5165)
* set accessible key to mmkv

* update patch package
2023-08-17 16:41:20 -03:00
Reinaldo Neto a026f2beaf remove the PAUSE_AUDIO 2023-08-16 18:30:25 -03:00
Reinaldo Neto 14625821d6 fix rate state 2023-08-16 18:16:19 -03:00
Reinaldo Neto b88c3b1386 minor tweak 2023-08-16 17:57:35 -03:00
Reinaldo Neto e50e59d6e7 remove audio copy 2023-08-16 17:10:46 -03:00
Reinaldo Neto 927225c0bb change the way we treat the audio 2023-08-16 16:52:56 -03:00
Gleidson Daniel Silva f78f6f33ff
fix: add fallback to unsupported MathML tags in MathJax (#5127)
* add react-native-katex

* use default message height
2023-08-16 09:02:53 -03:00
Gleidson Daniel Silva acbcac29c8
fix: fix bugs related to auto-translate and add tests (#5144)
* fix re-render on autoTranslateRoom sub update

* create autoTranslate tests

* create getMessageFromAttachment

* fix autoTranslate null value

* add translateLanguage to context

* fix type

* fix shouldComponentUpdate

* add autoTranslate and autoTranslateLanguage to subscription

* use getMessageFromAttachment instead att.description

* remove dequal

* add tryCatch

* 🙏
2023-08-14 17:22:46 -03:00