Audric Ackermann
1da4ae69c2
render NoteToSelf list item as a normal 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
Audric Ackermann
5739d78ada
edit group editing title to match Android
5 years ago
Audric Ackermann
fec3a0f643
remove install_view.js
5 years ago
Audric Ackermann
457a8967d6
remove beta disclaimer entirely
5 years ago
Audric Ackermann
70b739d24f
update translation to match android - part 1
5 years ago
Audric Ackermann
9d4dff611f
simplify Copied xxx => Copied to clipboard
5 years ago
Audric Ackermann
e008dbd0d5
"leave {Closed|Open} Group" => "leave group"
5 years ago
Audric Ackermann
66d3a2b86c
replace unsend with deleteForEveryone
5 years ago
Audric Ackermann
b05576075f
disable deleteMessages() for open groups. As only leaveGroup is
...
supported
5 years ago
Audric Ackermann
30937f4ae3
make start new session screen closer to the android one
5 years ago
Audric Ackermann
58dd064e93
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
5 years ago
Audric Ackermann
ec2274d5e8
Merge pull request #1300 from Bilb/clean-en-translation
5 years ago
Audric Ackermann
fc664a2580
show a toast on secondary device forced unlink
5 years ago
Mikunj
f19016b71b
Fix uncaught promise errors not showing up correctly in logs
5 years ago
Audric Ackermann
3e56eb6133
add beta german translation copy pasted from android
5 years ago
Audric Ackermann
80946c0ea5
Merge remote-tracking branch 'upstream/clearnet' into clean-en-translation
5 years ago
Mikunj Varsani
fba84c0dbc
Merge pull request #1298 from Mikunj/disable-multi-device
...
Disable multi device
5 years ago
Audric Ackermann
9315ed5238
add tool to find unused localized string and fix our current en locale
5 years ago
Audric Ackermann
c41a064880
add tool to find unused localized string and fix our current en locale
5 years ago
Audric Ackermann
3b01ada63a
fix multiple attachment signature in open group with mobile
5 years ago
Mikunj
49b994367d
Remove multi device data.
...
Force wipe secondary devices.
5 years ago