beantaco
ee0edfcb34
Fixes translations of "invalid"
...
Some instances of "invalid" were translated as "無効" (disabled/ineffective), for example "invalid protocol version" and "corrupted key". In these cases, "無効" has been replaced with "不正" (incorrect/improper).
4 years ago
beantaco
249604501b
Fixes translation of "terms of use"
4 years ago
beantaco
425d1df8ca
Changes translations of zoom in/out
4 years ago
beantaco
7d09a40d8a
Replaces "[...]" with the standard Japanese equivalents
...
"[...]" -> "「...」"
4 years ago
beantaco
d0239bfc54
Makes translation of "device" consistent
...
- デバイス
- 端末 <- chosen
Though "デバイス" is now widely used, some Japanese people get confused by "デバイス" either having no idea what it means or thinking it's to do with accessory devices. "端末" has been widely used since the 20th Century and explicitly refers to "terminal" devices like computers and smartphones.
4 years ago
beantaco
b2bef13290
Makes translations of "update" consistent
...
- アプデート
- アップデート
- 更新 <- chosen
4 years ago
beantaco
8547230682
Replaces "Signal" with "Session" in translation strings
4 years ago
beantaco
aa0f7c22dd
Improves translation of open groups and closed groups
...
- open group: オープングループ -> 公開グループ
- closed group: 閉じたグループ -> 非公開グループ
Also replaces "クローズドグループ" with "非公開グループ"
4 years ago
Audric Ackermann
c1a4e011a7
Merge pull request #1526 from Bilb/bump-version
...
bump to v1.4.11
4 years ago
Audric Ackermann
7b894b1a90
bump to v1.4.11
4 years ago
Audric Ackermann
f47752738c
Merge pull request #1525 from Bilb/fix-sync-1-to-1
...
fix building of sync message from 1-to-1 convo
4 years ago
Audric Ackermann
b8a17bcd94
do not include lokiProfile on sync Message => we use ConfigMessage now
4 years ago
Audric Ackermann
e052a6743a
fix building of sync message from 1-to-1 convo
4 years ago
Audric Ackermann
8e180890ea
Merge pull request #1518 from Bilb/fix-left-readded-bug
...
Fix the bug where if we leave and get added back, we get removed again
4 years ago
Audric Ackermann
641f9ee368
Fix the bug where if we leave and get added back, we get removed again
4 years ago
Audric Ackermann
6aa3e5b7bc
Merge pull request #1517 from Bilb/include-user-details-config-message
...
do not send expire timer to member added on closed group
4 years ago
Audric Ackermann
08c41004a2
do not send expire timer to member added on closed group
4 years ago
Audric Ackermann
15c9395a55
Merge pull request #1515 from Bilb/include-user-details-config-message
...
Include user details & contacts in config message
4 years ago
Audric Ackermann
215cffdd75
address reviews
4 years ago
Audric Ackermann
e0c2cf8e9a
Force configuration message on avatar or display name update
4 years ago
Audric Ackermann
92901d9462
bump to v1.4.10
4 years ago
Audric Ackermann
1a405fdf43
do not notify PN server when we sync a message to our device
4 years ago
Audric Ackermann
3f59ce1692
fix updates of message on message syncing
4 years ago
Audric Ackermann
a61f5e6814
add contacts to ConfigurationMessage
4 years ago
Audric Ackermann
0a82bf98fa
Add displayName and avatar pointer to ConfigurationMessage
4 years ago
Audric Ackermann
5e3578f27b
Merge pull request #1507 from Bilb/fix-mulltiple-closed-group-creat
...
Allow allow one group creation at a time
4 years ago
Audric Ackermann
818e6b2edf
Merge pull request #1508 from Bilb/fix-avatar-profilekey
...
update avatar on convo only if DL+decrypt is OK
4 years ago
Audric Ackermann
a34720501c
update avatar on convo only if DL+decrypt is OK
4 years ago
Audric Ackermann
2a1d68401d
Allow allow one group creation at a time
4 years ago
Audric Ackermann
1cf65626db
Merge pull request #1505 from Bilb/fix-closed-group-v4
...
be sure to leave a group when leaving from another device
4 years ago
Audric Ackermann
720922cc71
be sure to leave a group when leaving from another device
4 years ago
Audric Ackermann
c150fc6bb3
bump to v1.4.9
4 years ago
Audric Ackermann
b427230017
Merge pull request #1501 from Bilb/closed-group-v4
...
send the keypair to added members if we are admin
4 years ago
Audric Ackermann
0c1343cad5
add a way to share currently distributing keypair to added members
4 years ago
Audric Ackermann
78e7255cb8
send the keypair to added members if we are admin
...
and remove request encryption keypair handling
4 years ago
Ryan Tharp
e5cea8a23e
Merge pull request #1499 from oxen-io/neuroscr-submitchall-fix
...
Replace unused textResponse with used noJson, updating logging
4 years ago
Ryan Tharp
fde51fd9b3
Merge pull request #1500 from oxen-io/neuroscr-defaultavatar
...
Add default avatar back
4 years ago
Audric Ackermann
986496c2a5
Merge pull request #1498 from Bilb/fix-closed-group
...
add the request and reply of an encryptionKeyPair if needed
4 years ago
Audric Ackermann
df3ca5d38a
add a sql function to check if a keypair is already saved in db
4 years ago
Audric Ackermann
a31c457c08
allow closedgroup new message to be sent to our other devices
...
also, do not drop it on the receiving side
4 years ago
Ryan Tharp
3e9c9efb7e
Add default avatar back
4 years ago
Ryan Tharp
e3dd43aaac
Replace unused textResponse with used noJson, updating logging
4 years ago
Audric Ackermann
01f834ae98
only handle the first ever configuration message incoming
4 years ago
Audric Ackermann
6d28f343c9
try to decrypt unprocessed message when we get a new encryptionkeypair
4 years ago
Audric Ackermann
ad06b94708
do not drop a message which was not decrypted for a medium group
...
Instead, trigger a request to the group to get the encryption keypair.
We will try to process those messages on an app restart
4 years ago
Audric Ackermann
375c5ba1a8
add the request and reply of an encryptionKeyPair if needed
4 years ago
Audric Ackermann
94a9faec9a
Merge pull request #1493 from Bilb/multi-device-v2
...
Add Multi device v2 support
4 years ago
Audric Ackermann
c7fa765b65
be sure to have a conversationId on handleMessageEvent()
4 years ago
Audric Ackermann
df0b44db4c
Merge remote-tracking branch 'upstream/clearnet' into multi-device-v2
4 years ago
Audric Ackermann
9f48587cbd
Merge pull request #1494 from Bilb/enable-explicit-group-updates-sending
...
Enable explicit group updates sending
4 years ago