Evgeny Poberezkin
26d3e71c4e
fix test for /t
2022-05-01 14:07:37 +01:00
Evgeny Poberezkin
606eefa45d
mobile: show contact connection pending status as ellipsis, error as gray circle (no green circles) ( #588 )
...
* mobile: show contact connection pending status as ellipsis, error as gray circle (no green circles)
* android: show contact status
2022-05-01 14:05:01 +01:00
IanRDavies
42959cc350
Video calls RFC ( #542 )
...
* draft RFC for video calls, own rolled WebRTC approach in comments
* formatting typo
* update
* update rfc (WIP)
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-05-01 09:30:41 +01:00
Evgeny Poberezkin
2b1ab01efe
terminal: /tail all messages (for all chats) ( #589 )
...
* terminal: /tail all messages (for all chats)
* tests
2022-04-30 21:23:14 +01:00
JRoberts
dd592c7db3
core: discontinue old file protocol (send); use MCFile when sending and receiving files ( #587 )
2022-04-30 19:18:46 +04:00
Evgeny Poberezkin
305052ecaf
core: api to resubscribe connections ( #586 )
...
* core: api to resubscribe connections
* update simplexmq
2022-04-30 12:47:50 +01:00
Evgeny Poberezkin
099f25c63f
ios: update version 1.7 (40)
2022-04-29 17:03:22 +01:00
JRoberts
6c72db58f5
core: return AChatItem in FileAccepted and FileStart events ( #585 )
2022-04-29 15:56:56 +04:00
Evgeny Poberezkin
1df9a1ec2d
core: refactor terminal commands ( #583 )
2022-04-28 08:34:21 +01:00
Evgeny Poberezkin
d9572cef86
terminal: command to show last N items in a chat ( #582 )
2022-04-28 07:26:43 +01:00
JRoberts
c48a516586
core: MCFile ( #580 )
2022-04-28 09:40:51 +04:00
JRoberts
a7554771a0
android: refactor compose ( #579 )
2022-04-27 20:54:21 +04:00
JRoberts
645587431d
core: fix asynchronous file transfer ( #572 )
2022-04-26 12:52:41 +04:00
Evgeny Poberezkin
f02dcc851e
core: fix mac tests ( #576 )
...
* core: fix mac tests
* enable all tests
2022-04-26 09:08:39 +01:00
JRoberts
762024dfd9
test: fix race condition caused by small file transfer ( #577 )
2022-04-26 11:51:46 +04:00
Evgeny Poberezkin
fc5cdc5eb1
mobile: use batched DOWN/UP events, core: include pending contacts ( #573 )
...
* mobile: use batched DOWN/UP events, core: include pending contacts
* query style
2022-04-26 07:51:06 +01:00
Evgeny Poberezkin
44de6297ee
android: UI for pending contact connections, ios: translations, show profile picture in contact requests ( #571 )
...
* android: UI for pending contact connections, ios: translations, show profile picture in contact requests
* update translations
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
* update translation
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
2022-04-26 07:41:08 +01:00
Evgeny Poberezkin
cd2eb9c88e
core: test async handshake ( #569 )
...
* core: test async handshake
* Update tests/ChatTests.hs
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
2022-04-25 19:30:21 +04:00
IanRDavies
5fc1364fd3
refactor to use stringResource in composables ( #568 )
...
In order to retain the ability to have Previews in android studio we need to use stringResource over generalGetString in composable items.
2022-04-25 12:37:32 +01:00
IanRDavies
b5022b4d41
android: use opensource boofcv to scan QR codes ( #562 )
...
* open source qr code scanner
* refined error localisation - todo moved
* tidy up to make picking back up easier
* better errors
* scan images one at a time and once per second to avoid multiple requests being sent
* more sophisticated avoidance of repeat contact requests
* remove format specifier
* refinements
* update QR scanner to use boofcv
* remove dependence on zxing
* attribution
* Update apps/android/app/src/main/java/chat/simplex/app/views/newchat/QRCodeScanner.kt
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-04-25 11:05:09 +01:00
Evgeny Poberezkin
89c36d42e2
ios: pending contact connections UI, core: delete connections on the server when deleting in UI/db ( #565 )
...
* ios: started pending connections UI
* ios: UI for pending contact connections complete
* this has to be getter, or it would break JSON parsing
* ios: update "initiated" status of connection
2022-04-25 10:39:28 +01:00
JRoberts
db4731f19b
mobile: correctly resize images, refine image sending UI ( #546 )
2022-04-25 12:44:24 +04:00
Evgeny Poberezkin
0470f9cf36
core: batch contact disconnections and re-subscriptions to one event per server ( #564 )
...
* core: batch contact disconnections and re-subscriptions to one event per server
* update simplexmq
* update query to use temp table
* remove old code
2022-04-25 09:17:12 +01:00
IanRDavies
e87660974e
Paste link to connect ( #551 )
...
* initial implementation of textbox
* paste to connect box implemented (and tested) in android
* first pass at pastebox in iOS
* clean up iOS implementation
* put paste link page in for groups in android
* initial inclusion in iOS UI
* refactor naming
* lint kotlin
* fix typo
* ios: update "connect via link" ui, refactor connecting via link to use the one function
* android: update paste link UI
* add russian translations
* update translations
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
* update translations
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
2022-04-25 07:54:07 +01:00
Evgeny Poberezkin
48ba6472b6
core: add updatedAt to UserContactRequest and to PendingContactConnection, use it to sort the list of chats, tests ( #563 )
2022-04-24 09:05:54 +01:00
Evgeny Poberezkin
9de28c46a0
core: update test ( #561 )
2022-04-23 18:23:29 +01:00
Evgeny Poberezkin
14514050ae
core: api for pending contact connections ( #553 )
...
* core: api for pending contact connections
* core: pending contact connection events / api
2022-04-23 17:32:40 +01:00
Evgeny Poberezkin
a525f24969
remove nl translations (will conflict with locale-nl branch)
2022-04-23 13:34:51 +01:00
Evgeny Poberezkin
4a2bfef4b3
ios: refactor views with ViewBuilder ( #558 )
2022-04-23 12:52:05 +01:00
Evgeny Poberezkin
0c37282cd3
ios: add translation for "Checking new messages..." test notification
2022-04-23 11:34:08 +01:00
Evgeny Poberezkin
e6fdb40c59
ios: fix opening direct chats ( #555 )
2022-04-23 11:35:56 +04:00
Evgeny Poberezkin
0091e9f162
ios: show notification token status in UI ( #552 )
...
* ios: show notification token status in UI
* show notification token status
2022-04-23 09:32:16 +04:00
Evgeny Poberezkin
8257842914
APIRegisterToken returns NtfTknStatus ( #550 )
2022-04-22 20:32:19 +01:00
Evgeny Poberezkin
dcffdf83b9
ios: show local notification when checking messages having received background notification ( #549 )
...
* ios: show local notification when checking messages having received background notification
* Update apps/ios/Shared/Model/NtfManager.swift
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
* Update apps/ios/Shared/Model/NtfManager.swift
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
2022-04-22 17:53:09 +01:00
IanRDavies
1932873776
Show pending contacts ( #547 )
...
* capture contact connecting event
* disable navigation to not ready chat
* update "pending contact" alert, Russian translations
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-04-22 17:26:17 +01:00
Evgeny Poberezkin
7c2edff81f
ios: periodic notifications UI ( #548 )
...
* ios: periodic notifications UI
* add missing import
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
2022-04-22 16:46:05 +04:00
Evgeny Poberezkin
f594774579
ios: push notifications ( #482 )
...
* ios: get device token for push notifications
* ios: receive messages when background notification is received
* add notifications API, update simplexmq
* chat API to register and verify notification token
* update AppDelegate to recognize different notification types, update simplexmq
* core: api to enable periodic background notifications
* update simplexmq
* chat API to delete device notification token
* use base64url encoding in verification code
* update simplexmq for notifications
2022-04-21 20:04:22 +01:00
IanRDavies
03b8cdea8d
android: support app links via simplex.chat ( #545 )
...
* update manifest
* autoverify domain
* add path prefix to intent filter
* support contact links
* add android app readme
* only allow a single simplex task at a time to avoid opening simplex 'on top' of app with link
2022-04-21 14:57:36 +01:00
JRoberts
effd37402a
SMP AUTH error processing and descriptions ( #544 )
...
* SMP AUTH error descriptions
* change text
* android error description
* Update apps/android/app/src/main/res/values/strings.xml
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
* Update apps/android/app/src/main/res/values-ru/strings.xml
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
* fix translations
* Apply suggestions from code review
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-04-21 11:50:24 +04:00
JRoberts
ec5aea0773
android: version 1.6 (26)
2022-04-20 12:44:31 +04:00
JRoberts
9a32bb8959
ios: version 1.6 (39)
2022-04-20 12:16:44 +04:00
JRoberts
4cac08cf51
mobile: fix translations, minor view bugs ( #541 )
2022-04-20 11:53:34 +04:00
JRoberts
3e1fa779b9
android: version 1.6 (25)
2022-04-19 21:44:05 +04:00
Evgeny Poberezkin
5119bb3625
fix: cancelled links previews, context menu width
2022-04-19 18:23:17 +01:00
JRoberts
d61c8a363a
android: version 1.6 (24)
2022-04-19 16:57:05 +04:00
Evgeny Poberezkin
059a13576b
ios: version 1.6 (38)
2022-04-19 12:52:44 +01:00
JRoberts
2e46092d92
ios: add english localization
2022-04-19 15:47:08 +04:00
Evgeny Poberezkin
44fd13b836
ios: update version 1.6 (37)
2022-04-19 12:22:37 +01:00
JRoberts
015329fcc7
ios 1.6 release
2022-04-19 15:17:47 +04:00
JRoberts
6835b6c1dd
mobile: enable/disable features for release ( #540 )
2022-04-19 13:24:26 +04:00