Commit Graph

394 Commits

Author SHA1 Message Date
Doug b4afe55ff3 version++ 2023-02-10 11:16:35 +00:00
Doug 6465058147 Prepare for new sprint 2023-02-02 19:27:53 +00:00
Doug 1ac356b3c9 Merge branch 'master' into develop
# Conflicts:
#	Config/AppVersion.xcconfig
2023-02-02 19:24:51 +00:00
Doug beec702ca1 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 991c534c04 Track crypto sdk being enabled 2023-02-02 17:58:52 +00:00
Andy Uhnak d9f7fed0a0 Track crypto sdk being enabled 2023-02-02 17:55:09 +00:00
Andy Uhnak c40a36a73d Enable Crypto SDK for production 2023-02-02 16:43:08 +00:00
Andy Uhnak ec2634e701 Fix crypto v2 config 2023-02-02 16:43:00 +00:00
Andy Uhnak 5613054eef Reset Crypto SDK on logout 2023-02-02 16:42:56 +00:00
Andy Uhnak 168e6067fb Enable Crypto SDK for production 2023-02-02 12:32:14 +00:00
Flescio cbb9ad5e0c 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 54266c2e8d Fix crypto v2 config 2023-02-01 11:51:52 +00:00
Flavio Alescio 638e62908f Merge commit '2aaef072e4a2cdae4e49c801136613292c6e292d' into flescio/1040-poll_detail 2023-02-01 10:13:28 +01:00
Andy Uhnak 81e9f5ff66 Reset Crypto SDK on logout 2023-01-31 13:14:47 +00:00
Flavio Alescio 9d0f5c208b added alert to show possible error, improved tests 2023-01-27 17:10:16 +01:00
Doug 0791ad42e9 Prepare for new sprint 2023-01-26 17:17:21 +00:00
Doug dfc346e1ff version++ 2023-01-26 16:24:32 +00:00
Doug 3107863902 Prepare for new sprint 2023-01-24 14:14:07 +00:00
Anderas 1e16230efa 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 11226a6192 Add labs settings for crypto v2 2023-01-16 12:12:54 +00:00
Alfonso Grillo f27a1ef129 Update build setting 2023-01-13 16:40:40 +01:00
Alfonso Grillo 815e2fb0a3 Add poll history in room’s settings 2023-01-12 10:42:56 +01:00
Doug 0be389ceee Prepare for new sprint 2023-01-10 16:50:20 +00:00
Doug 8653be3f94 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 0f5456a10e Prepare for new sprint 2022-11-29 19:52:26 +03:00
Philippe Loriaux 071f5181ce Add Voice Broadcast left time countdown 2022-11-23 10:17:32 +01:00
ismailgulek 0e0ce435fe Prepare for new sprint 2022-11-15 16:56:22 +03:00
Aleksandrs Proskurins 734425a5eb Merge pull request #7056 from vector-im/aleksandrs/7043_unverified_sessions_alert
Unverified sessions alert
2022-11-10 09:23:21 +02:00
paleksandrs 4f31253950 Snooze controller 2022-11-09 14:59:35 +02:00
Stefan Ceriu 4c41aba0ef Prepare for new sprint 2022-11-08 15:20:50 +02:00
gulekismail bfbd952527 Prepare for new sprint 2022-11-01 14:17:09 +03:00
Andy Uhnak 2acf773404 Complete MXCryptoV2 implementation 2022-10-26 17:00:43 +01:00
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
yostyle 04eaa5afa3 Add device_id and record tag 2022-10-20 01:45:57 +02:00
ismailgulek c135646bdf Prepare for new sprint 2022-10-18 16:14:59 +03: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 09124c2243 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 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
Doug 793c482f41 Prepare for new sprint 2022-10-04 18:12:17 +01: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
Andy Uhnak 182de5a621 Prepare for new sprint 2022-09-28 18:03:41 +01:00
Johannes Marbach 75c783dd59 Fetch display name from AppInfo, too 2022-09-26 14:05:08 +02:00
Johannes Marbach 54cb7cc1b7 Use AppInfo to get version string 2022-09-26 12:17:47 +02:00