Audric Ackermann
c9b847e464
handle duplicate convos when removing prefix.
...
we drop the convo with the less messages to keep the unique constraint on
conversation IDs
5 years ago
Audric Ackermann
5dc668f591
disable microphone for now (waiting refactor branch to be merged)
5 years ago
Audric Ackermann
7011fa3efc
drop the check for ttl in shouldSendNotify
5 years ago
Audric Ackermann
3a876c7322
add notify to PN server on message sent
5 years ago
Audric Ackermann
0837ff5223
fix tests
5 years ago
Audric Ackermann
d6ad2a1911
select message on click on message directly
5 years ago
Audric Ackermann
663654ef2c
remove getInitials from conversation - unused
5 years ago
Audric Ackermann
ffab04c7f4
Merge pull request #1341 from Bilb/avatar-always-show-two-members
5 years ago
Audric Ackermann
c4241dc2df
Merge pull request #1340 from Bilb/fix-read-receipt-hidden
...
do not trigger markRead if conversation isHidden
5 years ago
Audric Ackermann
c0fa5fe290
hide annoying log
5 years ago
Audric Ackermann
56cd42d34c
remove authorColor unused in Session
5 years ago
Audric Ackermann
6eb13e43e3
simplify a lot avatar props
5 years ago
Audric Ackermann
d1bd829011
do not trigger markRead if conversation isHidden
5 years ago
Audric Ackermann
1545256cbe
Merge pull request #1337 from Bilb/fix-ssk
5 years ago
Audric Ackermann
56a81ccc93
Merge pull request #1336 from Bilb/remove-jazzicon
5 years ago
Audric Ackermann
b845ba9642
use a HOC to fetch closed group conversations for avatar rendering
5 years ago
Audric Ackermann
ec64ad80b4
rename LOKI_FRIEND_REQUEST to FALLBACK_MESSAGE
5 years ago
Audric Ackermann
a5474ac5e2
fix read-receipt being sent onFocus on invalid conversation
5 years ago
Audric Ackermann
35ea6af27f
Add group avatar as on mobile: with multiple group members avatar
5 years ago
Audric Ackermann
1da4ae69c2
render NoteToSelf list item as a normal conversation
5 years ago
Audric Ackermann
b6c7c41402
fix read-receipt being sent onFocus on invalid conversation
5 years ago
Audric Ackermann
6fc7b175b6
Merge pull request #1330 from Bilb/fix-name-group-update
...
show display name on conversation list on groupUpdate
5 years ago
Audric Ackermann
5bab1c665f
lint
5 years ago
Audric Ackermann
29dfb092eb
add Secondary Device only if it's not a primary device
5 years ago
Audric Ackermann
bd6bd24f2b
show display name on conversation list on groupUpdate
5 years ago
Audric Ackermann
a0e437ab87
fix ordering of our own message on message pulled from server
5 years ago
Audric Ackermann
b96ddf4f07
drop duplicate message with a timestamp close to the sent one
5 years ago
Audric Ackermann
1e446b0a81
fix order for open groups message which are out of sync
5 years ago
Audric Ackermann
76664d9a11
use created_at for public group to order messages
5 years ago
Audric Ackermann
e9f1183178
remove export of getMessageCount
5 years ago
Audric Ackermann
c35e1008a5
remove getAllPrivateConversations
5 years ago
Audric Ackermann
cd686269cb
use server created_at timestamp to order messages
...
Also update the way we check for duplicated message to allow a 10s
window with the same body rather than an exact match of timestamp.
This is needed as the timestamp of the message pulled is now the one of
the creation of the server, and not the same we have locally (sent at).
5 years ago
Audric Ackermann
dafe8a80ab
shortcut newReceiver when calling dataMessage exported functions
5 years ago
Audric Ackermann
eabc2b30dc
apply rtl on app initialize
5 years ago
Audric Ackermann
cf918b76b4
lint
5 years ago
Audric Ackermann
c9d1b82004
add auto switch to RTL body if locale in rtlLocales
5 years ago
Audric Ackermann
00994bcb4a
make most of the app rtl compatible (text based only)
5 years ago
Audric Ackermann
22b2d80993
make light theme default for existing users and show dialog to revert
5 years ago
Audric Ackermann
94bd47fb8c
add way to add icon to SessionConfirm dialog
5 years ago
Audric Ackermann
864a9ee5ea
make light theme by default on registration
5 years ago
Audric Ackermann
f7d6da0ebc
remove useless css
5 years ago
Audric Ackermann
4070a7099f
Merge remote-tracking branch 'upstream/clearnet' into add-light-theme
5 years ago
Audric Ackermann
a03132f088
remove qrDialogView unused
5 years ago
Audric Ackermann
1eb8f8e6b1
remove ConfirmationDialogView unused
5 years ago
Audric Ackermann
5f51573f53
remove unused templates
5 years ago
Audric Ackermann
9041a408fd
remove SessionResetConfirm dialog as unused
5 years ago
Audric Ackermann
55c4963772
remove unused updateInboxSectionUnread()
5 years ago
Audric Ackermann
39463d2f93
enable back ability to switch theme from leftpane
5 years ago
Audric Ackermann
133d541a48
fix tests
5 years ago
Audric Ackermann
0b6c915f8f
update translation to match android - part 2
5 years ago