Commit Graph

393 Commits

Author SHA1 Message Date
Doug c0310bc98b Prepare for new sprint 2023-02-02 19:27:53 +00:00
Doug a83e8b5e52 Merge branch 'master' into develop
# Conflicts:
#	Config/AppVersion.xcconfig
2023-02-02 19:24:51 +00:00
Doug 16b124abf3 changelog.d: Upgrade MatrixSDK version ([v0.25.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.25.0)). 2023-02-02 18:05:50 +00:00
Andy Uhnak 0caab63342 Track crypto sdk being enabled 2023-02-02 17:58:52 +00:00
Andy Uhnak 0bdde0e26c Track crypto sdk being enabled 2023-02-02 17:55:09 +00:00
Andy Uhnak 5aa0ada759 Enable Crypto SDK for production 2023-02-02 16:43:08 +00:00
Andy Uhnak 3614f5ab05 Fix crypto v2 config 2023-02-02 16:43:00 +00:00
Andy Uhnak 246c5a0c45 Reset Crypto SDK on logout 2023-02-02 16:42:56 +00:00
Andy Uhnak ba367d149d Enable Crypto SDK for production 2023-02-02 12:32:14 +00:00
Flescio 67f3401bce Merge pull request #7314 from vector-im/flescio/1040-poll_detail
Details screen of a poll (PSG-1039)
2023-02-01 15:46:08 +01:00
Andy Uhnak 8254ca8b99 Fix crypto v2 config 2023-02-01 11:51:52 +00:00
Flavio Alescio d1333a8c45 Merge commit '32beb2393ceb08e585e8d62c145d133d9bba5ce6' into flescio/1040-poll_detail 2023-02-01 10:13:28 +01:00
Andy Uhnak 7352cd479c Reset Crypto SDK on logout 2023-01-31 13:14:47 +00:00
Flavio Alescio bb384f837e added alert to show possible error, improved tests 2023-01-27 17:10:16 +01:00
Doug 4e7ce652d4 Prepare for new sprint 2023-01-26 17:17:21 +00:00
Doug a6e32517b7 version++ 2023-01-26 16:24:32 +00:00
Doug 35cb086a57 Prepare for new sprint 2023-01-24 14:14:07 +00:00
Anderas 4aee4cef82 Merge pull request #7272 from vector-im/andy/migrate_crypto
Add labs settings for Crypto SDK
2023-01-23 09:22:11 +00:00
Andy Uhnak 0feaec0be3 Add labs settings for crypto v2 2023-01-16 12:12:54 +00:00
Alfonso Grillo 2a5bcf9f44 Update build setting 2023-01-13 16:40:40 +01:00
Alfonso Grillo 5b47b99dce Add poll history in room’s settings 2023-01-12 10:42:56 +01:00
Doug 9b566419f0 Prepare for new sprint 2023-01-10 16:50:20 +00:00
Doug bbfbb924c9 changelog.d: Upgrade MatrixSDK version ([v0.24.7](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.24.7)). 2023-01-10 14:13:24 +00:00
ismailgulek 4bc9cc47bb Prepare for new sprint 2022-11-29 19:52:26 +03:00
Philippe Loriaux d36d12a4d9 Add Voice Broadcast left time countdown 2022-11-23 10:17:32 +01:00
ismailgulek 5cd2d15b48 Prepare for new sprint 2022-11-15 16:56:22 +03:00
Aleksandrs Proskurins 79580ff572 Merge pull request #7056 from vector-im/aleksandrs/7043_unverified_sessions_alert
Unverified sessions alert
2022-11-10 09:23:21 +02:00
paleksandrs 56a9baaccd Snooze controller 2022-11-09 14:59:35 +02:00
Stefan Ceriu 3b7ae5f768 Prepare for new sprint 2022-11-08 15:20:50 +02:00
gulekismail 06708dd7cf Prepare for new sprint 2022-11-01 14:17:09 +03:00
Andy Uhnak 6fad57f0a5 Complete MXCryptoV2 implementation 2022-10-26 17:00:43 +01:00
yostyle af9019cdba Merge branch 'develop' into yostyle/voice_broadcast_playing 2022-10-20 17:45:41 +02:00
yostyle 0b77d674ce Display live voice broadcast 2022-10-20 16:48:20 +02:00
Alfonso Grillo 864894091d 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
yostyle bd55885f8d Add device_id and record tag 2022-10-20 01:45:57 +02:00
ismailgulek b1ed67f65e Prepare for new sprint 2022-10-18 16:14:59 +03:00
Yoan Pintas 5279338e62 [Voice Broadcast] Aggregate the chunks of voice messages in room timeline (#6891) 2022-10-17 18:23:47 +02:00
Stefan Ceriu d422e3ea1d 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 23e977c13a Add allowBackgroundAudioMessagePlayback build setting 2022-10-13 14:35:25 +02:00
Stefan Ceriu cbe4f0a80f Add missing rendezvousServerBaseURL buildSetting 2022-10-12 17:27:25 +03:00
Yoan Pintas fb066ea869 Add voice broadcast state event (#6785) 2022-10-12 11:30:38 +02:00
ismailgulek 7d21a37f58 QR Login additional flags (#6825) 2022-10-07 17:24:29 +03:00
ismailgulek 429a2f83a3 QR login from device manager (#6818)
* Add link device button into the sessions overview screen

* Run Swift format

* Fix tests

* Fix a crash in tests

* Fix PR remark
2022-10-07 12:58:26 +03:00
ismailgulek d5c7e6bd8e 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
Doug 17a2fbdc20 Prepare for new sprint 2022-10-04 18:12:17 +01:00
ismailgulek 15191dd9ff 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
Andy Uhnak 1d85ac8df8 Prepare for new sprint 2022-09-28 18:03:41 +01:00
Johannes Marbach 8680175a5f Fetch display name from AppInfo, too 2022-09-26 14:05:08 +02:00
Johannes Marbach fd07f98cd3 Use AppInfo to get version string 2022-09-26 12:17:47 +02:00
Johannes Marbach 7b4da1ae97 Switch to #elseif 2022-09-26 12:07:19 +02:00