Audric Ackermann
7bb52433ba
Merge pull request #1553 from Bilb/master
...
Bump to v1.5.2
4 years ago
Audric Ackermann
77ce9ceff6
bump to v1.5.2
4 years ago
Audric Ackermann
142bbd8eee
disable getVersion to snodes calls as we don't need it anymore
4 years ago
Audric Ackermann
8a2b6a5519
remove fallback to node-fetch
4 years ago
Audric Ackermann
35321c2bcb
Merge pull request #1546 from Bilb/master
...
Bump to v1.5.1
4 years ago
Audric Ackermann
8c7c76a5c6
bump to v1.5.1
4 years ago
Audric Ackermann
b588edb243
fix update of locale moment
4 years ago
Audric Ackermann
96da731f3d
Merge pull request #1535 from oxen-io/clearnet
...
Bump to v1.5.0
4 years ago
Audric Ackermann
9efb0e104d
Merge pull request #1533 from beantaco/japanese
...
Initial fixes to Japanese translations
4 years ago
Audric Ackermann
a2f9cbd91a
Merge pull request #1532 from Bilb/cleanup-test
...
Cleanup test
4 years ago
Audric Ackermann
2a8e255ba7
Merge pull request #1531 from Bilb/qrcode-hex-seed
...
qrcode seed dialog shows seed as an hex encoded string
4 years ago
Audric Ackermann
6dd166d7d4
remove unused service_node.js and test for it
4 years ago
Audric Ackermann
d3b9e56c92
remove unused templates and css
4 years ago
Audric Ackermann
bc6c29d634
qrcode seed dialog shows seed as an hex encoded string
4 years ago
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
Audric Ackermann
7cbfcced4a
Merge pull request #1512 from Bilb/restore-handle-configuration
...
Handle Configuration message on restore from seed and linking of a device
4 years ago
Audric Ackermann
7da69f63da
bump to v1.5.0
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
720e229c95
do not put DM settings on multiple lines
4 years ago
Audric Ackermann
95e1d7983f
be sure make contacts appear on left pane on configMessage handling
4 years ago
Audric Ackermann
56c4065abd
move some types from dep to dev dependencies
4 years ago
Audric Ackermann
8c33d89057
make AccountManager functions only rather than full static class
4 years ago
Audric Ackermann
4a794e90a0
signInWithRecovery = show full screen loader
4 years ago
Audric Ackermann
39f8ca293a
speedup tests
4 years ago
Audric Ackermann
8c4e071c00
crop avatars to what iOS expects
4 years ago
Audric Ackermann
694be0cd55
hide save button while loading on EditProfileDialog
4 years ago
Audric Ackermann
aac54e6045
Merge remote-tracking branch 'upstream/clearnet' into restore-handle-configuration
4 years ago
Audric Ackermann
8d45ea2742
do not unlock signin by linking if the displayName got is empty
4 years ago
Audric Ackermann
78257037bb
restoreFromSeed restores groups from first configMessage got
4 years ago
Audric Ackermann
0a8335b125
handle message while linking as if were already linked
4 years ago
Audric Ackermann
781567f0df
add a spinner while we upload new user avatar on EditProfile
4 years ago
Audric Ackermann
6fbe060973
move deleteAccount() to AccountManager
4 years ago
Audric Ackermann
feb6d5a39a
register allconvos on ActionPanel start
4 years ago
Audric Ackermann
2ae259092f
fix propagation of WrongSwarmError in pollForAllKeys()
4 years ago
Audric Ackermann
e930348684
handle Enter Key on the signin tab
4 years ago
Audric Ackermann
c420bfcf74
only handle a single time the groups from a configurationMessage
4 years ago
Audric Ackermann
4478d0adea
update delivery receipt on the leftpane when we get one
4 years ago
Audric Ackermann
2fab4f0940
Use sentAt as lastJoinedTimestamp when we get a new closed group
...
This is to make sure we do not drop group updates between the message
adding us and now().
We only have to drop messages before we were added to the group, which
is the sent timestamp
4 years ago
Audric Ackermann
a04bc0d225
center notification icon on settings and make label clickable
4 years ago
Audric Ackermann
533b95c827
fix updateMessage being always at the end of the messagesList
...
this was because we were using Date.now() always rather than using the
envelope timestamp to save the update
4 years ago
Audric Ackermann
db167eaf1b
fix a bug preventing our avatar to be updated on restore from seed
...
this was due to the fact that the redux was not ready when our
conversation is created. so the events were not linked
4 years ago
Audric Ackermann
7e83aa3baa
Merge pull request #1527 from oxen-io/clearnet
...
Session v1.4.11
4 years ago
Audric Ackermann
05e9c936ff
speed up loading of messages by not notify on every new message
4 years ago
Audric Ackermann
f6e3b354d0
join openGroup => allow only one at a time for each channel/server
4 years ago