Evgeny Poberezkin
2e34ae3b1c
update tls
2022-06-19 19:44:57 +01:00
Evgeny Poberezkin
8432399458
update simplexmq
2022-06-19 19:26:47 +01:00
Evgeny Poberezkin
59ad220d93
Merge branch 'master' into ios-notifications
2022-06-19 19:24:48 +01:00
Evgeny Poberezkin
65369aa47b
update simplexmq
2022-06-19 19:22:54 +01:00
Evgeny Poberezkin
60e9ed9476
core: api to get notification messages and set app phase ( #741 )
...
* core: api to get notification messages and set app phase
* update simplexmq
* update simplexmq
2022-06-19 14:44:13 +01:00
Evgeny Poberezkin
4bf5125c51
core: support combining store functions in one transaction ( #740 )
...
* refactor store functions (WIP - does not compile yet)
* update chat
* update simplexmq
2022-06-18 20:06:13 +01:00
Evgeny Poberezkin
b2a523c3fe
core: fix dependencies, update nix ( #739 )
...
* core: fix dependencies, update nix
* update
2022-06-16 20:55:45 +01:00
Evgeny Poberezkin
2ae621792e
update simplexmq
2022-06-16 20:04:21 +01:00
Evgeny Poberezkin
c62d99ab97
core: remove connection pool ( #738 )
...
* core: remove connection pool
* remove local ref from cabal.project
* update simplexmq
* log test
* fix test
2022-06-16 20:00:51 +01:00
Evgeny Poberezkin
1f1ed3f3dd
core: remove dependency on zip algorithms bzip2/zstd ( #737 )
...
* core: remove dependency on zip algorithms bzip2/zstd
* enable test log
* disable test log
2022-06-12 11:28:30 +01:00
Evgeny Poberezkin
6f195c4167
core add chat_recv_msg_wait and chat_parse_markdown to published API ( #736 )
2022-06-11 11:52:55 +01:00
Evgeny Poberezkin
235fb8dc0c
remove missing libs
2022-06-09 15:18:12 +01:00
Evgeny Poberezkin
44a9ea2102
Merge branch 'master' into ios-notifications
2022-06-09 15:16:21 +01:00
Evgeny Poberezkin
121541759b
ios: update library
2022-06-09 14:52:55 +01:00
Evgeny Poberezkin
716a941dc6
core: use duplex handshake (agent v2) ( #735 )
...
* core: use duplex handshake (agent v2)
* version test matrix
* update simplexmq
2022-06-09 14:52:12 +01:00
Evgeny Poberezkin
16bd9ccc4f
core: send SMP notification msg flag based on chat message ( #733 )
...
* core: send SMP notification msg flag based on chat message
* update simplexmq
* remove unnecessary condition
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-06-07 14:14:54 +01:00
Evgeny Poberezkin
33e702d453
Merge branch 'master' into ios-notifications
2022-06-06 22:04:05 +01:00
Milton
883bf768af
fix typo ( #732 )
...
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-06-06 16:24:33 +01:00
Evgeny Poberezkin
f341e54128
Export & import storage archive ( #726 )
...
* core: import and export of chat archive
* export chat archive
* import archive, support starting chat after it is stopped
* test for maintenance mode
* test/fix archive with files
* prevent starting chat after chat database was deleted or imported
* update simplexmq
2022-06-06 16:23:47 +01:00
Evgeny Poberezkin
b3f4645011
Merge pull request #730 from simplex-chat/master
...
docs: contents, faq (#729 )
2022-06-04 16:35:52 +01:00
Evgeny Poberezkin
99bd3f6133
docs: contents, faq ( #729 )
...
* docs: contents, faq
* add app links to the bottom
2022-06-04 16:33:58 +01:00
Evgeny Poberezkin
7590502f29
Merge branch 'master' into ios-notifications
2022-06-04 15:08:31 +01:00
Evgeny Poberezkin
f770a8396e
Merge pull request #727 from simplex-chat/master
...
merge v2.2.1 to stable
2022-06-04 15:06:04 +01:00
Evgeny Poberezkin
b0f3d59cb0
blog: v2.2 release ( #728 )
...
* blog: v2.2 release
* update readme
* update roadmap
2022-06-04 14:37:41 +01:00
Evgeny Poberezkin
cab5bc2daf
Merge branch 'master' into ios-notifications
2022-06-03 13:40:03 +01:00
JRoberts
935c3987b3
update version v2.2.1 (53)
2022-06-03 16:18:34 +04:00
Evgeny Poberezkin
084d1d09a5
ios: fix closing chat info ( #725 )
2022-06-03 16:05:34 +04:00
Evgeny Poberezkin
47ec486201
update version v2.2.1 (52)
2022-06-03 12:46:11 +01:00
Evgeny Poberezkin
72103949a7
ios: fix purple warning on auth failure ( #724 )
...
* ios: fix purple warning on auth failure
* avoid showing chats
* avoid flicker
* fix exit
* bg task
* rename function
* remove bg task
2022-06-03 12:24:50 +01:00
JRoberts
3b708105a4
ios: fix modal views not closing ( #723 )
2022-06-03 13:19:41 +04:00
Evgeny Poberezkin
800efb3a34
ios: fix authentication ( #722 )
...
* ios: fix authentication
* Update apps/ios/Shared/ContentView.swift
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
* remove doAuthenticate = false
* remove lock button
* moare fixos
* whitespace
* and more
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-06-03 09:16:07 +01:00
Evgeny Poberezkin
949fb17406
ios: mach messages to coordinate database acceess between app & NSE ( #717 )
2022-06-02 13:16:22 +01:00
Evgeny Poberezkin
b435c0145f
Merge branch 'master' into ios-notifications
2022-06-02 12:39:51 +01:00
Evgeny Poberezkin
87c0c9de91
ios: update build to 51
2022-06-02 12:37:27 +01:00
Evgeny Poberezkin
cd1af400bb
ios: remove callkit ( #720 )
...
* ios: remove callkit
* remove CallKit import
2022-06-02 12:10:41 +01:00
JRoberts
e1e161539d
Merge pull request #718 from simplex-chat/master (version 2.2.0)
2022-06-01 19:11:01 +04:00
JRoberts
4db7e88ed8
terminal: version 2.2.0
2022-06-01 18:58:06 +04:00
JRoberts
82a4a8c6f8
mobile: update version 2.2 (ios - 50, android - 36)
2022-05-31 21:30:20 +04:00
JRoberts
15ddefe86b
mobile: close modal views ( #715 )
2022-05-31 20:55:19 +04:00
Evgeny Poberezkin
fa844c48e9
ios: SimpleXChat framework to be shared by app/NSE ( #714 )
...
* ios: SimpleXChat framework to be shared by app/NSE
* remove bridging headers from pp/NSE
* embed & sign
2022-05-31 07:55:13 +01:00
JRoberts
7e96da95f9
ios: enable notifications ( #713 )
2022-05-30 16:15:17 +04:00
Evgeny Poberezkin
0bb5774ff1
mobile: update version 2.2 (ios - 49, android - 35)
2022-05-30 12:58:09 +01:00
Evgeny Poberezkin
866d84e7ac
mobile: move calls to experimental features, refactor ( #712 )
2022-05-30 12:32:11 +01:00
Evgeny Poberezkin
d6262bc2a4
ios: move files
2022-05-30 09:12:57 +01:00
Evgeny Poberezkin
e5909d4e12
ios: SMP servers settings page layout ( #711 )
2022-05-30 09:05:02 +01:00
Evgeny Poberezkin
23b75f11fe
ios: paste image ( #710 )
2022-05-30 09:03:56 +01:00
Evgeny Poberezkin
71fa2bfec0
android: settings sections ( #709 )
2022-05-30 09:03:41 +01:00
Evgeny Poberezkin
29e2c00811
mobile: settings for auto-accepting images, link previews, spinner for link previews; privacy settings ( #708 )
...
* ios: settings for auto-accepting images, link previews, spinner for link previews
* android: settings for auto-accepting images, link previews, spinner for link previews, privacy settings
* update translation
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
* translation
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
* translation
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-05-30 08:59:04 +01:00
Evgeny Poberezkin
7c1d573a17
mobile: show skipped messages in the UI ( #707 )
...
* mobile: show skipped messages in the UI
* ios: skipped messages alert and translations
* android: skipped messages alert
* android translation keys
* more keys
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-05-29 08:06:56 +01:00
Evgeny Poberezkin
89908ef5dc
core: chat item on skipped messages ( #705 )
...
* core: chat item integrity
* create chat item on skipped messages (but only on content items)
* report skipped messages on all messages, not only content messages
* remove type signature
* remove migration
* update rfc
2022-05-28 19:13:07 +01:00