Mauro Romito
77bae312d0
added commercial license
2025-01-23 12:19:12 +01:00
Mauro Romito
12837d4b89
update license
2024-09-25 12:24:52 +02:00
Stefan Ceriu
0fdaab8b46
Add initial support for configuration through MDM
2023-09-08 11:59:11 +03:00
Nicolas Mauri
48f8ed8593
Fix event forwarding
2023-09-04 17:24:34 +02:00
Anderas
a72830bdd6
Merge pull request #7508 from vector-im/andy/deprecate_crypto
...
Deprecate MXLegacyCrypto
2023-04-19 14:14:30 +01:00
Andy Uhnak
e3a32e1c5f
Refactor encryption trust level
2023-04-19 08:42:11 +01:00
Andy Uhnak
7b728c14f8
Deprecate MXLegacyCrypto
2023-04-18 12:45:39 +01:00
Andy Uhnak
ef31ad428b
Revert "Merge pull request #7430 from vector-im/andy/user_trust"
...
This reverts commit 7f5d3b46eb02a7801d4a7c781762eea3d16ee0e6, reversing
changes made to 5a3adde8f70daec795ac1bee17c5159a155c6106.
2023-03-22 15:57:25 +00:00
Andy Uhnak
db771d2508
Refactor encryption trust level
2023-03-16 14:56:50 +00:00
Mauro Romito
fc1c22c08c
refactor completed
2023-03-06 14:59:03 +01:00
Andy Uhnak
7e41e16467
Use SwiftPM AnalyticsEvents
2023-03-02 16:59:48 +00:00
Andy Uhnak
81cdb68ce4
CryptoSDK phased rollout feature
2023-02-22 11:25:28 +00:00
aringenbach
c1968451bb
Labs: Rich text editor: enable list items indentation
2023-01-30 15:38:56 +01:00
Alfonso Grillo
8596b36257
Cleanup code
2023-01-10 12:20:34 +01:00
Yoan Pintas
79e9f8ee40
Update the room description in the rooms list in case of live broadcast (incoming or outgoing) ( #7160 )
2022-12-19 19:26:55 +01:00
Philippe Loriaux
d6d5cabc0d
Remove the voice broadcast chunks from the attachments list
2022-12-02 11:51:33 +01:00
Andy Uhnak
618fb88424
CryptoV2 changes
2022-10-31 08:49:51 +00:00
Andy Uhnak
2acf773404
Complete MXCryptoV2 implementation
2022-10-26 17:00:43 +01:00
Johannes Marbach
113c7aa256
Include concrete device model in user agent (PSG-754)
...
Fixes : #6742
2022-09-26 10:24:35 +02:00
aringenbach
085441d133
Fix mention pills display on iOS 16
2022-09-02 16:22:17 +02:00
Andy Uhnak
a9d1e84252
Track all errors in Sentry
2022-08-23 08:14:59 +01:00
Doug
5fecaea453
Revert "Replace DesignKit with package from ElementX."
...
This reverts the following commits:
ef5365ab240a1449e0490d2eb011dd69f594e27b
545b641e53a845b722f571b48ab408000048714b
702b7a696dd1a8319d6af907d4766a035cf30234
2398c1534dd1ca5b6329c888c50f55fb1b0ec23f
2022-08-19 11:06:09 +01:00
Doug
63da4b7bdf
Fix a race condition when sending multiple images.
2022-08-05 08:29:30 +01:00
Doug
ad4674c0d4
Replace DesignKit with package from ElementX.
2022-07-07 15:42:57 +01:00
Doug
e884fb7345
Fix share extension background in dark mode.
2022-06-23 18:41:07 +01:00
Doug
9817b92419
Exclude MXK views/controllers from NSE and Intents
...
And exclude all MXK authentication from the share extension.
2022-06-21 10:04:22 +01:00
Doug
6cb4a8cf04
Trim whitespace and trailing slashes from a user entered homeserver address.
2022-06-21 10:04:22 +01:00
Doug
f9fbc6f599
Add ReCaptcha screen ( #6135 )
...
Support dark mode in MXKAuthenticationRecaptchaWebView.
Begin implementing the ReCaptcha coordinator.
2022-05-11 09:57:37 +01:00
Doug
36c2609119
Re-enable NSException on Share extension dismiss.
...
Disable crash logging in the share extension because of this.
2022-03-21 10:06:19 +00:00
Doug
75016219b1
Fix sending messages via the siri intent.
...
Fix a bug sending videos into unencrypted rooms.
2022-03-21 10:06:19 +00:00
Doug
d2c099a846
Store the MXSession in ShareDataSource to prevent multiple copies being created.
2022-03-21 10:06:19 +00:00
Doug
13613fa714
Remove NSException from RiotShareExtension
...
Fix some retain cycles and early releases.
2022-03-21 10:06:19 +00:00
Doug
4d01740ce3
Remove unused NSBundle extension methods.
...
Fix compile errors and remove duplicate strings after rebase.
2022-03-03 10:04:20 +00:00
Doug
86c2b4ebb5
Remove MatrixKitL10n from SwiftGen
...
Uses VectorL10n everywhere.
2022-03-03 09:34:54 +00:00
SBiOSoftWhare
5e4265ca5e
Merge branch 'develop' into steve/bubbles_move_files
2022-02-16 16:07:32 +01:00
SBiOSoftWhare
b10b70c26e
Xcodegen: Fix RoomTimelineStyleIdentifier.swift location in all targets.
2022-02-16 09:46:17 +01:00
aringenbach
7964d314c8
Add objective C support to SwiftGen assets helpers ( #5533 )
...
* Add objective C support to SwiftGen assets helpers
* Use dot notation in ObjC & fix minor issues
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-10 17:13:23 +01:00
Doug
f14147c840
Merge pull request #5467 from vector-im/doug/5160_ftue_use_case
...
Add the FTUE use case screen for new users.
2022-02-10 14:28:28 +00:00
Doug
295b3eaa99
Add the Use Case selection screen to the onboarding flow.
2022-02-04 16:10:38 +00:00
Arnaud Ringenbach
4f1e23b03e
Handle jpeg and png UTType properly
...
Signed-off-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-04 16:31:58 +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
a314deb7a1
Merge branch 'develop' into ismail/5068_start_thread
2022-01-17 11:35:10 +03:00
David Langley
021b34be21
Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/5292_refresh_tokens
2022-01-14 11:43:09 +00:00
David Langley
06e8f0a71b
Add analytics for Unauthenticated errors
2022-01-13 17:33:51 +00:00
ismailgulek
05253ee10c
Merge branch 'develop' into ismail/4384_summary_db
2022-01-13 12:20:41 +03: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
ismailgulek
ee13ff1079
Adapt summaries module name change
2022-01-07 18:30:30 +03: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
SBiOSoftWhare
9cab69ab66
Rename RoomTimelineStyle enum to RoomTimelineStyleIdentifier.
2022-01-04 17:53:15 +01:00
SBiOSoftWhare
6106e917fa
Fix targets configuration.
2022-01-04 11:11:02 +01:00