Commit Graph

765 Commits

Author SHA1 Message Date
Elias Nahum
25ddc894f2 Fix more messages bar on iOS without insets (#6752) 2022-11-11 20:47:25 +02:00
Daniel Espino García
1aa4188f8e Move config to its own database table (#6744)
* Move config to its own database table

* Address feedback

* Fix test

* Revert minimum version related changes
2022-11-11 21:20:42 +04:00
Jason Frerich
b078efe84f [Gekidou MM-48281] Fix issue with single image result extending to full height of the image (#6750) 2022-11-10 10:56:35 -06:00
Pablo Velez Vidal
46b66a5baf initial logic for showing/not showing the onboarding 2022-11-10 15:27:35 +01:00
Pablo Velez Vidal
d11662508e make scroll to easing and depending on how many items to move, fix SVG 2022-11-09 13:03:31 +01:00
Elias Nahum
57ae3bbc7b fix pods 2022-11-09 00:36:57 +02:00
Elias Nahum
ae0eb43793 [Gekidou] EMM fixes (#6730) 2022-11-08 22:49:39 +02:00
Christopher Poile
7038a17ef4 MM-48000: Call started in another client creates a CurrentCall on mobile client (#6708)
* move creating/leaving currentCall into the connection; refactoring

* refactoring; two-stage connecting so existing screen stream can be saved

* better separation of concerns

* change warning to debug

* use getServerDatabase instead of getActiveServerDatabase

* fix bugs

* PR comments
2022-11-08 14:45:10 -05:00
Jason Frerich
23194034da [Gekidou MM-47765] Add horizontal padding to empty results (#6745) 2022-11-08 12:54:57 -06:00
Daniel Espino García
579eb2d4cd Remove no longer needed todos (#6748) 2022-11-08 20:33:22 +02:00
Julian Mondragon
00914016b8 Merge branch 'gekidou' of https://github.com/mattermost/mattermost-mobile into MM-39720 2022-11-08 11:09:15 -05:00
Christopher Poile
8374d7e87f MM-47004 - Calls: Client-side errors for microphone permissions (#6669)
* call error bar for microphone permissions; global permissions state

* i18n

* refactor permissionErrorBar component, PR comments

* add module dependency's mocks for tests

* fix error bar height

* change permissions error text

* working on 46999 redo audio handling -- will revert

* Revert "working on 46999 redo audio handling -- will revert"

This reverts commit 87bafc452c6ad6e1d7ae79ce78a0f2b461c2f150.

* only get voice track when we have mic permissions

* Android: enable mic when permissions are granted
2022-11-08 10:52:52 -05:00
Pablo Velez Vidal
d9239f3996 remove the need for rerender the footer buttons when last slide 2022-11-08 16:39:50 +01:00
Javier Aguirre
cc5331f2ba The value wasn't unique (#6731) 2022-11-08 10:27:52 +02:00
Christopher Poile
7f5dc3c718 MM-47763 - Calls: "who is speaking" state (#6721)
* move voiceOn to the currentCall state

* simplify

* prefer no inline fns
2022-11-07 17:11:40 -05:00
Pablo Velez Vidal
c9ae29f010 use svg correctly in react native style 2022-11-07 22:35:16 +01:00
Christopher Poile
e38e547ce2 MM-45972 - Calls: test ws messages when app is in background (#6720)
* update current call on reconnect

* move loadConfigAndCalls above deferredAppEntryActions
2022-11-07 16:29:59 -05:00
Pablo Velez Vidal
564c8f2f8e fix animations for texts and buttons in footer 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
954d28e71e fix image opacity 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
63cc3e7413 add initial animation on load for first slide 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
d921da0e9d add types and translate to texts 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
3c64f308f1 fix all remaining animations using reanimate 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
d4547f3e7a fix the dots animation 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
5522b20084 animate final buttons and modify paginator animation 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
12ce554491 initial migration of everything using reanimated 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
88ef4fa9ed start the buttons animation 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
2a5237c024 add the outer dot style 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
90cac692b4 improve the animations for image and text 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
9f4207ddcf add initial animations to ttitle and text 2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
f4abc5a20f extract the button to its own component; start text animations 2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
50b832fbad use last index to modify buttons texts 2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
92087b8c3f add the sign in handler 2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
519fcd2181 add the paginator animations shadows 2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
19b2c3c41f Add the paginator 2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
1d134d705b add images, add initial flat list with horizontal scroll 2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
b7e8c3b739 MM-35065 - add addonboarding screens; first steps 2022-11-07 18:44:10 +01:00
Matthew Birtch
1d4806d7b0 udpated theme color and position of unread dot and adjusted border radius on selected team (#6738) 2022-11-07 05:09:17 +02:00
Matthew Birtch
8e6c452256 change generic file icon to paperclip icon (#6739) 2022-11-07 05:09:03 +02:00
Elias Nahum
d8504b822c Update denim theme link color (#6733) 2022-11-04 20:57:12 +04:00
Julian Mondragon
46b4d46e56 MM-39720_Invite People - phase 1
intl character
2022-11-03 12:16:20 -05:00
Mylon Suren
684bbb4aef Remove down arrow next to team name and make team name unclickable (#6715) 2022-11-03 17:37:58 +02:00
Julian Mondragon
51329fb36c MM-39720_Invite People - phase 1
address feedback
2022-11-03 10:15:28 -05:00
Jason Frerich
88ff8fac30 [Bug] Emit boolean with "of" operator (#6729) 2022-11-02 19:35:23 -05:00
Julian Mondragon
eef43619fc MM-39720_Invite People - phase 1
Plus menu separator
2022-11-02 13:51:17 -05:00
Jason Frerich
debcc99480 [Gekidou MM-48006] Show keyboard when select a modifier (#6714) 2022-11-02 12:15:54 -05:00
Julian Mondragon
647cd4c9c2 MM-39720_Invite People - phase 1 2022-10-31 18:12:03 -05:00
Daniel Espino García
f033a28eb2 Make so Autocomplete opens when we use the at quick action (#6613)
* Make so Autocomplete opens when we use the at quick action

* Open keyboard when the quick action is pressed
2022-10-31 18:02:44 +01:00
Jason Frerich
b58b425909 [Gekidou - MM-47656] Members List UI Changes (#6698) 2022-10-31 09:44:04 -05:00
Daniel Espino García
bb0322321e Fetch and store bindings (#6660)
* Fetch and store bindings

* Fix navigate and form opening
2022-10-28 17:08:28 -04:00
Guillermo Vayá
fd7ab546e0 don't bold muted channels (#6713) 2022-10-28 10:53:29 -03:00