Commit graph

9717 commits

Author SHA1 Message Date
Audric Ackermann
0ce1059a96
disable UI recording bars so we can encode audio MP3 2021-04-20 12:55:39 +10:00
Audric Ackermann
ecf133ad5d
Merge branch 'clearnet' into voice-message-record-as-opus 2021-03-19 13:02:05 +11:00
Audric Ackermann
f5a4094e0a
Merge pull request #1542 from Bilb/refactor-message-types
refactor to Visible and ControlMessage types
2021-03-19 12:57:12 +11:00
Audric Ackermann
d9d203ffc3
Merge pull request #1540 from Bilb/fix-toast-allow-mic
Fix toast allow mic
2021-03-19 12:56:12 +11:00
Audric Ackermann
ec6a5995db
sync expire timer updates 2021-03-19 12:14:23 +11:00
Audric Ackermann
79193ee7be
refactor to Visible and ControlMessage types 2021-03-19 10:43:47 +11:00
Audric Ackermann
041a32101b
move ActionsPanel to hooks 2021-03-16 17:45:36 +11:00
Audric Ackermann
13d21e94ca
Merge pull request #1528 from Bilb/fix-suid-issue
Fix suid issue
2021-03-16 17:26:01 +11:00
Audric Ackermann
08ce55f1a6
move LeftPane items to hooks 2021-03-16 17:22:46 +11:00
Audric Ackermann
51452c5406
move settingsleftpane to hooks 2021-03-16 15:52:28 +11:00
Audric Ackermann
eb30c7823c
add a way to click the toast to turn on microphone to show the settings 2021-03-16 15:19:56 +11:00
Audric Ackermann
7dfe8042cd
fix SUID issue 2021-03-16 13:56:18 +11:00
Audric Ackermann
f4fb56d9ed
Merge pull request #1534 from Bilb/add-attachment-padding
Add attachment padding
2021-03-16 13:42:58 +11:00
Audric Ackermann
fca9bab068
Merge branch 'clearnet' into fix-suid-issue 2021-03-16 13:35:14 +11:00
Audric Ackermann
099c9a6f8c
autobind class with a lot of ...bind(this) 2021-03-16 13:34:05 +11:00
Audric Ackermann
24d33c7900
Merge branch 'clearnet' into add-attachment-padding 2021-03-16 11:22:48 +11:00
Audric Ackermann
c017683b0e
Merge pull request #1530 from Bilb/improve-redux-speed
Improve redux speed
2021-03-16 11:21:12 +11:00
Audric Ackermann
24a67a1ec3
record voice message as opus 2021-03-16 11:00:22 +11:00
Audric Ackermann
9efb0e104d
Merge pull request #1533 from beantaco/japanese
Initial fixes to Japanese translations
2021-03-05 17:18:49 +11:00
Audric Ackermann
0228cd5115
add attachment padding 2021-03-05 17:13:46 +11:00
Audric Ackermann
a2f9cbd91a
Merge pull request #1532 from Bilb/cleanup-test
Cleanup test
2021-03-05 16:58:34 +11:00
Audric Ackermann
2a8e255ba7
Merge pull request #1531 from Bilb/qrcode-hex-seed
qrcode seed dialog shows seed as an hex encoded string
2021-03-05 16:57:25 +11:00
Audric Ackermann
6dd166d7d4
remove unused service_node.js and test for it 2021-03-05 15:40:15 +11:00
Audric Ackermann
d3b9e56c92
remove unused templates and css 2021-03-05 15:39:56 +11:00
Audric Ackermann
bc6c29d634
qrcode seed dialog shows seed as an hex encoded string 2021-03-05 15:26:13 +11:00
Audric Ackermann
65ba2add46
remove completely messageCollectiom from conversationModel 2021-03-05 15:08:57 +11:00
Audric Ackermann
35e57f2509
move mnemonic.js to typescript 2021-03-05 14:52:44 +11:00
Audric Ackermann
553f264d12
make unread attrs as before a number, and remove calculatingPow
calculating pow is just the same as sending state
2021-03-05 13:48:58 +11:00
Audric Ackermann
5f862e4c08
remove uneeded passing of models to Data calls 2021-03-05 13:47:46 +11:00
Audric Ackermann
ad117fe4e5
uniformized redux convo type and getProps() of conversation 2021-03-05 11:11:53 +11:00
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).
2021-03-04 22:36:56 +00:00
beantaco
249604501b
Fixes translation of "terms of use" 2021-03-04 22:36:56 +00:00
beantaco
425d1df8ca
Changes translations of zoom in/out 2021-03-04 22:36:56 +00:00
beantaco
7d09a40d8a
Replaces "[...]" with the standard Japanese equivalents
"[...]" -> "「...」"
2021-03-04 22:36:55 +00:00
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.
2021-03-04 22:36:55 +00:00
beantaco
b2bef13290
Makes translations of "update" consistent
- アプデート
- アップデート
- 更新  <- chosen
2021-03-04 22:36:54 +00:00
Audric Ackermann
e1114c8ce7
add some types to Data.ts calls 2021-03-05 09:24:25 +11:00
Audric Ackermann
7cbfcced4a
Merge pull request #1512 from Bilb/restore-handle-configuration
Handle Configuration message on restore from seed and linking of a device
2021-03-04 17:13:37 +11:00
Audric Ackermann
7da69f63da
bump to v1.5.0 2021-03-04 16:54:21 +11:00
beantaco
8547230682
Replaces "Signal" with "Session" in translation strings 2021-03-04 05:19:32 +00:00
beantaco
aa0f7c22dd
Improves translation of open groups and closed groups
- open group:   オープングループ -> 公開グループ
- closed group: 閉じたグループ -> 非公開グループ

Also replaces "クローズドグループ" with "非公開グループ"
2021-03-04 05:19:22 +00:00
Audric Ackermann
720e229c95
do not put DM settings on multiple lines 2021-03-04 14:22:13 +11:00
Audric Ackermann
95e1d7983f
be sure make contacts appear on left pane on configMessage handling 2021-03-04 14:07:02 +11:00
Audric Ackermann
56c4065abd
move some types from dep to dev dependencies 2021-03-04 13:05:27 +11:00
Audric Ackermann
8c33d89057
make AccountManager functions only rather than full static class 2021-03-04 11:06:44 +11:00
Audric Ackermann
4a794e90a0
signInWithRecovery = show full screen loader 2021-03-04 10:43:17 +11:00
Audric Ackermann
39f8ca293a
speedup tests 2021-03-04 09:55:44 +11:00
Audric Ackermann
8c4e071c00
crop avatars to what iOS expects 2021-03-03 17:20:32 +11:00
Audric Ackermann
3e020d4a91
add a way to disable sandbox if we cannot use it without crashing 2021-03-03 15:59:23 +11:00
Audric Ackermann
694be0cd55
hide save button while loading on EditProfileDialog 2021-03-03 14:34:03 +11:00