Evgeny Poberezkin
aaa4ffe789
Merge branch 'master' into callkit
2023-03-19 12:14:34 +00:00
Evgeny Poberezkin
8c4720d0cb
ios: link to set app interface language
2023-03-19 12:14:10 +00:00
Evgeny Poberezkin
66ea2d5d71
Merge branch 'stable'
2023-03-18 08:38:10 +00:00
Evgeny Poberezkin
c50306709b
mobile: do not show "observer" overlay when user leaves group
2023-03-16 23:29:47 +00:00
Evgeny Poberezkin
37d0bc2f14
mobile: hide observer role from UI (to be reverted after v4.5.4 is released)
2023-03-16 22:58:00 +00:00
Evgeny Poberezkin
be19af62d9
ios: group link role, add observer role ( #1978 )
...
* ios: group link role, add observer role
* prevent observers from sending in UI, clear compose state on role change
2023-03-16 22:20:20 +00:00
Evgeny Poberezkin
9db1924268
ios: optionally show callkit calls in recents and update settings ( #2021 )
...
* ios: optionally show callkit calls in recents and update settings
* refactor, fix call error when starting from recents
2023-03-16 22:08:58 +00:00
Evgeny Poberezkin
7a9f220290
ios: do not suspend chat when switching to another callkit call ( #2020 )
2023-03-16 20:19:53 +00:00
Evgeny Poberezkin
8145387f77
ios: CallKit changed reporting logic ( #2019 )
...
* ios: CallKit changed reporting logic
* refactor, suspend chat after call when app is in background
---------
Co-authored-by: Avently <7953703+avently@users.noreply.github.com >
2023-03-16 19:57:43 +00:00
Evgeny Poberezkin
063440e735
ios: remove sheets in ActiveCallView (does not work when call accepted from background via callkit)
2023-03-16 17:18:25 +00:00
Evgeny Poberezkin
6724de09c9
ios: dismiss sheets on IncomingCallView, send notification if reportNewIncomingVoIPPushPayload fails
2023-03-16 16:59:05 +00:00
Evgeny Poberezkin
809cc1f234
ios: different speaker buttons on call screen
2023-03-16 08:46:13 +00:00
Stanislav Dmitrenko
2643ea9066
ios: reverted some changes related to lockScreen ( #2011 )
...
* Revert "ios: CallKit enhancements (#2010 )"
This reverts commit 840df89ca6 .
* Revert "ios: CallKit integrated with app lock and screen protect (#2007 )"
This reverts commit 0404b020e6 .
* ios: reverted some changes related to lockScreen
* undo delay
* better support of appLock + call
* refactor
* refactor 2
* refactor 3
* refactor 4
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-03-15 21:09:33 +00:00
Stanislav Dmitrenko
840df89ca6
ios: CallKit enhancements ( #2010 )
...
* ios: CallKit enhancements
* better checks
2023-03-15 15:32:27 +00:00
Stanislav Dmitrenko
0404b020e6
ios: CallKit integrated with app lock and screen protect ( #2007 )
...
* ios: CallKit integrated with app lock and screen protect
* better lock mechanics
* background color
* logs
* refactor, revert auth changes
* additional state variable to allow connecting call
* fix lock screen, public logs
* show callkit option without dev tools
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-03-15 10:21:21 +00:00
Stanislav Dmitrenko
f48cabcc0a
ios: CallKit double call in background fix ( #2004 )
2023-03-14 15:28:34 +00:00
Stanislav Dmitrenko
f123a905d5
app icon in CallKit screen ( #2003 )
2023-03-14 15:19:54 +00:00
Stanislav Dmitrenko
9ec6911005
ios: CallKit integration ( #1969 )
...
* ios: CallKit integration
* notifying CallKit about outgoing call
* changes
* switching calls with CallKit
* string
* add NSE filtering entitlement
* add NSE build scheme
* remove some call limitations
* calls enhancments
* fixed calls on lockscreen
* don't display useless notification
* fix app state
* ability to answer on call from chat item via CallKit
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-03-14 08:12:40 +00:00
Evgeny Poberezkin
f1a9814faa
ios: UI to moderate messages of other members ( #1980 )
...
* ios: UI to moderate messages of other members
* split moderate action
* do not show moderate button on moderated, show alert
2023-03-06 21:57:58 +00:00
Evgeny Poberezkin
8f0e7512be
ios: group link role, add observer role ( #1978 )
...
* ios: group link role, add observer role
* prevent observers from sending in UI, clear compose state on role change
2023-03-06 13:54:43 +00:00
Stanislav Dmitrenko
54020250dc
ios: native WebRTC ( #1933 )
...
* ios: native WebRTC
* add video showing
* make async function better working with main thread
* wrapped code in main actor, just in case
* small change
* a little better
* enable relay
* removed unused code
* allow switching calls
* testing
* enable encryption
* testing more
* another test
* one more test
* fix remote unencrypted video
* deleted unused code related to PixelBuffer
* added MediaEncryption playground
* better playground
* better playground
* fixes
* use new encryption api
* media encryption works
* small changes
* added lib dependency
* use commit reference for lib instead of version
* video format, PIP size
* remove sample.js
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-03-02 13:17:01 +00:00
Evgeny Poberezkin
3e4d4f04ef
ios: allow pasting profile image
2023-02-27 17:46:10 +00:00
Evgeny Poberezkin
0450b1ace2
mobile: welcome/about page ( #1946 )
...
* mobile: welcome/about page
* scroll view (fixes trimmed texts)
* layout
* bigger frame
* minHeight, to allow scroling with large font
---------
Co-authored-by: spacedandy <8711996+spaced4ndy@users.noreply.github.com >
2023-02-21 15:31:41 +00:00
JRoberts
3530022152
ios, android: moderated item content types, CIDeleted type ( #1919 )
2023-02-09 15:10:35 +04:00
Stanislav Dmitrenko
c006b8150f
ios: ask permission to open profiles ( #1910 )
2023-02-08 10:39:41 +00:00
Stanislav Dmitrenko
0339b399f7
ios: don't go back when system alert appears ( #1903 )
2023-02-06 16:33:45 +00:00
Stanislav Dmitrenko
d048962959
ios: Fixed screenshot size ( #1902 )
2023-02-06 16:00:29 +00:00
Stanislav Dmitrenko
8a445ece90
ios: colored and clickable qr code with logo ( #1885 )
...
* ios: colored and clickable qr code with logo
* size of circle
* same padding as in android
* add padding to logo
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-02-06 08:45:56 +00:00
sh
1eb1e52912
call.ts: include udp stun/turn ( #1892 )
...
* call.ts: include udp stun/turn
* update JS
* show protocol, support TURNS
* mobile: add turn via UDP, remove protocol from view
* remove enums for protocol strings in ICE candidates
* 0.2.3
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-02-05 21:57:50 +00:00
Evgeny Poberezkin
06a2f7e4da
mobile: remove option "transfer images faster" ( #1891 )
2023-02-05 11:25:31 +00:00
Evgeny Poberezkin
3c493db613
mobile: use TCP for ICE requests of WebRTC calls ( #1888 )
...
* ios: support query string parameters in ICE server addresses
* android: support query params in ICE server address, add transport=TCP to default servers
2023-02-04 15:44:39 +00:00
Evgeny Poberezkin
86cc85b3a5
mobile: change default of "transfer images faster/inline" to off, mark as BETA ( #1889 )
...
* mobile: change default of "transfer images faster/inline" to off, mark as BETA
* ios: import localizations
2023-02-04 15:19:12 +00:00
Evgeny Poberezkin
a36f2147d8
mobile: current profile button in profile menu opens settings ( #1882 )
2023-02-03 11:22:17 +00:00
Evgeny Poberezkin
3837e92556
ios: fix advanced network config ( #1881 )
2023-02-03 11:17:56 +00:00
Stanislav Dmitrenko
bcca27bfdb
ios: show notifications for different users ( #1874 )
...
* ios: show notifications for different users
* refactore
* terminate background taks on chat item update
* refactor
* refactor2
* refactor3
* refactor 4
* refactor5
* fix chat item update in Android
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-02-02 16:09:36 +00:00
Evgeny Poberezkin
a8aa829e4c
android: what is new in v45, ios: update texts
2023-02-02 11:20:37 +00:00
Evgeny Poberezkin
71daeed81a
ios: what is new in v4.5
2023-02-02 10:11:11 +00:00
Stanislav Dmitrenko
f21fc76ced
ios: adapted UserExists error ( #1864 )
...
* ios: adapted UserExists alert
* updated texts
* refactor
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-01-31 15:55:41 +00:00
Stanislav Dmitrenko
a58be6ebb6
ios: limit number of items in console ( #1859 )
2023-01-30 12:07:06 +00:00
Evgeny Poberezkin
3e560278b6
ios: update chat previews, show filename in drafts ( #1847 )
...
* ios: update chat previews, show filename in drafts
* save and restore images/file/voice for draft
* refactor image
* it was a wrong value
* use param label
* proper stop of voice recording
* safe draft logic
* different way of finishing recording
* keep condition
* refactor
* fix live
* fix
* refactor
* fix
* simplify
* add space after filename in draft
---------
Co-authored-by: Avently <7953703+avently@users.noreply.github.com >
2023-01-27 22:09:39 +00:00
Evgeny Poberezkin
6e131e0bad
ios: disable current user profile button
2023-01-27 12:54:42 +00:00
Evgeny Poberezkin
148261a1ee
ios: allow to reply in another chat without losing draft
2023-01-26 23:28:56 +00:00
Evgeny Poberezkin
c01c629f73
mobile: use GMT timezone in filenames to prevent leaking user location ( #1837 )
...
* ios: use GMT timezone in filenames to prevent leaking user location
* android: use GMT timestamp in generated file names
2023-01-25 11:48:54 +00:00
Evgeny Poberezkin
25e4a1e86d
ios: fix layout of voice message ( #1836 )
...
* ios: fix layout of voice message
* fix layout
* prevent translations
2023-01-25 10:18:02 +00:00
Evgeny Poberezkin
e27013071b
ios: preserve message draft in the latest chat only ( #1834 )
...
* ios: preserve message draft in the latest chat only
* show attachment icon and formatting in draft
* button to remove message text
* show icon for active draft, refactor
* add voice message duration to draft
2023-01-25 08:35:25 +00:00
Stanislav Dmitrenko
2679bc2e94
ios: enable swipe to go back from chat to list ( #1824 )
...
* ios: Testing workaround of a crash
* another try
* complete
* added file
* enable swipe to go back from ChatView
* Revert "enable swipe to go back from ChatView"
This reverts commit 22de79505c .
* ios: enable swipe to go back from ChatView
* remove title change
* remove unused
* remove unused variable
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-01-24 19:24:46 +00:00
Evgeny Poberezkin
93ab713748
ios: choose user deletion mode ( #1833 )
...
* ios: choose user deletion mode
* update text
* refactor, disable button
* darker profile icon colors
* do not delete active user if changing user failed
2023-01-24 19:00:30 +00:00
JRoberts
2a20f78877
core: use batch connection deletion api ( #1814 )
2023-01-24 16:24:34 +04:00
Evgeny Poberezkin
e3b22d83ad
Merge branch 'master' into users
2023-01-23 18:45:24 +00:00
Stanislav Dmitrenko
a393bc8163
ios: Testing workaround of a crash ( #1789 )
...
* ios: Testing workaround of a crash
* another try
* complete
* added file
* enable swipe to go back from ChatView
* Revert "enable swipe to go back from ChatView"
This reverts commit 22de79505c .
* refactor
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2023-01-23 18:17:33 +00:00