Stanislav Dmitrenko
71f5b51350
ios: change network config in NSE when updated via UI ( #1731 )
...
* ios: Apply changed network config to NSE
* Better
* Separate function
* rename
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-01-13 19:05:53 +00:00
Stanislav Dmitrenko
20cec4db11
mobile: do not reset chat preferences on profile update ( #1740 )
...
* android: Do not reset prefs on profile update
* ios: Include prefs into Profile/LocalProfile
2023-01-13 18:57:54 +00:00
Stanislav Dmitrenko
2085dc5d60
android: Fix blocked thread while making live messages ( #1739 )
...
* android: Fix blocked thread while making live messages
* Test
* Revert "Test"
This reverts commit bd8a5b6ca0
.
2023-01-13 18:33:52 +00:00
JRoberts
9290fcc6b2
core: set active prompt to none when changing current user ( #1738 )
2023-01-13 21:01:36 +04:00
JRoberts
0c3d643408
core: expire chat items for all users ( #1737 )
2023-01-13 21:01:26 +04:00
Michaël Bitard
6d5c3ae484
Fix typo ( #1732 )
2023-01-13 15:49:58 +00:00
JRoberts
cccdcef914
core: add delays to tests to prevent output races ( #1736 )
2023-01-13 16:26:55 +04:00
Evgeny Poberezkin
e63e158b2d
core: refactor withUserId ( #1735 )
...
* refactor withUserId
* update
* more
2023-01-13 16:24:54 +04:00
JRoberts
892b91e958
core: update simplexmq (subscribe users in different sessions) ( #1734 )
2023-01-13 15:14:46 +04:00
JRoberts
fb04108b11
Merge branch 'master' into users
2023-01-13 14:19:21 +04:00
JRoberts
424328b9d1
core: agent users ( #1727 )
2023-01-13 13:54:07 +04:00
JRoberts
e73f5c40cf
4.4.2: ios 114, Android 88
2023-01-12 18:38:58 +04:00
JRoberts
4c960bdc44
4.4.2
2023-01-12 16:46:28 +04:00
JRoberts
dcb82951ed
core: catch errors when sending messages in loops where they haven't been previously caught ( #1729 )
2023-01-12 16:31:27 +04:00
Stanislav Dmitrenko
138cce4436
ios: fix opening via notification returning to chat list when screen lock is enabled ( #1725 )
...
* ios: Fixed broken chat push/pop logic
* remove binding parameter
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-01-11 22:48:52 +00:00
Evgeny Poberezkin
98417dafc4
4.4.1: ios 113, Android 87
2023-01-11 17:54:24 +00:00
Evgeny Poberezkin
e8374be19c
mobile: set defaults consistently (protected screen: iOS off/Android on, accept images: on, faster image transfer: on) ( #1724 )
...
* ios: set defaults consistently (protected screen: off, accept images: on, faster image transfer: on)
* android: transfer images faster by default
2023-01-11 17:09:17 +00:00
Stanislav Dmitrenko
62a2f61751
android: Fix non-unique chat item id in listState ( #1723 )
...
* android: Fix non-unique chat item id in listState
* Test
* Revert "Test"
This reverts commit 6625bce138
.
2023-01-11 16:41:34 +00:00
JRoberts
7323bb4333
Merge branch 'master' into users
2023-01-11 18:38:55 +04:00
Evgeny Poberezkin
2d47175f94
ios: disable reply/edit actions and deletion of live item in live mode ( #1722 )
2023-01-11 17:29:09 +04:00
Evgeny Poberezkin
a6d7604d21
mobile: send live message when there is any content ( #1721 )
...
* ios: send live message when there is any content
* android: improve live message logic
* fix, refactor
* prohibit live messages with quotes
2023-01-11 12:01:02 +00:00
JRoberts
9e3573fc76
android: fix send button being disabled on images, files & voice messages ( #1720 )
...
* android: fix send button being disabled on images, files & voice messages
* rename view
* format
2023-01-11 08:59:04 +00:00
JRoberts
41e873d5ca
core: multiple users view, tests ( #1710 )
2023-01-11 11:00:28 +04:00
Evgeny Poberezkin
13ebaf587e
4.4.1-beta.1: iOS 112, Android 86
2023-01-10 23:21:37 +00:00
Stanislav Dmitrenko
61e20550bc
core: Updated scripts for downloading libs ( #1712 )
2023-01-10 20:22:18 +00:00
Stanislav Dmitrenko
d1cc5c1769
ios: Better check for existing of image's alpha ( #1718 )
...
* ios: Better check for existing of image's alpha
* Allow non-transparent pixels
* optimize
* remove prints
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-01-10 19:39:42 +00:00
Stanislav Dmitrenko
16b041c8c6
ios: Live messages without sending an empty text ( #1714 )
...
* ios: Live messages without sending an empty text
* Custom Equatable
* Changes
* Change
* Fix liveMessage not hiding
* Refactoring
* Refactoring
* No animation when removing dummy live message item
* Check
* Anim
* Animation
* whitespace
* refactor
* Fix race
* Better fix of race
* fix race condition
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-01-10 19:12:48 +00:00
JRoberts
810f248c74
core: test async file transfer (sender & receiver restarts); close files in stopChatController; handle openFile error in getFileHandle ( #1716 )
2023-01-10 20:52:59 +04:00
JRoberts
813fecddfe
core: fix live file transfers queries ( #1715 )
2023-01-10 16:22:21 +04:00
Stanislav Dmitrenko
5a7d61c964
android: Live messages without sending an empty text ( #1709 )
...
* android: Live messages without sending an empty text
* Better quoted messages handling
* Do not add item into preview
* Change
* Changes
2023-01-09 18:30:26 +00:00
JRoberts
ad1b091b18
Merge branch 'master' into users
2023-01-09 17:02:38 +04:00
Evgeny Poberezkin
cba24983e6
4.4.1-beta.0: iOS 111, Android 85
2023-01-08 16:41:40 +00:00
Evgeny Poberezkin
4dc2a1b72d
Revert "core: include commit information in /v response ( #1705 )"
...
This reverts commit 3d4e4e2ef9
.
2023-01-08 13:13:13 +00:00
Evgeny Poberezkin
3d4e4e2ef9
core: include commit information in /v response ( #1705 )
2023-01-07 16:38:35 +00:00
JRoberts
113c67ec95
core: disable connections on repeat AUTH errors ( #1704 )
2023-01-07 19:47:51 +04:00
Stanislav Dmitrenko
a2e887024f
android: Fixed compatibility with API 29 ( #1674 )
2023-01-07 14:24:28 +00:00
JRoberts
37262b3ed5
core: fix view agent error context text ( #1700 )
2023-01-06 19:58:03 +04:00
Evgeny Poberezkin
dca4fe7701
Merge branch 'stable'
2023-01-06 13:16:21 +00:00
Evgeny Poberezkin
88c9334d18
readme: SOL address for donations
2023-01-06 13:14:26 +00:00
JRoberts
58f06aa821
core: print error context on store internal errors ( #1699 )
2023-01-06 14:22:16 +04:00
JRoberts
ae5deab8d3
core: print error context on agent errors ( #1697 )
2023-01-06 13:11:21 +04:00
JRoberts
bb0482104c
core, ios, android: add UserId to api commands ( #1696 )
2023-01-05 20:38:31 +04:00
Evgeny Poberezkin
edfece3206
core: test for live messages ( #1694 )
2023-01-05 09:08:31 +00:00
Evgeny Poberezkin
c32cf8055d
ios: update library (better quote error handing)
2023-01-04 20:51:16 +00:00
Evgeny Poberezkin
72ec03a822
ios: localize "feature offered/cancelled" items ( #1689 )
...
* ios: localize "feature offered/cancelled" items
* import
2023-01-04 20:48:23 +00:00
Evgeny Poberezkin
d89e0efedd
translations: ios German, French ( #1687 )
...
* translations: ios German, French
* reexport ios
2023-01-04 20:36:50 +00:00
Evgeny Poberezkin
707e8592d9
translations: German, French ( #1682 )
...
* Translated using Weblate (German)
Currently translated at 100.0% (906 of 906 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/
* Translated using Weblate (German)
Currently translated at 100.0% (850 of 850 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/de/
* Translated using Weblate (French)
Currently translated at 100.0% (906 of 906 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/fr/
* Translated using Weblate (French)
Currently translated at 100.0% (850 of 850 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/fr/
* Translated using Weblate (German)
Currently translated at 100.0% (906 of 906 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/
* Translated using Weblate (German)
Currently translated at 100.0% (850 of 850 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/de/
Co-authored-by: mlanp <github@lang.xyz>
Co-authored-by: Ophiushi <ptlfr@pm.me>
2023-01-04 20:25:33 +00:00
JRoberts
fa9e0086f6
core: multiple users api ( #1679 )
...
* api
* UCR
* Revert "UCR"
This reverts commit 1f98d25192
.
* comment
* events User
* events in api User
* CRActiveUser in APISetActiveUser
* process message with/without connection
* refactor
* mute error
* user in api responses
* name
* lost response
* user in CRChatCmdError
* compiles
* user in CRChatError
* -- UserId
* mute unused warning
* catch in withUser
* remove comment
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-01-04 21:06:28 +04:00
Evgeny Poberezkin
a1b27e9a99
update simplexmq (better handling of quota errors)
2023-01-04 15:07:33 +00:00
Evgeny Poberezkin
f68d8fd97c
update readme
2023-01-03 13:13:51 +00:00