Commit Graph

  • 2ff4619ca4 ios: improve chat list layout (#4537) Evgeny Poberezkin 2024-07-29 22:11:02 +01:00
  • 493ad14b39 core: make user db actions high priority, faster chat start with async db operations (#4531) spaced4ndy 2024-07-30 00:52:45 +04:00
  • 7f08f87ee4 ios: improve conversation scrolling (fixes hangs when messages are updated). (#4534) Arturs Krumins 2024-07-29 23:17:14 +03:00
  • ceecaf6592 simplexmq f/start-async-db Evgeny Poberezkin 2024-07-29 19:36:51 +01:00
  • fb831439e9 ios: load chats and refresh call invitations before chat is started Evgeny Poberezkin 2024-07-29 19:35:42 +01:00
  • 018d9a1064 core: allow getting call invitations and notificationn token when chat is stopped Evgeny Poberezkin 2024-07-29 19:17:44 +01:00
  • 4b382841a1 check chat is running Evgeny Poberezkin 2024-07-29 18:44:34 +01:00
  • 6834138270 fix race in the tests Evgeny Poberezkin 2024-07-29 18:19:01 +01:00
  • bf83ba40a3 simplexmq Evgeny Poberezkin 2024-07-29 17:39:38 +01:00
  • ca166d7f96 use priority database access Evgeny Poberezkin 2024-07-29 15:12:18 +01:00
  • 42669454b0 multiplatform: load chat data before starting chat Evgeny Poberezkin 2024-07-29 11:37:32 +01:00
  • 243f3a7516 revert some Evgeny Poberezkin 2024-07-29 10:56:41 +01:00
  • aadba41e66 core: move db actions out of synchronous execution on chat start spaced4ndy 2024-07-29 13:33:31 +04:00
  • ce1b66cef2 ios: optimize marking messages read (#4530) Evgeny Poberezkin 2024-07-29 09:49:43 +01:00
  • 3e18fdc34d ios: link framework into share extension without embedding Evgeny Poberezkin 2024-07-28 23:28:53 +01:00
  • c09075d71e ios: update core library Evgeny Poberezkin 2024-07-28 23:05:41 +01:00
  • 30df42d20d Merge branch master into master-android Evgeny Poberezkin 2024-07-28 22:08:05 +01:00
  • 41b4d7851a ios: improve chat list layout (#4528) Evgeny Poberezkin 2024-07-28 21:53:21 +01:00
  • 92bec5eabb core: 6.0.0.2 (simplexmq 6.0.0.4) Evgeny Poberezkin 2024-07-28 18:11:38 +01:00
  • 24587ecc92 scripts (windows): add follow redirects to curl (#4526) Stanislav Dmitrenko 2024-07-28 23:55:58 +07:00
  • 6865515f43 ios: share extension (#4466) Evgeny Poberezkin 2024-07-28 17:54:58 +01:00
  • 5ee6f40e75 cli: allow passing ChatOpts parameter (#4525) Evgeny Poberezkin 2024-07-28 12:06:07 +01:00
  • 0db5734434 bump haskell.nix; nixpkgs; ghc96 ep/tls-2 Moritz Angermann 2024-07-27 03:11:11 +00:00
  • 637189cc2d core: multiline output (#4520) Evgeny Poberezkin 2024-07-26 15:21:06 +01:00
  • 4cb34fb407 Merge branch 'master' into ep/donate-page M Sarmad Qadeer 2024-07-26 14:36:30 +05:00
  • 13bfc9e92b core: update app settings for migration (#4518) Evgeny Poberezkin 2024-07-26 10:30:49 +01:00
  • 032c5d3a5b android, desktop: blur for media (#4508) Stanislav Dmitrenko 2024-07-26 15:29:13 +07:00
  • a53333be20 ios: increase wallpaper scale (#4517) Evgeny Poberezkin 2024-07-26 09:11:42 +01:00
  • a966f6b19d ios: blur for media (#4512) Stanislav Dmitrenko 2024-07-26 14:38:22 +07:00
  • 70d577260b ios: fix crash when changing screen orientation with tiled wallpaper (#4511) Arturs Krumins 2024-07-25 22:19:44 +03:00
  • ea12982788 ios: fix two-line preview on IOS 17+ (#4514) Stanislav Dmitrenko 2024-07-25 20:53:10 +07:00
  • 6fca6c22c5 ios: interactive media and link previews in the list of chats (#4487) Stanislav Dmitrenko 2024-07-24 00:11:42 +07:00
  • e343dd017b core: fix nix build for iOS build with tagged JSON (e.g., Flutter apps) (#4484) Evgeny Poberezkin 2024-07-22 19:35:36 +01:00
  • 70a94d772a multiplatform: optimize subscription indicator (#4503) spaced4ndy 2024-07-22 20:40:22 +04:00
  • 2689d1e27b ios: optimize subscription indicator (#4501) spaced4ndy 2024-07-22 19:32:54 +04:00
  • 4a9b54fbaf core: get subs total api (#4500) spaced4ndy 2024-07-22 19:06:53 +04:00
  • f10a0ce58e core: receive only one notification message on push notification (#4504) Evgeny Poberezkin 2024-07-22 15:48:57 +01:00
  • 6d488ba489 android: improve proxy errors (#4489) spaced4ndy 2024-07-19 20:10:31 +04:00
  • 95776e0951 ios: improve proxy errors (#4485) spaced4ndy 2024-07-19 18:39:12 +04:00
  • bf9cdf3053 android: allow sending messages immediately on joinConnection, acceptContact (#4483) spaced4ndy 2024-07-19 12:50:27 +04:00
  • fa73e63a79 ios: allow sending messages immediately on joinConnection, acceptContact (#4478) spaced4ndy 2024-07-19 11:31:43 +04:00
  • bfab76ed90 core: allow sending messages immediately on joinConnection, acceptContact (#4465) spaced4ndy 2024-07-18 20:33:51 +04:00
  • 905295ee5f android, desktop: interactive media and link previews in the list of chats (#4460) Stanislav Dmitrenko 2024-07-18 22:26:06 +07:00
  • 3bd47130e7 android: removed one hand ui for new chat sheet android-chats-new-chat-sheet Diogo Cunha 2024-07-18 10:15:43 +01:00
  • 12c1b348fe android, desktop: made sure contacts list refreshes on changes Diogo Cunha 2024-07-17 23:21:58 +01:00
  • ecc8a42b66 refactor: fixed fn access scopes Diogo Cunha 2024-07-17 23:16:52 +01:00
  • cd5bb4c146 android, desktop: handled empty lists Diogo Cunha 2024-07-17 23:15:31 +01:00
  • 64f4bcc6fc android, desktop: made full new chat sheet scrollable Diogo Cunha 2024-07-17 23:12:54 +01:00
  • 060d3dd4d4 android, desktop: showing only actionable contacts Diogo Cunha 2024-07-17 22:27:17 +01:00
  • a1e707ac1b ui: translations (#4469) Evgeny Poberezkin 2024-07-17 19:00:47 +01:00
  • fea51b75e9 ios: fix start chat api Evgeny Poberezkin 2024-07-17 14:20:58 +01:00
  • ff8bbf11e7 core: allow start in extension without subscriptions but with enabled files (#4464) Evgeny Poberezkin 2024-07-17 14:14:19 +01:00
  • cea3aad0d4 android, desktop: deleted contacts and requests Diogo Cunha 2024-07-16 23:33:14 +01:00
  • d9837d172b deploy: 391e9d57f2 epoberezkin 2024-07-16 20:32:34 +00:00
  • 391e9d57f2 docs: update transparency Evgeny Poberezkin 2024-07-16 21:31:15 +01:00
  • f43a2d070b android, desktop: removed group connections Diogo Cunha 2024-07-16 21:20:42 +01:00
  • dae9f8575d ui: change labels in server stats, move percentage toggle (#4468) Evgeny Poberezkin 2024-07-16 20:41:00 +01:00
  • 065d9be614 multiplatform: better errors (#4463) spaced4ndy 2024-07-16 17:19:58 +04:00
  • 4251762553 ios: better errors (#4462) spaced4ndy 2024-07-16 17:19:37 +04:00
  • c7017b3efc 6.0-beta.1: ios 228, android 226, desktop 57 v6.0.0-beta.1 Evgeny Poberezkin 2024-07-16 09:52:55 +01:00
  • 69ad380245 android, desktop: new chat UI improvements Diogo Cunha 2024-07-15 23:24:21 +01:00
  • b4ae3b9431 ui: enable private message routing by default for all unknown servers (#4461) Evgeny Poberezkin 2024-07-15 23:13:33 +01:00
  • 01345cd423 Merge branch 'master' into master-android Evgeny Poberezkin 2024-07-15 23:06:44 +01:00
  • 7138b09bae core: 6.0.0.1 (simplexmq 6.0.0.2) Evgeny Poberezkin 2024-07-15 23:06:11 +01:00
  • bf59402856 cli: option to only use SOCKS5 proxy with onion-only relays (#4459) Evgeny Poberezkin 2024-07-15 23:04:09 +01:00
  • 3133d01690 first draft Diogo Cunha 2024-07-15 15:11:56 +01:00
  • c6e5d6e2b8 android, desktop: chat list item layout (#4458) Stanislav Dmitrenko 2024-07-15 20:21:18 +07:00
  • 0847b725b3 ios: toolbar and message entry area background color (#4449) Evgeny Poberezkin 2024-07-15 13:14:14 +01:00
  • 0d6f43a5ac ui: different label for subscribed connections: Message push, Active connections (#4453) Evgeny Poberezkin 2024-07-15 08:54:31 +01:00
  • 5a014ba410 multiplatform: show admin and owner roles in the conversation (#4455) spaced4ndy 2024-07-15 11:35:48 +04:00
  • 99888f9d5f ios: show admin and owner roles in the conversation (#4451) Evgeny Poberezkin 2024-07-15 08:35:37 +01:00
  • 69da8b6345 Merge branch 'android-chats-one-hand-ui' into android-chats-new-chat-sheet Diogo Cunha 2024-07-14 23:28:41 +01:00
  • f053447f5f Merge branch 'master' into android-chats-one-hand-ui and removed new toolbar Diogo Cunha 2024-07-14 23:27:37 +01:00
  • a57a2c277d (early draft) android, desktop: new chat sheet Diogo Cunha 2024-07-14 22:19:43 +01:00
  • 670bf34ff5 desktop: in-app update functionality (#4443) Stanislav Dmitrenko 2024-07-14 02:06:04 +07:00
  • 3e873fcb32 core: faster tracking of active subscriptions; ui: only track in foreground (#4446) Evgeny Poberezkin 2024-07-13 08:44:51 +01:00
  • 387faa0c27 android: implemented one hand ui for chat list screen one-hand-ui Diogo Cunha 2024-07-12 23:02:14 +01:00
  • 04632351ef deploy: 23f24b1677 epoberezkin 2024-07-12 19:37:11 +00:00
  • 23f24b1677 website: translations (#4436) Evgeny Poberezkin 2024-07-12 20:35:58 +01:00
  • 17526fa385 ui: translations (#4433) Evgeny Poberezkin 2024-07-12 20:31:41 +01:00
  • 70204e071d ui: split servers into lists; allow to enable only tested servers (#4445) spaced4ndy 2024-07-12 21:03:30 +04:00
  • b348979b32 core: use disabled servers as known for private message routing (#4444) Evgeny Poberezkin 2024-07-12 14:12:20 +01:00
  • aa990da17c android, desktop: added setting for one hand ui Diogo Cunha 2024-07-11 21:25:03 +01:00
  • 71ad8f2fd1 multiplatform: check temporary proxy error (#4442) spaced4ndy 2024-07-11 21:44:31 +04:00
  • 2dff94cbb4 ios: check temporary proxy error (#4440) spaced4ndy 2024-07-11 19:49:28 +04:00
  • a73abfe642 core: update simplexmq (proxy err encoding) (#4441) spaced4ndy 2024-07-11 19:29:56 +04:00
  • 859fa0bc22 ios: make image utilities accessible from extensions (#4438) Arturs Krumins 2024-07-11 15:56:55 +03:00
  • 41c4f13939 ios: optimise mark-as-read performance (#4434) Arturs Krumins 2024-07-11 10:57:56 +03:00
  • a48c82f4a1 android, desktop: added action buttons and delete to contact card, added toolbar Diogo Cunha 2024-07-10 22:23:43 +01:00
  • f84ac713d7 android: lookup group members via map (#4432) spaced4ndy 2024-07-10 18:50:23 +04:00
  • f41c04735b ios: lookup group members via map (#4431) spaced4ndy 2024-07-10 16:15:14 +04:00
  • a8da9b9cd9 core: fix invitee sending redundant pending messages whey they should be forwarded (#4430) spaced4ndy 2024-07-10 13:52:04 +04:00
  • 4e5d96f64f Merge branch 'master' into ep/tls-2 Evgeny Poberezkin 2024-07-09 22:56:03 +01:00
  • 64a0f509f7 6.0-beta.0: ios 227, android 225, desktop 56 v6.0.0-beta.0 Evgeny Poberezkin 2024-07-09 22:38:08 +01:00
  • c4f8a50f0d ios: show inactive and forwarded group message status; show inactive members (#4423) spaced4ndy 2024-07-10 00:52:33 +04:00
  • 93a4c0854e desktop, android: show inactive and forwarded group message status; show inactive members (#4426) spaced4ndy 2024-07-10 00:28:01 +04:00
  • 38a2f3b458 Merge branch 'master' into master-android Evgeny Poberezkin 2024-07-09 19:42:02 +01:00
  • 49c29c74df core: 6.0.0.0 Evgeny Poberezkin 2024-07-09 19:41:42 +01:00
  • f739c7f226 Merge branch 'master' into master-android Evgeny Poberezkin 2024-07-09 19:08:24 +01:00
  • e6ee5df158 core: update simplexmq 6.0.0.0 Evgeny Poberezkin 2024-07-09 19:07:44 +01:00