audric
|
bfc4b2b720
|
lint
|
4 years ago |
audric
|
12ff3379e1
|
add key for all messages list so we can scroll to them programnatically
|
4 years ago |
audric
|
8766cf3f8a
|
store offset before refresh of messagesList and restore it
|
4 years ago |
audric
|
c8f0150aaf
|
fix unread banner position when first unread is visible
|
4 years ago |
audric
|
c2b5ac68d6
|
don't rely on scrollheight to calculate for ui Updates
as it causes a layout complete refresh
|
4 years ago |
audric
|
e72885944b
|
use selector to sort and add first of serie flag
|
4 years ago |
audric
|
6d34a60f94
|
improve performance by not loading all unread messages
|
4 years ago |
audric
|
4f5072ee65
|
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
|
4 years ago |
audric
|
23e9a6d31c
|
move some actions to redux in hooks
|
4 years ago |
Audric Ackermann
|
0e4d7ec21a
|
WIP
|
4 years ago |
Audric Ackermann
|
a54345a42e
|
put back quote a message logic with hook
|
4 years ago |
Audric Ackermann
|
9a380b716b
|
put saveAttachemntToDisk outside of component
|
4 years ago |
Audric Ackermann
|
4ca5a4f093
|
fixup selected message in redux logic
|
4 years ago |
Audric Ackermann
|
16d34a7137
|
moved conversations reducer to createSlice
|
4 years ago |
Audric Ackermann
|
63b81b4c8e
|
cleanup SessionMessageList p1
|
4 years ago |
Brice-W
|
2af9d9e15d
|
use of a custom hook to detect focus
|
4 years ago |
Audric Ackermann
|
f0fad6edfa
|
uniformized props for Message
|
4 years ago |
Audric Ackermann
|
ee4a0b9b1e
|
cleanedup redux action openConversationExternal
|
4 years ago |
Audric Ackermann
|
7f76ab274c
|
added a hook to fetch avatar of closed group members
|
4 years ago |
Brice-W
|
936f9a3efc
|
don't mark message as read if app isn't focused
|
4 years ago |
Audric Ackermann
|
016461f506
|
mark message as read on click on scroll to bottom button
|
4 years ago |
Audric Ackermann
|
e451cdd78f
|
rename message props to messageProps
|
4 years ago |
Audric Ackermann
|
c8aa73626e
|
do not load right panel data unless it is visibl
|
4 years ago |
Audric Ackermann
|
f0db797a9a
|
fix loading of messages props
|
4 years ago |
Audric Ackermann
|
672eb91975
|
add types for message props and remove props function calls msg
|
4 years ago |
Warrick Corfe-Tan
|
5b5cea6831
|
minor formatting and linting changes.
|
4 years ago |
Warrick Corfe-Tan
|
c04d3cd7d1
|
minor move function to larger scope
|
4 years ago |
Warrick Corfe-Tan
|
184c4d5d3e
|
Audio autoplay stop when sent from a different user.
|
4 years ago |
Warrick Corfe-Tan
|
fc31f8d2b1
|
Merge branch 'clearnet' into audio-messages-play-all
|
4 years ago |
Warrick Corfe-Tan
|
5a62fabd1c
|
Doesn't autoplay new messages once if last message received was an autoplayed.
|
4 years ago |
Audric Ackermann
|
89a0868fc3
|
remove getInstance of conversationController to get()
|
4 years ago |
Warrick Corfe-Tan
|
3bd72df258
|
linting and formatting.
|
4 years ago |
Warrick Corfe-Tan
|
856ced056a
|
Minor tidying.
|
4 years ago |
Warrick Corfe-Tan
|
d35f3f9e62
|
WIP: audio autoplay working with consecutive messages. Next step store state on shutdown and rename variables.
|
4 years ago |
Audric Ackermann
|
b055165a5d
|
display a message when the recipient screenshots an attachemnt
|
4 years ago |
Audric Ackermann
|
810ccdf675
|
send dataExtractionNotificaionMessage on saving attachment on priv chats
|
4 years ago |
Audric Ackermann
|
a26c5da6cb
|
Uniformize once and for all the conversation types
no more 'direct'. those are private convos
|
4 years ago |
Audric Ackermann
|
f7581cf4eb
|
increase prettier maxWidth to 100
|
4 years ago |
Audric Ackermann
|
099c9a6f8c
|
autobind class with a lot of ...bind(this)
|
4 years ago |
Audric Ackermann
|
4d6fcda668
|
fix typo SessionLastSeedIndicator => SessionLastSeenIndicator
|
4 years ago |
Audric Ackermann
|
8ea9f02cec
|
Move data.js to data.ts
|
4 years ago |
Audric Ackermann
|
ed84760f0e
|
add a tslint rule to forbid use of async without await
|
4 years ago |
Audric Ackermann
|
36fab86d30
|
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2
|
4 years ago |
Audric Ackermann
|
6edcb88788
|
remove resend as it does not make any sense with medium groups
and sendAnyway
|
4 years ago |
Audric Ackermann
|
a51f95d28c
|
move models to TS part1
|
4 years ago |
Audric Ackermann
|
d655c397e0
|
make the isAdmin coming from the convo props and not the messages
|
4 years ago |
Audric Ackermann
|
c0484207d1
|
Merge branch 'clearnet' into fix-ban-user
|
4 years ago |
Audric Ackermann
|
20c806be2d
|
fix being able to remove messages from anyone as a moderator
|
4 years ago |
Audric Ackermann
|
dc0733968d
|
make moderators and groupAdmins a single name
|
4 years ago |
Audric Ackermann
|
6a776b56f6
|
fix ban of users on open group
|
4 years ago |