Elias Nahum
dfe2b7cfbd
CRT fixes for MM-44210 & MM-44156 ( #6295 )
...
* CRT fixes for MM-44210 & MM-44156
* Covered other conditions and renamed variables to be consistent
Co-authored-by: Anurag Shivarathri <anurag6713@gmail.com >
2022-05-20 06:28:12 +05:30
Elias Nahum
4573732fd2
[Gekidou] channel quick actions ( #6288 )
...
* Add hitSlop to navigation header right buttons
* Fix channel_item info muted style
* Fix team switch when global threads
* Wrap WS channel events in try/catch
* Group Box component and Animated Group Box
* SlideUpPanelItem style
* Fix return value of setCurrentTeamAndChannelId
* Add observeChannelSettings and include channel settings in prepareDeleteChannel
* update OPTIONS_HEIGHT reference in find channels quick options
* Fix DM limit in channel list
* Fix category header style and translate default categories
* Add snackbar for unmute/favorite/unfavorite
* Add toggleFavoriteChannel remote action
* Add makeDirectChannelVisible remote action
* Use makeDirectChannelVisible in switchToChannelById and update toggleMuteChannel snackbar
* Add channel actions common components
* Update channel intro to use channel action common components
* Rename ChannelDetails screen to ChannelInfo
* Add channel quick actions
* Update localization strings
* Fix addChannelToDefaultCategory
* Leave channel
* Add localization strings
* Fix snackBar screen event listener
* Feedback review
2022-05-19 14:30:55 -04:00
Matthew Birtch
06d2f1facd
[Gekidou - MM-44258] Modifies post padding to 16 ( #6292 )
...
* modifies post padding to 16 instead of 20
* add spacing changes for date separator, new message line, youtube, files, thread overview, channel info, post with channel info
* update snapshots
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
2022-05-19 13:24:33 -04:00
Elias Nahum
353e5ceb0a
[Gekidou] Skip push notification processing for CRT ( #6289 )
...
* Skip push notification processing for CRT
* Fix pushNotificationEntry
2022-05-19 13:03:14 -04:00
Avinash Lingaloo
c1a39094c6
MM-39711 Gekidou Settings - Display Main Screen ( #6287 )
...
* added chevron to menu item component
* starting with the skeleton
* starting with the skeleton
* starting with the skeleton
* starting with the skeleton
* remove extra line
* tested on tablets
* some corrections
* corrections as per review
* starting with notification skeleton
* attached notification settings to navigation
* added auto responder
* update translation
* update snapshot
* updated snapshot
* correction after review
* removed unnecessary screen
* refactored
* updated the testIDs
* Update Package.resolved
* refactor
* removed Mattermost as default server name
* fix ts
* refactored settings constant
* display settings skeleton
- pending: query for allowed themes
* added 'allowedThemes' query
* correction after review
* correction after review
* removed extra notification_settings line
* Update en.json
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-05-19 17:14:29 +04:00
Avinash Lingaloo
8902c8e1c1
MM-39711 Gekidou Settings - Notification Main Screen ( #6285 )
...
* added chevron to menu item component
* starting with the skeleton
* starting with the skeleton
* starting with the skeleton
* starting with the skeleton
* remove extra line
* tested on tablets
* some corrections
* corrections as per review
* starting with notification skeleton
* attached notification settings to navigation
* added auto responder
* update translation
* update snapshot
* updated snapshot
* correction after review
* removed unnecessary screen
* refactored
* updated the testIDs
* Update Package.resolved
* refactor
* removed Mattermost as default server name
* fix ts
* refactored settings constant
* correction after review
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-05-19 08:47:49 -04:00
Daniel Espino García
4bd2416d47
Observe CRT preference with values ( #6291 )
2022-05-19 12:32:06 +02:00
Daniel Espino García
0464dd34ee
Unify entry functions ( #6231 )
...
* Unify entry functions
* Handle switched to channel on websocket reconnect
* Simplify global threads by moving it to switchByChannelId
* Keep in mind team when changing to global threads view
* Avoid unneeded channel switches on notification entry
* Fix effects on home screen
* Address feedback
2022-05-19 11:24:59 +02:00
Kyriakos Z
fd2a8a36e8
MM-40081: adds pull to refresh in threads ( #6284 )
...
Adds pull to refresh functionality in global threads lists, both in all
and unread threads.
Refreshing fetches either all newer threads, or in the case we have no
threads in store, the first page of threads.
2022-05-19 11:10:02 +03:00
Shaz MJ
6d6085ed4b
[Gekidou] Groups + group membership schema ( #6251 )
...
* First pass at adding groups to mobile
* Reverts back and updates the group vars
* Cleans tests
* Missing created/updated/deleted fields in types, many-many ref fix
* Adds to manager
* PR Feedback
* Failing test
* Move FK out of comment, add indexes
* updated docs/database/server artefacts
Co-authored-by: Avinash Lingaloo <avinashlng1080@gmail.com >
2022-05-19 17:54:39 +10:00
Daniel Espino García
7e27113f61
Use local channels on channel autocomplete ( #6272 )
...
* Use local channels on channel autocomplete
* Only load local channels on demand
2022-05-19 09:12:05 +02:00
Daniel Espino García
a4674915c1
Better handle go to location ( #6262 )
...
* Better handle go to location
* Improve server check
2022-05-19 09:06:31 +02:00
Avinash Lingaloo
b94790960f
MM-39711 Gekidou Settings Main Screen ( #6281 )
...
* added chevron to menu item component
* starting with the skeleton
* starting with the skeleton
* starting with the skeleton
* starting with the skeleton
* remove extra line
* tested on tablets
* some corrections
* corrections as per review
* updated snapshot
* correction after review
* removed unnecessary screen
* refactored
* updated the testIDs
* Update Package.resolved
* refactor
* removed Mattermost as default server name
2022-05-18 11:37:11 +04:00
Avinash Lingaloo
e2d45165ab
MM-43584 - Gekidou Mute Channel SnackBar ( #6241 )
...
* add remote action updateChannelNotifyProps
* Squashed commit of the following:
commit f093cd3409
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Mon May 2 12:12:43 2022 +0400
revert changes made to the ephemeral store
commit aabe8bd17e
Merge: 18df47210 ee01febbb
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Mon May 2 12:09:50 2022 +0400
Merge branch 'gekidou' into gekidou-snack-bars
commit 18df472108
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Mon May 2 12:04:53 2022 +0400
fix timer not stopping
commit 5910238aaa
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 18:19:18 2022 +0400
style fix
commit def4ad4cfd
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 14:36:36 2022 +0400
eslint fix
commit 99fa65e780
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 14:18:03 2022 +0400
fix styling
commit cf335e28b0
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 13:54:05 2022 +0400
fix layoutAnimation
commit d1dacbba73
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 13:43:04 2022 +0400
add exitingg layoutAnimation
commit bb1156c3da
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 13:26:37 2022 +0400
add entering layoutAnimation
commit 36d7286acd
Merge: 177281fbe 22a173ec9
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 11:41:30 2022 +0400
Merge branch 'gekidou' into gekidou-snack-bars
commit 177281fbeb
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 11:41:06 2022 +0400
cancelled timers on panning start
commit 6925cf59aa
Merge: e294a3a19 dad63b87b
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 17:36:11 2022 +0400
rebasing
commit e294a3a199
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 17:14:33 2022 +0400
dismiss overlay on tabPress
commit 9a57a0866f
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 16:59:07 2022 +0400
dismiss overlay on tabPress
commit c7eef4b304
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 15:55:33 2022 +0400
dismiss overlay on navigating away
commit 58a364171e
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 15:25:27 2022 +0400
dismiss overlay on navigating away
commit 3c53e7d6a7
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 13:42:10 2022 +0400
checks for ongoing animation
commit e62a4ee2a2
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 13:14:39 2022 +0400
removed toast keyword
commit bc014b86e9
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 12:54:55 2022 +0400
PanGesture- fine tuning the animation
PanGesture- wip
commit 8f675566e7
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 12:09:35 2022 +0400
PanGesture- wip
commit eb2a63c75f
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed Apr 27 11:17:13 2022 -0400
snack positioning and touches
commit 6db7f0e0e7
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 27 16:43:47 2022 +0400
using EphemeralStore and listeners to discard overlays
commit 99a9a52789
Merge: 5237401f5 776f56efb
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 27 14:51:32 2022 +0400
Merge branch 'gekidou' into gekidou-snack-bars
commit 5237401f52
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 27 13:16:47 2022 +0400
able to touch through on iOS
commit 7dc5c5c39e
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Tue Apr 26 15:17:53 2022 +0400
adding PanGesture
adding PanGesture- wip
PanGesture- wip
commit 772654f7e5
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 21 13:57:42 2022 +0400
update message to text
commit 53c7ca68ba
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 21 13:40:30 2022 +0400
adjust width
commit 0c20bd7e73
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 18:05:44 2022 +0400
changed location to sourceScreen in post.tsx
commit efbccbb710
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 18:04:19 2022 +0400
removed space
commit cc400482bd
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 18:01:23 2022 +0400
corrections from reviews
commit 4204b6c656
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 14:47:52 2022 +0400
Update en.json
commit 80f6d675f5
Merge: c59a2cfc0 c1e71b09c
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 14:27:33 2022 +0400
Merge branch 'gekidou' into gekidou-snack-bars
commit c59a2cfc05
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 13:58:22 2022 +0400
removed offSetY
commit a65af7057b
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 12:24:02 2022 +0400
styling tablet
wip
tablet portrait
commit 3ef280c80c
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Tue Apr 19 16:10:37 2022 +0400
styling mobile
wip
* Squashed commit of the following:
commit ab09b39c77
Merge: 038476c01 362db9d98
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu May 5 15:06:12 2022 +0400
Merge branch 'gekidou' into gekidou-snack-bars
commit 038476c01a
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu May 5 15:05:24 2022 +0400
bumping the toast vertically by 4px
commit 362db9d98d
Author: Shaz MJ <shaz.amjad@mattermost.com >
Date: Thu May 5 11:17:33 2022 +1000
Moves collapse animation to FlatList, updates timings (#6220 )
* Moves collapse animation to FlatList, updates timings
* dev review
* filters unreads from other categories & removes duplicate
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
commit 14abe4d2ac
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 17:26:32 2022 -0400
Remove jcenter (#6226 )
commit c8e46607b7
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 13:13:23 2022 -0400
upgrade exoplayer
commit 32fd8e3cda
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 12:15:13 2022 -0400
Add ellipsis to server displayName & url (#6223 )
commit abc5dc4bc3
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:55:51 2022 -0400
Fix GM display name (#6215 )
commit ecfbb934a8
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:51:14 2022 -0400
[Gekidou] Exclude muted channels from unread badges (#6208 )
* Exclude muted channels from unread badges
* Gekidou unreads mention fix (#6221 )
* Removes muted channels without mentions from grouped unreads
* show channel if unread and have no mentions when unread up top
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
Co-authored-by: Shaz MJ <shaz.amjad@mattermost.com >
commit 588491f582
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:32:43 2022 -0400
Fix alignment of custom status (#6211 )
commit 4fc077caef
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:13:17 2022 -0400
Fetch missing custom emojis (#6216 )
commit 3aa0425fdd
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:12:37 2022 -0400
Preserve notifications when tapping or clearing notifications from a channel (#6209 )
commit bd50422167
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 17:26:35 2022 -0400
Hide archive channels in channel list (#6214 )
commit 43c43e50d4
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 14:43:55 2022 -0400
Do not set new line message indicator on own posts (#6206 )
commit f973ac8016
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 14:29:37 2022 -0400
[Gekidou] Find channels (remote) (#6203 )
* Display local results
* Fix queryPreferencesByCategoryAndName to observeWithColumns value
* Find channels (remote)
* ux feedback review
* dev review
* dev review 2
* Fetch deleted channels from other teams
commit bb42339c42
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 11:58:47 2022 -0400
Increase tap area of the + button on home screen (#6207 )
commit 02b4295464
Author: Daniel Espino García <larkox@gmail.com >
Date: Tue May 3 17:22:21 2022 +0200
[Gekidou] [MM-39936] Add Select Team Screen (#6180 )
* Add Select Team Screen
* Fixes for iPhone and iPad
* Fix tests
* Address feedback
* Fix tests
* Theme illustration
* Address feedback and fixes
* Remove database warnings by avoiding recalculations on repeated events.
* Address feedback
* Remove unneeded catch
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local >
commit 2376dc934c
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 08:54:13 2022 -0400
Fix Back button position in Navigation Header (#6204 )
commit f093cd3409
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Mon May 2 12:12:43 2022 +0400
revert changes made to the ephemeral store
commit aabe8bd17e
Merge: 18df47210 ee01febbb
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Mon May 2 12:09:50 2022 +0400
Merge branch 'gekidou' into gekidou-snack-bars
commit 18df472108
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Mon May 2 12:04:53 2022 +0400
fix timer not stopping
commit 5910238aaa
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 18:19:18 2022 +0400
style fix
commit def4ad4cfd
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 14:36:36 2022 +0400
eslint fix
commit 99fa65e780
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 14:18:03 2022 +0400
fix styling
commit cf335e28b0
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 13:54:05 2022 +0400
fix layoutAnimation
commit d1dacbba73
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 13:43:04 2022 +0400
add exitingg layoutAnimation
commit bb1156c3da
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 13:26:37 2022 +0400
add entering layoutAnimation
commit 36d7286acd
Merge: 177281fbe 22a173ec9
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 11:41:30 2022 +0400
Merge branch 'gekidou' into gekidou-snack-bars
commit 177281fbeb
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Fri Apr 29 11:41:06 2022 +0400
cancelled timers on panning start
commit 6925cf59aa
Merge: e294a3a19 dad63b87b
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 17:36:11 2022 +0400
rebasing
commit e294a3a199
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 17:14:33 2022 +0400
dismiss overlay on tabPress
commit 9a57a0866f
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 16:59:07 2022 +0400
dismiss overlay on tabPress
commit c7eef4b304
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 15:55:33 2022 +0400
dismiss overlay on navigating away
commit 58a364171e
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 15:25:27 2022 +0400
dismiss overlay on navigating away
commit 3c53e7d6a7
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 13:42:10 2022 +0400
checks for ongoing animation
commit e62a4ee2a2
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 13:14:39 2022 +0400
removed toast keyword
commit bc014b86e9
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 12:54:55 2022 +0400
PanGesture- fine tuning the animation
PanGesture- wip
commit 8f675566e7
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 28 12:09:35 2022 +0400
PanGesture- wip
commit eb2a63c75f
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed Apr 27 11:17:13 2022 -0400
snack positioning and touches
commit 6db7f0e0e7
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 27 16:43:47 2022 +0400
using EphemeralStore and listeners to discard overlays
commit 99a9a52789
Merge: 5237401f5 776f56efb
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 27 14:51:32 2022 +0400
Merge branch 'gekidou' into gekidou-snack-bars
commit 5237401f52
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 27 13:16:47 2022 +0400
able to touch through on iOS
commit 7dc5c5c39e
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Tue Apr 26 15:17:53 2022 +0400
adding PanGesture
adding PanGesture- wip
PanGesture- wip
commit 772654f7e5
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 21 13:57:42 2022 +0400
update message to text
commit 53c7ca68ba
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu Apr 21 13:40:30 2022 +0400
adjust width
commit 0c20bd7e73
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 18:05:44 2022 +0400
changed location to sourceScreen in post.tsx
commit efbccbb710
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 18:04:19 2022 +0400
removed space
commit cc400482bd
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 18:01:23 2022 +0400
corrections from reviews
commit 4204b6c656
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 14:47:52 2022 +0400
Update en.json
commit 80f6d675f5
Merge: c59a2cfc0 c1e71b09c
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 14:27:33 2022 +0400
Merge branch 'gekidou' into gekidou-snack-bars
commit c59a2cfc05
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 13:58:22 2022 +0400
removed offSetY
commit a65af7057b
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Wed Apr 20 12:24:02 2022 +0400
styling tablet
wip
tablet portrait
commit 3ef280c80c
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Tue Apr 19 16:10:37 2022 +0400
styling mobile
wip
* minor clean up
* Squashed commit of the following:
commit c7c00b8316
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Thu May 5 18:25:46 2022 -0400
Ensure posts are not covered by the post draft on channel switch
commit 58719c82dc
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Thu May 5 14:09:30 2022 -0400
fix flip of post list (#6234 )
commit 9d3c7c9496
Author: Joseph Baylon <joseph.baylon@mattermost.com >
Date: Thu May 5 10:04:33 2022 -0700
Detox/E2E: Messaging e2e tests in Gekidou (#6228 )
commit 1760b75dbf
Author: Anurag Shivarathri <anurag6713@gmail.com >
Date: Thu May 5 21:03:09 2022 +0530
[Gekidou] [MM-43973] Thread footer for recent mentions (#6225 )
* Displaying thread footer
* Participants can be empty
* Update thread.ts
commit 83c2cfff97
Author: Avinash Lingaloo <avinashlng1080@gmail.com >
Date: Thu May 5 18:00:32 2022 +0400
MM-41532 Gekidou Snack Bars (#6181 )
* styling mobile
wip
* styling tablet
wip
tablet portrait
* removed offSetY
* Update en.json
* corrections from reviews
* removed space
* changed location to sourceScreen in post.tsx
* adjust width
* update message to text
* adding PanGesture
adding PanGesture- wip
PanGesture- wip
* able to touch through on iOS
* using EphemeralStore and listeners to discard overlays
* snack positioning and touches
* PanGesture- wip
* PanGesture- fine tuning the animation
PanGesture- wip
* removed toast keyword
* checks for ongoing animation
* dismiss overlay on navigating away
* dismiss overlay on navigating away
* dismiss overlay on tabPress
* dismiss overlay on tabPress
* cancelled timers on panning start
* add entering layoutAnimation
* add exitingg layoutAnimation
* fix layoutAnimation
* fix styling
* eslint fix
* style fix
* fix timer not stopping
* revert changes made to the ephemeral store
* bumping the toast vertically by 4px
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
commit 2deb2e01e0
Author: Anurag Shivarathri <anurag6713@gmail.com >
Date: Thu May 5 18:36:18 2022 +0530
[Gekidou][MM-43870, MM-43896, MM-43898, MM-43902, MM-43903] CRT related bug fixes (#6205 )
* Fixes
* Updated snapshot
* Excluding current user from getting updated
* Doesn't handle users if it's empty
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
commit 251ef0992b
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Thu May 5 08:53:27 2022 -0400
Fix create direct message styles (#6224 )
commit 5620a50975
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Thu May 5 08:53:02 2022 -0400
Fix channel item with long name and badge (#6222 )
commit a0d2f33b2f
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Thu May 5 08:47:09 2022 -0400
Dismiss post options before executing action (#6227 )
commit c4e1b4ad3e
Author: Shaz MJ <shaz.amjad@mattermost.com >
Date: Thu May 5 22:45:50 2022 +1000
Fixes grouped unread sorting (#6230 )
* Fixes grouped unread sorting
* Type fix
commit 362db9d98d
Author: Shaz MJ <shaz.amjad@mattermost.com >
Date: Thu May 5 11:17:33 2022 +1000
Moves collapse animation to FlatList, updates timings (#6220 )
* Moves collapse animation to FlatList, updates timings
* dev review
* filters unreads from other categories & removes duplicate
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
commit 14abe4d2ac
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 17:26:32 2022 -0400
Remove jcenter (#6226 )
commit c8e46607b7
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 13:13:23 2022 -0400
upgrade exoplayer
commit 32fd8e3cda
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 12:15:13 2022 -0400
Add ellipsis to server displayName & url (#6223 )
commit abc5dc4bc3
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:55:51 2022 -0400
Fix GM display name (#6215 )
commit ecfbb934a8
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:51:14 2022 -0400
[Gekidou] Exclude muted channels from unread badges (#6208 )
* Exclude muted channels from unread badges
* Gekidou unreads mention fix (#6221 )
* Removes muted channels without mentions from grouped unreads
* show channel if unread and have no mentions when unread up top
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
Co-authored-by: Shaz MJ <shaz.amjad@mattermost.com >
commit 588491f582
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:32:43 2022 -0400
Fix alignment of custom status (#6211 )
commit 4fc077caef
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:13:17 2022 -0400
Fetch missing custom emojis (#6216 )
commit 3aa0425fdd
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Wed May 4 09:12:37 2022 -0400
Preserve notifications when tapping or clearing notifications from a channel (#6209 )
commit bd50422167
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 17:26:35 2022 -0400
Hide archive channels in channel list (#6214 )
commit 43c43e50d4
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 14:43:55 2022 -0400
Do not set new line message indicator on own posts (#6206 )
commit f973ac8016
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 14:29:37 2022 -0400
[Gekidou] Find channels (remote) (#6203 )
* Display local results
* Fix queryPreferencesByCategoryAndName to observeWithColumns value
* Find channels (remote)
* ux feedback review
* dev review
* dev review 2
* Fetch deleted channels from other teams
commit bb42339c42
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 11:58:47 2022 -0400
Increase tap area of the + button on home screen (#6207 )
commit 02b4295464
Author: Daniel Espino García <larkox@gmail.com >
Date: Tue May 3 17:22:21 2022 +0200
[Gekidou] [MM-39936] Add Select Team Screen (#6180 )
* Add Select Team Screen
* Fixes for iPhone and iPad
* Fix tests
* Address feedback
* Fix tests
* Theme illustration
* Address feedback and fixes
* Remove database warnings by avoiding recalculations on repeated events.
* Address feedback
* Remove unneeded catch
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local >
commit 2376dc934c
Author: Elias Nahum <nahumhbl@gmail.com >
Date: Tue May 3 08:54:13 2022 -0400
Fix Back button position in Navigation Header (#6204 )
* snack bar with undo option
* fix react error
* implement onAction correctly
* implemented pessimistic approach
* fix ts issue
* Move toggleMuteChannel to remote actions
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
2022-05-17 14:19:55 -04:00
Elias Nahum
65366e53a9
Gekidou fixes ( #6274 )
...
* Add error boundry around latex to avoid crash
* Do not update channel display name when displayName is empty
* Show Muted unread channel as muted unless it has mentions
* Video size to wrapperWidth if thumbnail is not available
* Hide Threads button in channel list when only unreads filter if it does not have any unreads or mentions
* Ensure channel_item muted state is bolded when unread
* Bump network default retry to 3 attempts
* Sort only unreads by last root post if CRT is enabled
* Default canPost to true if permission is not found
* rename to ErrorBoundary (typo fix)
* simplify filterAndSortMyChannels
* Fix channel name collision with mention badges
2022-05-17 11:07:46 -04:00
Daniel Espino García
2323f4aa31
Use local users for At Mention Autocomplete ( #6269 )
...
* Use local users for At Mention Autocomplete
* Only load local users if we need them
2022-05-17 11:05:56 -04:00
Daniel Espino García
1706b673ba
Verify push proxy on undefined and properly show error text ( #6283 )
2022-05-17 10:03:53 -04:00
Anurag Shivarathri
8c3b101d66
[Gekidou MM-44308] CRT Android unable to read/follow the thread ( #6280 )
...
* Fixed android put requests failing
* Android thread options height fix
2022-05-17 09:40:31 -04:00
Elias Nahum
2511ab45cd
Bump app build number to 401 ( #6273 )
2022-05-13 12:33:57 -04:00
Elias Nahum
5d628b3a81
Use timeoutInterval in ms
2022-05-13 12:31:06 -04:00
Elias Nahum
e473894032
Bump app build number to 400 ( #6270 )
2022-05-13 11:37:29 -04:00
Elias Nahum
2c6bd00128
Set 5s as default timeout for ping ( #6271 )
2022-05-13 11:36:30 -04:00
Avinash Lingaloo
e81e98aa02
MM-42484 - Gekidou - Update DM/GM display name when teammate name display changes ( #6254 )
...
* channels update on teamMate display name change
* code clean up
* fixes DM and GM display name
* code clean up
* ts fix
* removed extra await
* implemented some guard conditions
* code clean up
* config & license ws events - wip
* tested config change on local server
* adding license to the ws event
* fix display name
* fix display name
* replace map + filter with a reduce
* rename function name
* adding missing await
* update following review
* moved differsFromLocalNameFormat to /queries/preference
* fix gm/dm
* Revert "fix gm/dm"
This reverts commit 92905c707d .
* added guard clause on DM channel type
* refactor function signature
2022-05-13 19:12:54 +04:00
Elias Nahum
6d9db281a4
Gekidou cleanup ( #6263 )
...
* Cleanup registered screens
* Do not use ALL CAPS in translations, prefer style upercase
* Improve isScreenRegistered check
* Update app/screens/thread_options/thread_options.tsx
Co-authored-by: Avinash Lingaloo <avinashlng1080@gmail.com >
Co-authored-by: Avinash Lingaloo <avinashlng1080@gmail.com >
2022-05-13 09:29:35 -04:00
Elias Nahum
d8c8893c49
Various fixes ( #6268 )
2022-05-13 13:50:19 +10:00
Shaz MJ
8ca26bde7d
Fixes channel muting inside category ( #6267 )
2022-05-12 22:53:24 -04:00
Elias Nahum
b3f3ea5975
Use small loading in server_item for iOS
2022-05-12 13:59:37 -04:00
Elias Nahum
08d80e6236
Replace lottie loading spinner for activity indicator ( #6266 )
2022-05-12 12:54:43 -04:00
Daniel Espino García
3f3e0e76db
Remove unneeded actions on team switch ( #6265 )
2022-05-12 12:45:29 -04:00
Daniel Espino García
a8a13272ea
Fix autocomplete position on tablets ( #6264 )
2022-05-12 12:17:24 -04:00
Daniel Espino García
75d1c9d228
Try to remove as many as as possible ( #6200 )
...
* Try to remove as many ` as ` as possible
* Fix imports
2022-05-12 15:46:11 +02:00
Elias Nahum
f62dcd42f7
Open Find Channels with keyboard shortcut ( #6260 )
2022-05-11 12:33:21 -04:00
Elias Nahum
e315fa6b4d
[Gekidou] YouTube image size, style and play icon ( #6259 )
2022-05-11 10:00:30 -04:00
Elias Nahum
4144c9d03e
[Gekidou] Team icon style ( #6258 )
...
* Team icon style
* ux review
2022-05-11 08:42:12 -04:00
Daniel Espino García
67461322a2
Improvements on team switch performance ( #6255 )
...
* Improvements on channel switch performance
* Revert removal from channel observables
* Fix team switch dependancies
* Fix lint
* Use events to signal channel switch
* Add check for hasMembership
* Address feedback
* add useTeamSwitch hook
* Fix team switch perceived performance on tablets
* align custom status in channel list
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
2022-05-10 14:08:24 -04:00
Anurag Shivarathri
ba976dadc2
[Gekidou[ [MM-43969, MM-44037] global threads crash, mark as read ( #6253 )
...
* Preparing thread data as well with prepareDeletePost
* observing the post directly to prevent the crash until the data issue is found
* mark as read, delete threeds fix
* Update thread.ts
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-05-10 15:59:06 +05:30
Elias Nahum
591cfa1ae4
[Gekidou] Update DM and thread title/subtitle as well as navbar rounded corners ( #6247 )
...
* Update DM and thread title/subtitle as well as navbar rounded corners
* Fix rounded corners
* ux review
2022-05-09 12:45:44 -04:00
Elias Nahum
f54f549cbd
[Gekidou] bug fixes ( #6249 )
...
* Disable attempt to open User Profile screen
* Fix loading state alignment when switching servers
* Fix user is typing style and show in thread view
* Add additional space at the bottom of post list when CRT is disabled
* header back button position
* add margin bottom to typing component
2022-05-09 12:39:35 -04:00
Elias Nahum
f70a7a00ca
Remove push proxy status for inactive servers ( #6252 )
2022-05-09 11:50:04 -04:00
Elias Nahum
597b5b03f1
Filter to show only unread channels ( #6248 )
2022-05-09 11:29:27 -04:00
Elias Nahum
a5d85890dd
go back when root post is deleted in thread view ( #6246 )
2022-05-09 18:45:14 +05:30
Daniel Espino García
7e80843092
[Gekidou] [MM-41837] Add verification for push proxy and related interface ( #6192 )
...
* Add verification for push proxy and related interface
* Fix lint and extract i18n
* Be specific about undefined equalities.
* Fix test
* Address feedback
* Fix long server names styles
* Fix tests and typo
2022-05-09 11:41:16 +02:00
Elias Nahum
a80505496c
Filter archived channels from channel list ( #6250 )
2022-05-08 19:14:54 -04:00
Elias Nahum
2aa73968b8
Show unread channels when category is collapsed ( #6245 )
...
* Show unread channels when category is collapsed
* tweak
* Replace channels with unread channels
2022-05-06 17:56:00 -04:00
Elias Nahum
10f7f008e4
Remove react-native-youtube and allow the link to be handled natively ( #6239 )
2022-05-06 14:28:33 -04:00
Elias Nahum
9d3e1fbf59
Bump app build number to 399 ( #6244 )
2022-05-06 11:50:57 -04:00
Daniel Espino García
e6aaa586ad
Fix typing ( #6243 )
...
* Fix typing
* Do not consider if it is shown to avoid race conditions
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local >
2022-05-06 10:29:16 -04:00
Elias Nahum
414a8e91e0
Dismiss keyboard when a post is pressed ( #6242 )
2022-05-06 09:15:50 -04:00
Elias Nahum
0c1e9a4812
Remove Share Extensions ( #6238 )
2022-05-06 08:32:04 -04:00
Shaz MJ
40e3ae525d
[Gekidou] Updated styling opacities ( #6240 )
...
* Updated styling opacities
* Test fixes
* Observable pipe fix
2022-05-06 08:29:36 -04:00