Evgeny Poberezkin
5e6aaffb09
simplify remote api, add ios api ( #3213 )
2023-10-13 22:35:30 +01:00
Evgeny Poberezkin
a35dc263b7
website: remove address from connect page
2023-10-13 22:28:55 +01:00
Alexander Bondarenko
193361c09a
core: fix remote handshake test ( #3209 )
...
* Fix remoteHandshakeTest
Sidesteps some yet to be uncovered bug when
mobile stops its side before the desktop.
* remove ambiguous update warning
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-10-13 18:53:04 +01:00
Evgeny Poberezkin
392447ea33
core: fix test
2023-10-13 17:52:27 +01:00
Evgeny Poberezkin
5d4006f291
Merge branch 'master' into remote-desktop
2023-10-13 17:46:14 +01:00
spaced4ndy
c609303348
ios: connect plan ( #3205 )
...
* ios: connect plan
* improvements
* wording
* fixes
* rework to use dismissAllSheets with callback
* rework
* update texts
* Update apps/ios/Shared/Views/NewChat/NewChatButton.swift
* Update apps/ios/Shared/Views/NewChat/NewChatButton.swift
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-10-13 19:19:00 +04:00
Evgeny Poberezkin
07047a3ef3
ios: fix pattern match
2023-10-13 14:29:48 +01:00
Evgeny Poberezkin
ab290fb068
core: track network statuses, use in commands/events ( #3211 )
...
* core: track network statuses, use in commands/events
* ui types, test
* remove comment
2023-10-13 11:51:01 +01:00
Stanislav Dmitrenko
675fc19745
rfc: desktop calls ( #3208 )
...
* rfc: desktop calls
* errors
* html
* link
* screen sharing
* additions
* addition
* correction
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-10-13 00:05:06 +01:00
Alexander Bondarenko
fe6c65f75c
rfc: remote profile ( #3051 )
...
* Add session UX for mobile and desktop
* Resolve some feedback
* Resolve more feedback
Add QR note for desktops.
Add TLS handshake notice.
* Add details
2023-10-12 15:19:19 +01:00
Stanislav Dmitrenko
8ffe1c23c1
android, desktop: better handling of parallel updates of chats ( #3204 )
...
* android, desktop: better handling of parallel updates of chats
* one more case
2023-10-12 13:19:57 +01:00
Evgeny Poberezkin
6dca71cc87
Merge branch 'master' into remote-desktop
2023-10-12 11:40:23 +01:00
Alexander Bondarenko
adc1f8c983
android, desktop: remote kotlin types ( #3200 )
...
* Add remote types to Kotlin
* update response info for chat console
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-10-12 10:58:59 +01:00
Evgeny Poberezkin
73652e4bba
Merge branch 'master' into remote-desktop
2023-10-12 10:43:59 +01:00
spaced4ndy
5d078bec53
tests: simplify testMemberContactInvitedConnectionReplaced (for stable)
2023-10-12 12:21:03 +04:00
spaced4ndy
b956988a83
tests: simplify testMemberContactInvitedConnectionReplaced (for stable)
2023-10-12 12:20:31 +04:00
spaced4ndy
247f2c9e61
tests: modify testMemberContactInvitedConnectionReplaced to not rely on chat item order, print output ( #3198 )
2023-10-12 11:55:38 +04:00
spaced4ndy
7b488c7f1b
tests: improve tests ( #3203 )
2023-10-12 11:52:14 +04:00
Evgeny Poberezkin
4df8ea2e78
ui: update types for notification and member settings ( #3201 )
2023-10-11 23:07:05 +01:00
Evgeny Poberezkin
7692195bfa
core: fix for ghc 8.10.7
2023-10-11 21:57:53 +01:00
Evgeny Poberezkin
effc281271
Merge branch 'master' into master-ghc8107
2023-10-11 21:27:21 +01:00
Evgeny Poberezkin
8ff6b392c2
core: rename "reference" to "mention"
2023-10-11 21:15:31 +01:00
Evgeny Poberezkin
c2a858b06e
core: convert single-field to tagged JSON encoding ( #3183 )
...
* core: convert single-field to tagged JSON encoding
* rename
* rename
* fixes, test
* refactor
2023-10-11 19:11:01 +01:00
Evgeny Poberezkin
bca9473d77
core: settings to hide member messages, to show only reply (and mention) notifications ( #3190 )
...
* core: settings to hide member messages, to show only reply (and mention) notifications
* change type for showMessages
* commands for member settings
* member and notification settings
* test
* take member settings into account when showing messages and notifications
* fix to show sent messages
* store blocked items
* types
* rename to MFMentions
2023-10-11 19:10:38 +01:00
spaced4ndy
b03fe183bb
tests: modify testMemberContactInvitedConnectionReplaced to not rely on chat item order, print output ( #3198 )
2023-10-11 15:26:44 +04:00
spaced4ndy
67d74a0a27
Merge branch 'master' into master-ghc8107
2023-10-11 13:21:46 +04:00
Evgeny Poberezkin
4ecf94dfad
core: move CLI notifications and active chat to view layer (for remote CLI) ( #3196 )
...
* core: move CLI notifications to view layer (to allow notifications in remote CLI)
* remove unused
* refactor activeTo
* move activeTo to ChatTerminal
* refactor
* move back
* remove extension
2023-10-11 09:50:11 +01:00
Alexander Bondarenko
6f5ba54f7b
core: remote session files ( #3189 )
...
* Receiving files on CRRcvFileComplete
* Add remote /fr test
* Add broken startFileTransfer notice
* Sending files with SendFile/SendImage
With tests for SendFile.
* Add APISendMessage handling
* Test file preconditions
No files should be in stores before actual sending.
* Fix mobile paths in storeFile
2023-10-11 09:45:05 +01:00
spaced4ndy
a67b79952b
core: connection plan api; check connection plan before connecting in terminal api ( #3176 )
2023-10-10 21:19:04 +04:00
Evgeny Poberezkin
eb5081624a
Merge branch 'stable'
2023-10-09 19:52:30 +01:00
Evgeny Poberezkin
86c2f29920
5.3.2: ios 178, android 157, desktop 14
2023-10-09 18:30:59 +01:00
Evgeny Poberezkin
dffbd32c76
Merge branch 'stable'
2023-10-09 18:04:11 +01:00
Evgeny Poberezkin
3ddf7b2680
ios: close database connections when app is terminating ( #3188 )
...
* ios: close database connections when app is terminating
* update
* remove ()
* close when suspended too
* additional check
* fix
* refactore
* reset "terminating" flag
2023-10-09 18:03:03 +01:00
Evgeny Poberezkin
74d186af16
Merge branch 'master' into master-ghc8107
2023-10-09 17:31:27 +01:00
Evgeny Poberezkin
c0e22d74c4
core: 5.4.0.1
2023-10-09 17:30:48 +01:00
Evgeny Poberezkin
2b228a893a
Merge branch 'master' into remote-desktop
2023-10-09 17:21:47 +01:00
Stanislav Dmitrenko
d764b3485a
desktop (windows): Github action for packaging ( #3167 )
...
* desktop (windows): Github action for packaging
* env
* path changes
2023-10-09 17:10:47 +01:00
Evgeny Poberezkin
09e5798d59
ios: correctly parse json responses ( #3193 )
2023-10-09 16:56:42 +01:00
Evgeny Poberezkin
f31b4e4632
Merge branch 'stable'
2023-10-09 16:00:24 +01:00
spaced4ndy
d72c04682f
Merge pull request #3174 from simplex-chat/contact-merge-improvements
...
contact merge improvements
2023-10-09 18:05:46 +04:00
Evgeny Poberezkin
20995c6912
core: 5.3.2.0
2023-10-09 14:35:44 +01:00
Evgeny Poberezkin
4782cab507
Merge branch 'master' into master-ghc8107
2023-10-09 14:05:04 +01:00
Moritz Angermann
73b3ea3648
Drop entropy patch ( #3191 )
...
* Drop entropy patch
We don't need the patch anymore. We can set -fDoNotGetEntropy these days to achieve the same.
* remove entropy.patch
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-10-09 14:04:29 +01:00
Evgeny Poberezkin
2eb213741c
Merge branch 'master' into remote-desktop
2023-10-09 10:35:38 +01:00
Evgeny Poberezkin
bc26c23d58
fix MobileTests (add single field JSON tag)
2023-10-09 10:35:13 +01:00
spaced4ndy
4a581cb292
Merge branch 'master' into contact-merge-improvements
2023-10-09 10:21:54 +04:00
spaced4ndy
ab46cbc5dd
core: relax contact probing: don't send probe hashes to new contacts except group link hosts; still send probe hashes to group members ( #3180 )
2023-10-09 09:46:58 +04:00
Evgeny Poberezkin
985b9837c3
core: api to close database connection ( #3186 )
2023-10-08 16:22:53 +01:00
Evgeny Poberezkin
2501cbe55d
Merge branch 'master' into master-ghc8107
2023-10-08 08:38:02 +01:00
Moritz Angermann
d50c7ad7f6
bump hackage ( #3185 )
2023-10-08 08:37:28 +01:00