yostyle
2bacc5a207
Merge branch 'develop' into yostyle/voice_broadcast_playing
2022-10-20 17:45:41 +02:00
yostyle
412e760a21
Display live voice broadcast
2022-10-20 16:48:20 +02:00
Alfonso Grillo
b34f86432b
Merge pull request #6870 from vector-im/alfogrillo/audio_player_info
...
Background audio messages info (PSB-180)
2022-10-20 10:23:57 +02:00
Yoan Pintas
58551e04c1
[Voice Broadcast] Aggregate the chunks of voice messages in room timeline ( #6891 )
2022-10-17 18:23:47 +02:00
Stefan Ceriu
1f66b4095f
Allow the login with qr button to be shown on the login screen if the currently selected homeserver supports it
2022-10-13 20:49:32 +03:00
Alfonso Grillo
3275178a7a
Add allowBackgroundAudioMessagePlayback build setting
2022-10-13 14:35:25 +02:00
Stefan Ceriu
7a34992eb5
Add missing rendezvousServerBaseURL buildSetting
2022-10-12 17:27:25 +03:00
Yoan Pintas
98aae7f667
Add voice broadcast state event ( #6785 )
2022-10-12 11:30:38 +02:00
ismailgulek
02bd4a7207
QR Login additional flags ( #6825 )
2022-10-07 17:24:29 +03:00
ismailgulek
27857f98db
Login with QR UI components ( #6790 )
...
* Display QR button on login screen if HS supports
* Create start screen
* Add build flag
* Connect start screen to the login
* QR display screen
* Move `LabelledDividerView` into separate file
* Show display QR screen on button tap
* Add swift concurreny to CameraAccessManager
* Introduce `QRLoginServiceProtocol`
* Use new service in screens
* Introduce scan QR code screen
* Remove hardcoded service availability
* Remove unnecessary import
* Add confirmation screen
* Add loading screen
* Fix ZXingObjc targets
* Add failure screen
* Add strings
* Various UI tweaks, navigation according to the service state
* Fix tests
* Add string for invalid QR error
* Add QR login service mode
2022-10-06 18:05:46 +03:00
ismailgulek
0f9bd7e6a4
New session manager labs flag (PSG-792) ( #6780 )
...
* Add new session manager labs flag
* Add labs flag for client information feature
* Add changelog
2022-09-30 15:45:20 +03:00
Gil Eluard
049c8996d1
Removed labs flag and enabled New App Layout
2022-09-05 12:03:52 +02:00
Gil Eluard
bbb0dc1b5a
Added Labs flag for the new App Layout
...
- Make CI happy
2022-08-29 16:01:34 +02:00
Gil Eluard
8b9c2ad5f1
Added Labs flag for the new App Layout
...
- Make CI happy
2022-08-29 15:24:10 +02:00
Gil Eluard
5187cf9107
Added Labs flag for the new App Layout
2022-08-29 14:59:09 +02:00
Gil Eluard
55411d73b8
App Layout: Activate feature
2022-08-24 13:37:59 +03:00
SBiOSoftWhare
d6fd646a7e
BuildSettings: Add new feature flag for device manager.
2022-08-22 17:40:27 +02:00
Doug
57f92307f2
Remove flairs and related groups.
2022-08-09 15:04:54 +01:00
Doug
85db4e22a0
Fix build errors.
2022-08-09 15:04:54 +01:00
Gil Eluard
1a2e6fdb89
Implement new space selector bottom sheet ( #6518 )
...
* Delight: Edit layout experiment #6079
2022-08-05 13:39:45 +02:00
Gil Eluard
0aa5b4f4a1
Delight edit layout experiment ( #6384 )
...
* Delight: Edit layout experiment #6079
* Feature flag new App Layout #6406
* Update All chats screen with latest design #6407
2022-08-02 17:27:33 +02:00
Johannes Marbach
e51b1c8c27
Add comment to clarify override
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-07-26 08:51:14 +02:00
Johannes Marbach
5b4e98fe95
Read tile server URL from .well-known (PSG-592)
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-07-25 17:00:37 +02:00
Doug
b9b563928d
Enable authentication and personalisation flows.
2022-07-25 12:33:28 +01:00
aringenbach
b64bb2c70c
Move MatrixKit defaults still in use to BuildSettings and replace register
2022-07-04 15:53:26 +02:00
Johannes Marbach
ce4c8b186c
Expand all if and guard constructs involving @available(iOS 14... or #available(iOS 14...
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-06-23 10:05:46 +02:00
Johannes Marbach
f41ddb924b
Unify location sharing build settings and drop iOS 14 checks
2022-06-21 13:03:09 +02:00
Johannes Marbach
3338c6b638
Expose live-location sharing labs flag (default: false)
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-06-21 09:43:45 +02:00
Doug
bec012fbbb
Remove EMS banner from Server Selection screen.
2022-05-19 11:43:38 +01:00
Doug
282fe5c27e
Add Authentication Flow WIP.
...
- Add Registration Screen.
- Add Server Selection Screen.
- Rename AuthenticationCoordinator to LegacyAuthenticationCoordinator.
- Add AuthenticationService and RegistrationWizard.
- Async extensions.
- Add global white and EMS colors to the themes.
- Add tests for server selection and registration screens.
- Accessibility and iPad layout tweaks.
- Remove MainActor from Auth Coordinators/VMs/Views.
(It broke the protocol conformances so now the methods and properties are marked individually.)
2022-05-04 19:26:38 +01:00
Doug
47d3cae186
Update PostHog debug configuration.
2022-04-11 11:51:18 +01:00
aringenbach
3cb990706f
Rename build setting & encode with string value
2022-04-07 09:38:21 +02:00
aringenbach
320fa8d59a
Add presence offline mode setting
2022-04-06 15:18:54 +02:00
Doug
73955a2a2e
Add BuildSettings to SwiftUI targets.
...
Remove RTL change on UIAlertController.
2022-03-28 17:53:34 +01:00
Doug
da38e0610a
Add a RTL BuildSetting and use this for SwiftUI views too.
2022-03-28 16:52:07 +01:00
David Langley
c55b1b65d3
Merge pull request #5743 from vector-im/langleyd/5017_uisi_autoreporter
...
App: UISI AutoReporting
2022-03-24 14:58:23 +00:00
aringenbach
0bddd9f05b
Remove automatically hiding call button when no Jitsi URL is available
2022-03-22 15:38:53 +01:00
aringenbach
5d73b50bf9
Enable nilability on Jitsi server URL
2022-03-22 14:10:09 +01:00
Doug
071a43cc90
Add onboarding avatar screen.
...
Includes a PhotoPickerPresenter to pick photos without requesting permissions.
2022-03-21 17:36:40 +00:00
David Langley
f449acf4f6
Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/5017_uisi_autoreporter
2022-03-16 21:45:33 +00:00
David Langley
4784084ab0
Update detector to match web implementation(only track decryption attempts), add labs flag, increase rate limit spacing.
2022-03-16 17:47:41 +00:00
David Langley
ae320d1efa
Add AutoReported, re-work big client interface and hook up AutoReporter.
2022-03-11 16:47:08 +00:00
Arnaud Ringenbach
cfeae5bc64
Rename profile as userAvatarAndName
2022-03-07 13:45:02 +01:00
Arnaud Ringenbach
a6ed656107
Use only latest profiles in the timeline (labs)
2022-03-07 13:45:02 +01:00
SBiOSoftWhare
e85a4b6a30
Add live location sharing build flag.
2022-03-02 14:39:30 +01:00
Andy Uhnak
fb022ff6b0
Enable home and room user indicators
2022-03-01 15:50:24 +00:00
Doug
4af2e71760
Merge pull request #5698 from vector-im/doug/5653_ftue_analytics_prompt
...
Prepare onboarding flow for personalisation screens.
2022-02-28 17:25:19 +00:00
Doug
dcca446664
Prepare onboarding flow for personalisation screens.
...
Add a BuildSetting to control the display of the personalisation screens.
Add a property to delay the AuthenticationCoordinator from showing any screens.
Add Congratulations screen to onboarding flow.
2022-02-25 11:27:27 +00:00
Andy Uhnak
d71f70db60
Enable home activity indicator
...
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com >
2022-02-25 09:54:13 +00:00
Anderas
c9ef4ac58b
Merge pull request #5630 from vector-im/andy/5605_leave_room
...
Update activity indicators on leaving room
2022-02-25 09:52:03 +00:00