Commit graph

15772 commits

Author SHA1 Message Date
aringenbach
fb7a34fcf0
Merge pull request #6251 from vector-im/aringenbach/remove_edit_mode_flag_fix_roomstate_crash
Remove render edit flag and fix a nil room state crash
2022-06-08 09:38:28 +02:00
Stefan Ceriu
dcebfaf7d3 Prevent the Pin entry screen from being overlapped by other views 2022-06-08 09:56:29 +03:00
aringenbach
c3f22097a3 Remove old comment 2022-06-08 08:54:29 +02:00
ismailgulek
ceae4a455d
Merge pull request #6250 from vector-im/ismail/6180_support_prov_links 2022-06-07 20:54:14 +03:00
ismailgulek
fc29e4be51
Fix PR remarks 2022-06-07 19:48:26 +03:00
aringenbach
7ce43796d5 Add changelog and param description precision 2022-06-07 17:40:39 +02:00
aringenbach
7b582b60e6 Remove render edit flag and fix a nil room state crash 2022-06-07 17:31:17 +02:00
ismailgulek
bb333c1d31
Add changelog 2022-06-07 16:20:24 +03:00
ismailgulek
eae3531274
Handle provisioning links in AuthenticationService and call delegate method 2022-06-07 16:19:24 +03:00
ismailgulek
587c7f8546
Add identity server to AuthenticationState 2022-06-07 16:18:54 +03:00
ismailgulek
9fe224eb8d
Remove bad methods from auth coordinators 2022-06-07 16:17:46 +03:00
ismailgulek
f1f9158bf1
Remove old methods from onboarding coordinator and tabbar controller 2022-06-07 16:15:45 +03:00
ismailgulek
265901bd24
Adapt to refactorings 2022-06-07 16:11:28 +03:00
ismailgulek
3ef9d57c2d
Refactor app delegate for universal link handling 2022-06-07 16:07:18 +03:00
ismailgulek
36ebbc6b9c
Update UniversalLink class to parse path and query params 2022-06-07 16:05:47 +03:00
aringenbach
34a278708a
Merge pull request #6155 from vector-im/aringenbach/construct_replies_from_replied_event
Construct formatted body from replied event
2022-06-07 11:23:50 +02:00
MaximeEvrard42
17f1843d15
Merge pull request #6237 from vector-im/steve/6236_bg_location
Location sharing: Support sending location in background (PSF-1037)
2022-06-07 10:00:36 +02:00
aringenbach
b3819193e4 Fix in reply to links appearing outside of mx-quote 2022-06-07 09:02:36 +02:00
ismailgulek
4bf15d7795
Merge pull request #6246 from vector-im/ismail/6177_wellknown_IS
FTUE: Use the Identity server specified in the well-known
2022-06-06 17:03:44 +03:00
ismailgulek
81410f003a
Mock account manager and disable saving on session creator tests 2022-06-06 16:16:12 +03:00
ismailgulek
322767dfa1
Inject account manager into the session creator 2022-06-06 16:15:53 +03:00
ismailgulek
ea097c92b5
Add savingAccountsEnabled property to MXKAccountManager 2022-06-06 16:15:32 +03:00
ismailgulek
0cffeeea38
Make identityServer settable 2022-06-06 15:39:08 +03:00
ismailgulek
3995d48ee3
Merge branch 'develop' into ismail/6177_wellknown_IS 2022-06-06 15:23:22 +03:00
Doug
a9beeac55a
Add initial tests on the authentication service. (#6229) 2022-06-06 13:20:46 +01:00
ismailgulek
9ed783f10e
Merge pull request #6235 from vector-im/ismail/5655_reset_password 2022-06-06 15:19:14 +03:00
ismailgulek
45f27e611c
Fix further PR remarks 2022-06-06 13:32:31 +03:00
ismailgulek
97c08c1fe6
Add changelog 2022-06-03 18:09:15 +03:00
ismailgulek
740713a638
Use identity server from well-known when creating the client 2022-06-03 18:08:19 +03:00
gulekismail
62add618b3 Prepare for new sprint 2022-06-03 14:04:57 +03:00
gulekismail
ab29d4bc37 Merge branch 'master' into develop 2022-06-03 14:04:54 +03:00
gulekismail
2cb650be62 Merge branch 'release/1.8.18/master' 2022-06-03 14:04:48 +03:00
gulekismail
aee20602d8 finish version++ 2022-06-03 14:04:48 +03:00
ismailgulek
6dbdf61ecb
Merge pull request #6243 from vector-im/release/1.8.18/release
Release 1.8.18
2022-06-03 14:03:46 +03:00
gulekismail
715303de2c version++ 2022-06-03 13:24:16 +03:00
gulekismail
4772d434e1 changelog.d: Upgrade MatrixSDK version ([v0.23.8](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.8)). 2022-06-03 13:24:15 +03:00
aringenbach
22df2d7305
Fix else opening bracket
Co-authored-by: Gil Eluard <gile@element.io>
2022-06-03 12:08:16 +02:00
Gil Eluard
2809c2c58e
Show user indicators when paginating a room (#6234)
- implemented
2022-06-03 09:46:34 +02:00
aringenbach
dc10255207 Create reply body only if replied event sender is available 2022-06-03 09:14:06 +02:00
MaximeEvrard42
cf556e2592
Merge pull request #6232 from vector-im/maximee/6202_lls_improve_detection_pin_drop
[Location sharing] Improve detection of user panning on the map (PSF-1050)
2022-06-02 17:31:50 +02:00
aringenbach
e26a0250cf Add changelog 2022-06-02 15:51:13 +02:00
aringenbach
1d93f63d04 Construct formatted body from replied event 2022-06-02 15:45:08 +02:00
SBiOSoftWhare
feba465d98 Update changes 2022-06-02 14:36:57 +02:00
SBiOSoftWhare
8298748813 LocationManager: Indicate to change status bar appearance when the app uses location services in the background. 2022-06-02 14:33:00 +02:00
SBiOSoftWhare
56c6ef321d UserLocationService: Enable background location. 2022-06-02 14:31:04 +02:00
SBiOSoftWhare
ab3acab8d9 Enable background location capability. 2022-06-02 14:27:45 +02:00
MaximeE
ae30f34656 6202: Improve how pan gesture is handled 2022-06-02 11:34:01 +02:00
ismailgulek
4e9ed93def
Fix background on light theme 2022-06-02 01:12:14 +03:00
ismailgulek
9aa501e8d3
Fix PR remarks 2022-06-02 00:30:28 +03:00
ismailgulek
ad36274768
Update icon in choose password screen 2022-06-01 22:37:00 +03:00