Audric Ackermann
d3b9e56c92
remove unused templates and css
4 years ago
Audric Ackermann
720e229c95
do not put DM settings on multiple lines
4 years ago
Audric Ackermann
c420bfcf74
only handle a single time the groups from a configurationMessage
4 years ago
Audric Ackermann
a04bc0d225
center notification icon on settings and make label clickable
4 years ago
Audric Ackermann
6a998111c7
add a qrcode to scan mnemonic/seed in dialog
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
d655c397e0
make the isAdmin coming from the convo props and not the messages
4 years ago
Audric Ackermann
5c3cb0a165
make moderator dialogs the Session way
4 years ago
Audric Ackermann
a0703bc2f9
remove primary and secondary device separate status
4 years ago
Audric Ackermann
21c3e4717e
Merge pull request #1434 from Bilb/remove-prekey
...
Remove prekeys message and Session managment.
4 years ago
Audric Ackermann
3476b54d43
fix add/remove moderators dialog and open groups name avatar dialog
4 years ago
Audric Ackermann
72c96ea998
remove most of the SessionProtocol unused stuff
...
- prekeys
- SessionCipher
- LokiCipher
- endSession and the reset Session logic
- what we called Sessionprotocol manager (to keep track of session with
everyone)
4 years ago
Audric Ackermann
979a9058e3
remove verified number - related features (partial)
4 years ago
Audric Ackermann
b15984aa08
cosmetic UI for updateGroupMembersDialog
4 years ago
Audric Ackermann
1a128ab055
fix colors for caption editor
4 years ago
Audric Ackermann
2fbb52c486
Merge pull request #1404 from Bilb/add-session-protocol
...
Add decrypt of messages with Session protocol and disable SessionRequest logic
4 years ago
Audric Ackermann
d201078837
Merge pull request #1403 from Bilb/various-bug-fixes
...
Various bug fixes
4 years ago
Audric Ackermann
b0a229bf13
add Dialog on app start to ask to update SessionID
4 years ago
Audric Ackermann
41855ada32
fix unread count bubble overflow on more than 99 messages unread
4 years ago
Audric Ackermann
3313c72ba7
set the min-width of a message to 150px
4 years ago
Audric Ackermann
e9f186065d
do not shrink SessionSpinner
4 years ago
Audric Ackermann
5109f9fdda
remove ConversationLoadingScreen (unused)
4 years ago
Audric Ackermann
766a9f9c45
fix theme for voice messages and recording
4 years ago
Audric Ackermann
08cb446227
Fix font for conversation list item title
...
Fixes #1193
4 years ago
Audric Ackermann
7647529cc8
fix typing bubbles on SessionConversation
...
for some reasons, they were sometimes not visible due to the message
list bottom padding
4 years ago
Audric Ackermann
4bab6cc8b4
fix typing bubbles on SessionConversation
...
for some reasons, they were sometimes not visible due to the message
list bottom padding
4 years ago
Audric Ackermann
c0292b0b2b
fix up session logo on loading and max message body length
4 years ago
Audric Ackermann
7da988c132
fix up session logo on loading and max message body length
4 years ago
Audric Ackermann
26c9eee85d
add sanitize.css and fix up z-index for audio recording canvas
4 years ago
Audric Ackermann
dd4f591cf4
deleteAccount => show warning when recover will generate new SessionID
4 years ago
Audric Ackermann
a23d5cd95c
fix theme for SessionRecording
4 years ago
Audric Ackermann
46fa6e39f6
fix position of play button on right panel medias
4 years ago
Audric Ackermann
6afe893359
fix up a few test
4 years ago
Audric Ackermann
cb2f90f7f7
make SessioNotificationCount a styled component
4 years ago
Audric Ackermann
c128684ffe
cleanup unused svg files from Signal
4 years ago
Audric Ackermann
4c6a05c6d7
make timestamp a styled-component too
4 years ago
Audric Ackermann
e1fbcade0f
move expiretimer bucket svg to ts & style them with styled-components
4 years ago
Audric Ackermann
15ae97e0a7
use OutgoingMessageStatus in ConversationListItem too
...
also, enable back the delivered/read status on message metadata
4 years ago
Audric Ackermann
0a6a49eda5
Add an Outgoing Message Status react component
4 years ago
Audric Ackermann
e38be266c2
major rework of session icon => make them styled with styled-component
4 years ago
Audric Ackermann
f0a58b01b0
remove calculatingPow animation on msg => use the one for sending
4 years ago
Audric Ackermann
4c0a988fe5
Move the metadata badges to use react functional components
4 years ago
Audric Ackermann
29eb528d1f
remove signal gear icon, and show back ours on calculatingPow
...
this is used for a message in the message list and in the conversation
list item
4 years ago
Audric Ackermann
f9783be764
various UI fixes
...
* hide borders of images in bg when in the message details view
* force color of caption edits to white, as the background is grey and
it is more readable
* fix a bug preventing to quote the same message twice when switing
between two conversation after starting to quote one
4 years ago
Audric Ackermann
e8677eef8c
add back bump typing to CompositionBox 7 show bubbles on direct convo
4 years ago
Audric Ackermann
08d8b90aaa
add animation on click on quoted message just like on mobile
4 years ago
Audric Ackermann
53fa014742
fix at symbol margin on mentions in conversationListItem
4 years ago
Audric Ackermann
60a4fcbfcc
small UI fixes for caption editor
4 years ago
Audric Ackermann
c1c1cde14b
improve caption editor, and disable right panel if messagedetails shown
4 years ago
Audric Ackermann
22b4f39e52
MessageDetails: contact status fallbacks to message status
...
this is used for medium groups
4 years ago