Stefan Ceriu
6ad39f6fcb
Device dehydration v2
...
- add support for device dehydration v2 i.e. `org.matrix.msc3814`
- run dehydration flows after successfully recovering or creating secrets
- enable said flows based on .well-known `org.matrix.msc3814` config key
- delete previous implementation and helper methods
2023-08-11 13:52:10 +03:00
Mauro Romito
fc1c22c08c
refactor completed
2023-03-06 14:59:03 +01:00
Andy Uhnak
27b59a2019
Fix develop
2023-01-31 16:29:17 +00:00
Andy Uhnak
a9d1e84252
Track all errors in Sentry
2022-08-23 08:14:59 +01:00
Doug
7dac5b907c
Remove all types related to Groups
2022-08-09 15:04:54 +01:00
Doug
85e1be842e
Fix a bug setting nil soft logout credentials.
2022-07-13 09:44:40 +01:00
Doug
41fc4d755a
Fix size of media on iPad when multitasking.
2022-06-24 14:13:08 +01:00
Doug
6cb4a8cf04
Trim whitespace and trailing slashes from a user entered homeserver address.
2022-06-21 10:04:22 +01:00
Gil Eluard
0021c3f35b
Room context preview dismissed unexpectedly ( #5993 )
...
- fixed
2022-04-06 10:43:35 +02:00
Gil Eluard
77eb031bad
Update suggested room preview to behave the same way in all cases #5771
...
- Done
2022-03-28 13:45:03 +03:00
Stefan Ceriu
672dd90cb1
Prevent the homescreen from resetting on every appearance.
2022-03-22 12:44:26 +02:00
Gil Eluard
acf7d0de13
Instrument missing screen metrics ( #5764 )
...
* Instrument missing screen metrics
- Done
2022-03-08 10:13:46 +01:00
Doug
86c2b4ebb5
Remove MatrixKitL10n from SwiftGen
...
Uses VectorL10n everywhere.
2022-03-03 09:34:54 +00:00
Andy Uhnak
4617b3ed69
Room user indicators
...
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com >
2022-02-25 10:47:53 +00:00
Andy Uhnak
4d86245033
Implement home screen activity indicators
2022-02-16 11:48:26 +00:00
Andy Uhnak
8675a606ae
Merge branch 'develop' into andy/4829_activity_indicators
2022-02-16 11:32:52 +00:00
Andy Uhnak
b9b2c642e3
Add new loading indicators
2022-02-14 16:51:02 +00:00
Simon Wiedmer
1cfebedc01
Merge remote-tracking branch 'upstream/develop' into wiedmer_proximity_sensor
2022-02-14 08:24:25 +01:00
Doug
aaefc2c9c4
Merge pull request #5510 from aaronraimist/register-spec
...
Make registration spec compliant (fixes registration on Conduit)
2022-02-10 10:09:52 +00:00
ismailgulek
3f5e5f3c1e
Merge pull request #5539 from vector-im/ismail/5537_home_badges
...
Home Screen: Fix Section & TabBar Badges
2022-02-10 11:49:50 +03:00
Stefan Ceriu
1ab7643de1
Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195.
2022-02-10 08:43:18 +02:00
Aaron Raimist
5d980bd46b
Switch to using m.login.dummy
...
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2022-02-10 00:19:02 +00:00
ismailgulek
8fb3a34c7b
Reuse section headers
2022-02-10 03:19:00 +03:00
Aaron Raimist
6bf3fc31de
Make registration spec compliant (fixes registration on Conduit)
...
Web PR: https://github.com/matrix-org/matrix-react-sdk/pull/4347
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2022-02-06 21:07:17 +00:00
Simon Wiedmer
23d0482d3b
Merge remote-tracking branch 'upstream/develop' into wiedmer_proximity_sensor
2022-02-03 16:52:37 +01:00
ismailgulek
c358f10272
Merge branch 'develop' into ismail/5096_thread_notifications
2022-02-01 01:23:00 +03:00
Simon Wiedmer
ec96c04ea1
Call native api only if there is a change
2022-01-31 11:13:07 +01:00
David Langley
ac0bda01ec
Merge pull request #5293 from vector-im/langleyd/5292_refresh_tokens
...
App: Refresh Tokens Implementation
2022-01-31 08:59:19 +00:00
ismailgulek
d2e5e29ad9
Merge branch 'develop' into ismail/5096_thread_notifications
2022-01-27 03:20:25 +03:00
Doug
8cc6644378
Show social sign in buttons on register screen.
...
Set final strings for FTUE splash screen.
Add OnboardingSplashScreenTitleText to apply the accent colour to the "." in localised strings.
2022-01-26 14:25:48 +00:00
Simon Wiedmer
31ba6d5ab7
Disable proximity sensor and enable sleep after call ended
2022-01-25 08:53:03 +01:00
David Langley
50defa7e3e
Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/5292_refresh_tokens
2022-01-24 12:19:45 +00:00
SBiOSoftWhare
87bba993bc
Move all MatrixKit cells + MXKRoomViewController into appropriated folders.
2022-01-21 17:18:59 +01:00
ismailgulek
23eeedb9ac
Merge branch 'ismail/5068_start_thread' into ismail/5096_thread_notifications
2022-01-17 11:39:25 +03:00
ismailgulek
a314deb7a1
Merge branch 'develop' into ismail/5068_start_thread
2022-01-17 11:35:10 +03:00
SBiOSoftWhare
2b0b59a3b6
MXRoomViewController: Remove unused cell classes.
2022-01-13 16:50:17 +01:00
David Langley
b779eccfce
Remove duplicated logout code and fix spinner.
...
- Remove some duplication of logout behaviour
- Fix additional spinner on homeViewController
2022-01-10 21:38:24 +00:00
David Langley
72bcae9d15
Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/5292_refresh_tokens
2022-01-06 22:43:20 +00:00
David Langley
756b1c3d1d
Split MXKAccount from Data so just data can be loaded from disk without side effects. Also change force reload of accounts to stop double load on init.
2022-01-06 20:35:37 +00:00
Stefan Ceriu
7826faf6ea
vector-im/element-ios/issues/5298 - Added body message content keys and replaced plain string usages.
2022-01-04 17:33:32 +02:00
Stefan Ceriu
9c66b5b7b1
vector-im/element-ios/issues/5298 - Replaced "msgtype" strings with new kMXMessageTypeKey.
2022-01-04 17:33:32 +02:00
Stefan Ceriu
c1a3fede8f
Rendering location messages in the timeline.
2022-01-04 17:33:32 +02:00
ismailgulek
440b27d387
Merge branch 'ismail/5068_start_thread' into ismail/5096_thread_notifications
2021-12-16 14:46:43 +03:00
ismailgulek
c47672a07e
Merge branch 'develop' into ismail/5068_start_thread
2021-12-16 14:00:03 +03:00
ismailgulek
d211d6640c
Adapt MXEventTimeline changes
2021-12-15 01:44:04 +03:00
SBiOSoftWhare
d5b34c9d4d
RoomVC: Fix left room label memory management.
2021-12-14 18:33:37 +01:00
ismailgulek
061f62251b
Apply MatrixKit PR changes
2021-12-09 16:57:43 +03:00
SBiOSoftWhare
e7d4cd7707
Merge MatrixKit develop with commit hash: b85b736313bec0592bd1cabc68035d97f5331137
2021-12-03 11:47:24 +01:00