Audric Ackermann
651b1c4376
Fetch translations ( #2056 )
...
* show missed-call,started-call and answered call notification in chat
* fix types for createLastMessageUpdate
* show incoming dialog if we have a pending call when enable call receptio
* simplify a bit the avatar component
* move disableDrag to a custom hook
* speed up hash colors of avatarPlaceHolders
* fixup text selection and double click reply on message
* keep avatar decoded items longer before releasing memory
* add incoming/outgoing/missed call notification
also, merge that notification with the timer and group notification
component
* hangup call if no answer after 30sec
* refactor SessionInput using hook + add testid field for recovery
* disable message request feature flag for now
* fix merge issue
* force loading screen to be black instead of white
for our dark theme user's eyes safety
* add type for i18n to run update after crowdin fetch with tools/updateI18nKeysType.py
* update to latest translations
3 years ago
Audric Ackermann
894349e710
cleanup props passing of avatar and name with a custom hook
3 years ago
Audric Ackermann
6f3625f99c
move the state of calling to its own slice
4 years ago
Audric Ackermann
cca1b4dabe
add a button to start a video call
4 years ago
Audric Ackermann
27e87edac2
add a ringing and establishing connection label video calls
4 years ago
Audric Ackermann
d50d7eb803
our video off => show our avatar
4 years ago
Audric Ackermann
dd281de903
cleanup feature flags
4 years ago
Audric Ackermann
0f2fcbb6e3
delete for opengroups is working
4 years ago
Audric Ackermann
251309656b
Merge remote-tracking branch 'upstream/clearnet' into webrtc-calls-p2
4 years ago
Audric Ackermann
99b139f5c4
split settings folder and start adding the settings for video call
4 years ago
Audric Ackermann
55313deb91
add a show user details option in the menu
...
Fixes #1971
4 years ago
Audric Ackermann
1eff39c3ba
allow removing note to self contact
...
this does not actually remove it as we need it for our avatar and
stuffs.
Fixes #1973
4 years ago
Audric Ackermann
ecceaeaa8f
got datachannel working
4 years ago
Audric Ackermann
b85425ff83
make a draggable or in conversation call container
4 years ago
Audric Ackermann
1e8c8991ad
more cleanup
4 years ago
Warrick Corfe-Tan
6743201cc4
added perfect negotiation
...
Adding toast for cam and audio permission when making a call.
adding missed call message and toast when a call is received while mid-call.
background call message work
4 years ago
Audric Ackermann
8b611a2867
make call UI react to incoming and ongoing calls
4 years ago
Warrick Corfe-Tan
a1601b039e
Adding call to convo header menu
4 years ago
Audric Ackermann
b17312c13c
Cleanup redux store ( #1925 )
...
* do not consider expire timer update unread messages #1881
* cleanup conversation props in redux to only have what cannot be derived
* fix app not starting without the await on convo creation
* cleanup props of message model
4 years ago
audric
bd7d88e170
remove theme from css and used variables instead
4 years ago
audric
9e37985d03
enable no-unused local and imports and fix tslint
4 years ago
audric
4f5072ee65
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
4 years ago
Brice-W
46dc6c6275
pin conversations added to header menu
4 years ago
Brice-W
5d7d58fe05
move NotificationForConvoOption declaration + getConversationNotificationSettingType created as used twice
4 years ago
Brice-W
adab2b4506
add Notifications in conversations context menu
4 years ago
Audric Ackermann
5b0b165ba9
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
4 years ago
Audric Ackermann
7f76ab274c
added a hook to fetch avatar of closed group members
4 years ago
Brice-W
5252dd40e3
fixes
4 years ago
Brice-W
f1e4cbaabf
clean
4 years ago
Brice-W
14cecb1216
menu item creation moved to getPinConversationMenuItem
4 years ago
Brice-W
ff7f201e04
add feature flag
4 years ago
Brice-W
c3bf2a4e96
fixes and tests
4 years ago
Audric Ackermann
97b9156562
improve performamce by memoizing avatar and menus
4 years ago
Brice-W
b2deeb39be
clean
4 years ago
Brice-W
75a20e5de7
simplification by using derived data
4 years ago
Audric Ackermann
87a8385629
move timerOptions to redux
4 years ago
Brice-W
e3aa500ba0
i18n labels for pin conversations limit
4 years ago
Brice-W
4ddc00c9b6
set a limit numer to pinned conversations
4 years ago
Audric Ackermann
672eb91975
add types for message props and remove props function calls msg
4 years ago
Warrick Corfe-Tan
4decda9cff
Merge branch 'clearnet' into pin-conversations
4 years ago
Warrick Corfe-Tan
535a66b879
minor tidying
4 years ago
Warrick Corfe-Tan
cf6ac09300
Refactor to functional components
4 years ago
Warrick Corfe-Tan
563dff64ae
yarn linting and formatting,
4 years ago
Warrick Corfe-Tan
36cf05db1b
Switched conversation pin state.
4 years ago
Warrick Corfe-Tan
49415e3bf0
Yarn formatting and linting.
4 years ago
Warrick Corfe-Tan
264f97663e
Persisting conversation pin statuses.
4 years ago
Warrick Corfe-Tan
60b3032833
Exclude showing pin icon and menu item for contacts list.
4 years ago
Warrick Corfe-Tan
6dd7f34e4d
Pin conversations WIP. Pinning functioning and persisting on conversation list.
4 years ago
Audric Ackermann
15aa6b5ef9
add loading for leaving opengroup dialog
4 years ago
Audric Ackermann
89a0868fc3
remove getInstance of conversationController to get()
4 years ago